So I installed slackware.


Recommended Posts

and i have to say, im pretty impressed...

it installed on my p3 laptop in about 20 minutes

then i configured my desktop up and its running nicely, im currently compiling the newest GAIM. :D

i only have one question tho:

its starts up in text based login...is there a way to set kdm as the login manager or gdm maybe.

other than that its running nicely :D

Link to comment
https://www.neowin.net/forum/topic/139673-so-i-installed-slackware/
Share on other sites

how do i set it to kdm?

I have Knoppix installed on my hard drive which basically means that I run Debian.

It autodetected my scroll wheel on my logitech mouse.

It automatically gives me a boot menu with KDE as an option.

I used APT-GET (well actually I used Synaptic Package Manager which is an apt-get GUI frontend) to install GNOME and it automatically added it to my boot menu.

You shouldn't need to do all this work. Perhaps you should ditch Slackware.

as for your mouse with scroll what kind of mouse do you have..

i had to edit my XF86Config file and change the mouse PROTOCOL to IMPS/2 FROM PS/2, also added the Option "ZAxisMapping" "4 5" as well

since you are running slack and if you want to use gnome check out www.dropline.net/gnome

so hardcore:) and if you are compiling programs yourself make sure you install the checkinstall package on the slackware extras cd

so instead of make install you could do

./configure

make

checkinstall -S

it will install the package and create the .tgz file for it that way you will be able to manage all your packages with the slackware package manager

how do i set it to kdm?

You only need to default to run level 4 for graphical login.

My /etc/inittab reads:

id:4:initdefault:
Edit the file /etc/rc.d/rc.4

comment out the gdm and xdm lines and it'll default to kdm

# Try to use GNOME's gdm session manager:

#if [ -x /usr/bin/gdm ]; then

#  exec /usr/bin/gdm -nodaemon

#fi

Not there?  OK, try to use KDE's kdm session manager:

if [ -x /opt/kde/bin/kdm ]; then

  exec /opt/kde/bin/kdm -nodaemon

fi

I haven't tried slack-get but I bet it's pretty good...I use swaret as my package management.

to get your mouse working, either do what kemical said or reboot...most often slack will pick up your mouse and configure it automatically on reboot. If not then follow kemical's orders

how powerful is slack-get...does it have alot of apps?

not sure about the repository with slack-get, but check linuxpackages.net probably give you a good idea of the list.. for me though if i cant find a package i want ill just compile it and make a package myself that way i can keep up with it in slackwares package manager.

i dont understand the slackware package manager, it only allows tgz's...why is that?

It's not much bloody good that's what it is.

.tgz is a proprietary package system (if that is at all possible under Linux).

Well it's near-proprietary anyway.

I haven't tried slack-get but I bet it's pretty good...I use swaret as my package management.

to get your mouse working, either do what kemical said or reboot...most often slack will pick up your mouse and configure it automatically on reboot. If not then follow kemical's orders

is it called slapt-get? btw? i cant find anything called slack-get...

It's not much bloody good that's what it is.

.tgz is a proprietary package system (if that is at all possible under Linux).

Well it's near-proprietary anyway.

What on earth makes it any more or less proprietary than an rpm or a deb or even an ebuild? Stop being silly.

What on earth makes it any more or less proprietary than an rpm or a deb or even an ebuild? Stop being silly.

RPM is used by RedHat, Mandrake and others.

DEB isn't really used all that often even with Debian but it also works on Knoppix and the other debian-based systems (of which there are a lot).

Gentoo also has it's own system but it apparently works well.

TGZ is only used by Slackware (and I guess anything based on Slackware)

The APT-GET system is really the way to go. I haven't tried it but you can apparently get APT4RPM for RedHat and Mandrake.

Yes I've heard good things about Gentoo but it'd have to be a heck of a lot faster on a day-to-day basis to make up for all of that lost compile and/or installation time. I personally don't have the patience. It's also something that will prevent it from ever being mass-market (although most Linux users would probably still see this as a good thing).

Debian (and/or Knoppix as they are virtually synonymous once Knoppix is installed on the hard disk) does have the potential to be, some day, a mass market product. They have the easist to use system, good package management and, with Knoppix, the option to preview your configuration while running from CD-ROM. Debian is also completely free and owned by no one so unlike other distros they don't have to worry about going bankrupt.

TGZ is only used by Slackware (and I guess anything based on Slackware)

That's funny... I've downloaded and compliled .tar.gz source on my RedHat-based system before.. ;)

Anyone can use these, I think it is just the preferred method of "Slackers". :D

RPM is used by RedHat, Mandrake and others.

DEB isn't really used all that often even with Debian but it also works on Knoppix and the other debian-based systems (of which there are a lot).

Gentoo also has it's own system but it apparently works well.

TGZ is only used by Slackware (and I guess anything based on Slackware)

The APT-GET system is really the way to go. I haven't tried it but you can apparently get APT4RPM for RedHat and Mandrake.

