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

    • What about it? The old MV2 version will not work.
    • Wow, this is some Iran, Cuba, China, Russia, North Korea-level citizen surveillance right there, the UK's government has gone totally mad. Power trip indeed, their politicians are totally out of control about this issue. They're starting to cross limits I wouldn't have imagined, to be honest. British people, fight this, your privacy and freedoms are in danger. Vote this government out of power.
    • Nintendo unveils The Legend of Zelda: Ocarina of Time remake, and it's out this year by Pulasthi Ariyasinghe Confirming many rumors, Nintendo officially announced a remake of the classic The Legend of Zelda: Ocarina of Time, the very first game in the series that offered a 3D experience to fans. Unlike previous remasters and re-releases, the originally 1998-released fantasy adventure game is being remade from the ground up for the Nintendo Switch 2 console this time. "The Nintendo 64 classic returns for a new generation in 2026, reborn exclusively for Nintendo Switch 2," said the company about today's announcement. While Nintendo didn't go into much detail about the project, other than confirming its existence, we did get a small teaser trailer at the Direct presentation today. Catch the footage below: With a tapestry as the backdrop, the first half of the trailer tells the tale of Hyrule, the Kokiri forest dwellers, and their fairy companions. It goes onto introduce "one particular boy" without a fairy, which then cuts to a sleeping Link, showcasing what looks like the new art style being introduced in the remake. Unfortunately, no gameplay or a look at the world has been revealed yet. The game originally released for the Nintendo 64 back in 1998, offering a time travel adventure where Link is once again going up against the evil king Ganondorf. The hugely well-received title has only been playable on modern Nintendo consoles using the Switch Online + Expansion Pack membership. The Legend of Zelda: Ocarina of Time remake for the Nintendo Switch 2 doesn't have a firm release date yet, but Nintendo says it will be released sometime in 2026. Considering just how many publishers are avoiding the Grand Theft Auto VI release nowadays, the company may copy that strategy and also opt to bring this out before November this year.
  • Recent Achievements

    • Week One Done
      rubentuben8 earned a badge
      Week One Done
    • Week One Done
      ARaclen earned a badge
      Week One Done
    • One Year In
      jojodbn earned a badge
      One Year In
    • One Month Later
      jojodbn earned a badge
      One Month Later
    • Week One Done
      jojodbn earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      518
    2. 2
      PsYcHoKiLLa
      229
    3. 3
      +Edouard
      113
    4. 4
      ATLien_0
      87
    5. 5
      Steven P.
      83
  • Tell a friend

    Love Neowin? Tell a friend!