Yes I've heard good things about Gentoo but it'd have to be a heck of a lot faster on a day-to-day basis to make up for all of that lost compile and/or installation time. I personally don't have the patience. It's also something that will prevent it from ever being mass-market (although most Linux users would probably still see this as a good thing).

Debian (and/or Knoppix as they are virtually synonymous once Knoppix is installed on the hard disk) does have the potential to be, some day, a mass market product. They have the easist to use system, good package management and, with Knoppix, the option to preview your configuration while running from CD-ROM. Debian is also completely free and owned by no one so unlike other distros they don't have to worry about going bankrupt.

we got it ok, you're pro- debian/knoppix..

but there is nothing wrong with slackware.. if you cant find a package you want just spend a little extra time compiling the source and create the package yourself then share with others.. that simple

we got it ok, you're pro- debian/knoppix..

but there is nothing wrong with slackware.. if you cant find a package you want just spend a little extra time compiling the source and create the package yourself then share with others.. that simple

I am really a fan of Debians APT-GET system. I also prefer that Debian is completely maintained by volunteer contributions. Nobody owns Debian. It's completely free.

This article is a bit dated but it comes down hard on RPM packages.

Is RPM Doomed?

While the RPM Package manager is not inherently flawed, the way it has been implemented on various RPM-based Linux distributions have created major inconveniences for the desktop end user:

1. An RPM-based distribution is risky to upgrade.

2. A more complex binary RPM package is often hard, if not impossible to install.

3. The incompatibilities between different versions of the RPM Package Manager added another layer of complexity.

4. The developers are forced to consider differences between distributions and create multiple binary packages.

well...installpkg cannot handle tar.gz...but it can handle tgz?

slapt-get seems like a nice idea..im gonna do that when i get home probably..but say if i installed KDE 3.2.0 with slapt-get, would it remove the old one first? like urpmi? or something..

slackware is really nice i like it alot...i dont even really need slapt-get because so far slackware can install any and every source tarball ive put in so far, i love that its "standardized" so everything works nicely.

but how do u uninstall a source tarball? (standard ./configure, make, make install kind)

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • It's the only reason I finally have an iPhone (for work) and enjoy using it so much that I'm tempted to move from android next time I need to replace my own device
    • So is Russia, China, Iran, North Korea, just to mention a few. What's your point? Everyone is a threat from their enemies' perspective. I'd say that Israel is only a threat to their immediate enemies like Hamas, Hezbollah and the Iranian regime, not to anyone else.
    • The government is not the good guy either. You propose 99% of people require that the government overreach and govern their freedom of information and privacy, while ignoring the government is made up 100% of people, of which 99% are (as you described) brain dead. You can't have both. The reality is Signal is absolutely right and the government is doing what it has always done. Ignoring that we are their boss and grabbing all the power they possibly can to make sure we aren't. Your (societies) ###### parenting is not reason enough as to why I can't have a safe platform for my data/information. Thinking the government is helping is precisely what they are targeting psychologically to take suckers like you for a ride. "Think of the children" was, has, is, and will always be a mechanism of control. In the rare occasion it's actually essential the mass consensus has always been there and it doesn't become a debate.
    • Google Chrome 149.0.7827.103 (offline installer) by Razvan Serea The web browser is arguably the most important piece of software on your computer. You spend much of your time online inside a browser: when you search, chat, email, shop, bank, read the news, and watch videos online, you often do all this using a browser. Google Chrome is a browser that combines a minimal design with sophisticated technology to make the web faster, safer, and easier. Use one box for everything--type in the address bar and get suggestions for both search and Web pages. Thumbnails of your top sites let you access your favorite pages instantly with lightning speed from any new tab. Desktop shortcuts allow you to launch your favorite Web apps straight from your desktop. Chrome has many useful features built in, including automatic full-page translation and access to thousands of apps, extensions, and themes from the Chrome Web Store. Google Chrome is one of the best solutions for Internet browsing giving you high level of security, speed and great features. Important to know! The offline installer links do not include the automatic update feature. Download web installer: Google Chrome Web 32-bit | Google Chrome 64-bit | Freeware Download: Google Chrome Offline Installer 64-bit | Direct Link | 131.0 MB Download: Google Chrome Offline Installer 32-bit | Direct Link | 119.0 MB Download page: Google Chrome Portable Download: Chrome ARM64 | Direct Link View: Chrome Website | Release Notes Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • Very Popular
      Captain_Eric earned a badge
      Very Popular
    • One Month Later
      amusc earned a badge
      One Month Later
    • One Month Later
      DJC50PLUS earned a badge
      One Month Later
    • Week One Done
      DJC50PLUS earned a badge
      Week One Done
    • Proficient
      Eric Biran went up a rank
      Proficient
  • Popular Contributors

    1. 1
      +primortal
      509
    2. 2
      PsYcHoKiLLa
      222
    3. 3
      ATLien_0
      92
    4. 4
      +Edouard
      86
    5. 5
      Steven P.
      81
  • Tell a friend

    Love Neowin? Tell a friend!