LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 12-11-2003, 07:33 AM   #1
free_andrew
Member
 
Registered: Dec 2003
Location: Skopelos, Greece
Distribution: Mandrake 9.2, Windows XP Pro
Posts: 32

Rep: Reputation: 15
What happened to 'swaret'


Just installed Slackware - 4th attempt. Doing a little reading in the forums I figured out startx to get to a more workable environment. Now I want to start using 'swaret' but it seems that no matter where I am (shell, command line), the feedback is that it's a bad command.

What am I doing wrong?

Also - is kpackage the only way to remove programs?

Red Hat had an Add/Remove program which let me see the original package install files. I would like to add programs from the original distribution. Is this possible within the KDE environment?


-Andrew
 
Old 12-11-2003, 07:56 AM   #2
lumpfish
Member
 
Registered: Sep 2002
Location: Halifax Nova Scotia, Canada
Distribution: Arch Linux 0.7
Posts: 38

Rep: Reputation: 15
First... do you have swaret installed. It is on the second cd. If you do have it installed, are you trying to use the command as the SuperUser?
 
Old 12-11-2003, 08:19 AM   #3
lumpfish
Member
 
Registered: Sep 2002
Location: Halifax Nova Scotia, Canada
Distribution: Arch Linux 0.7
Posts: 38

Rep: Reputation: 15
I forgot to answer the second part of your question. You can use pkgtool to remove packages. As well, you can try removepkg from the command line. For further info on removepkg, go to the following link: http://www.slackware.com/book/index....ce=x4000.html.
 
Old 12-11-2003, 05:03 PM   #4
chris26
Member
 
Registered: Nov 2003
Posts: 40

Rep: Reputation: 15
Swaret didnt install for me autmatically when I did the full install of the cd's. I assumed it wasnt on the cd's so I just went to the swaret hompage and downloaded the lastest version. Install goes quickly and smoothly.

Swaret is pretty cool.
 
Old 12-11-2003, 07:24 PM   #5
thegeekster
Member
 
Registered: Dec 2003
Location: USA (Pacific coast)
Distribution: Vector 5.8-SOHO, FreeBSD 6.2
Posts: 513

Rep: Reputation: 34
Re: What happened to 'swaret'

Quote:
Originally posted by free_andrew
.....Red Hat had an Add/Remove program which let me see the original package install files. I would like to add programs from the original distribution. Is this possible within the KDE environment?
Go to Start Applications -> System -> KPackage (Packager Manager)

PS: This will let you see what's installed......Just use the Open button (the button in the top left) to browse the CD or installation directory.....

Last edited by thegeekster; 12-11-2003 at 07:27 PM.
 
Old 12-11-2003, 08:03 PM   #6
320mb
Senior Member
 
Registered: Nov 2002
Location: pikes peak
Distribution: Slackware, LFS
Posts: 2,577

Rep: Reputation: 48
Swaret won't install automagically by default!!
it is in the Extra software packages directory on the 2nd CD.
 
Old 12-11-2003, 08:54 PM   #7
Velvet Elvis
Member
 
Registered: Dec 2003
Distribution: debian (when I can) RHEL (when I must)
Posts: 98

Rep: Reputation: 15
Re: What happened to 'swaret'

Quote:
Originally posted by free_andrew
Just installed Slackware - 4th attempt. Doing a little reading in the forums I figured out

Red Hat had an Add/Remove program which let me see the original package install files. I would like to add programs from the original distribution. Is this possible within the KDE environment?
Sure you can do it from inside KDE, just start up Konsole and use installpkg. =)

If you are going to use Slackware, you're going to have to get used to using the command line. It doesn't have fancy GUI tools to set up your system for you. This is a good thing, because GUI sytem tools tend to trash your system. Slackware is all about being in controll. You know exactly what is going on with every aspect of your system, because you configured it that way yourself.

With that in mind, here is what you need to do to install more packages from the slack CD's.

1. Open a term window and su to root.
2. Put the CD you want to install packages from in the drive and mount it, using "mount /dev/cdrom"
3. cd to /mnt/cdrom.
4. Move to the directory housing the package you want to install. Try using mc to browse the packages on the cd. I usaly have two terminal windows open when I'm doing this, one to enter commands fromt the command line and one to browse with mc.
5. Install the package using "installpkg -i yourpackagehere.tgz"

poof, you're done

The location of the filles from the package you just installed can be seen in /var/log/packages.
 
Old 12-12-2003, 08:23 AM   #8
free_andrew
Member
 
Registered: Dec 2003
Location: Skopelos, Greece
Distribution: Mandrake 9.2, Windows XP Pro
Posts: 32

Original Poster
Rep: Reputation: 15
Question

I understand what you're saying - and I have no problem with the minimal GUI use. I'm comfortable working with the console when absolutely necessary.

Nevertheless, I'm still new to this environment and I still have more questions than answers. I don't want to put a strain on this forum, but if I post some of the concerns I've had thus far, perhaps you could send me in the right direction and I'll take it from there.

1. Where is the Slackware documentation?
2. Scroll mouse doesn't work. (worked in Red Hat)
3. SCSI Card (Adaptec UW2940) and devices (Zip Drive, Yamaha CD Burner) weren't detected. (worked in Red Hat)
4. Is there a log file of the startup? I would like to look at it closer and see if there is anything else that needs my attention.

There are other things I'm still working on. Lisa, Kiosk mode (for the kids) but that stuff I will try and figure out on my own.

BTW - noticeable improvement in speed with Slackware on my PII333, 384MB SDRAM. Kudos to this distro.


-Andrew
 
Old 12-12-2003, 01:32 PM   #9
iaredam
LQ Newbie
 
Registered: Aug 2003
Location: usa
Distribution: Slack 9.1 & LFS 5.0
Posts: 18

Rep: Reputation: 0
1. Slackware documentation can be found at http://slackware.com/faq/

2. mouse - You need to edit the /etc/X11/XF86config file and under the mouse section add
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"

Check for the proper syntax, my typing and memory suck.
3. I know that with my setup, I had to manually add my 2nd cdburner, if you look at the startup log you can find out what device it is /dev/??? and create a link in /dev/ for the device, add it to fstab then mount it

4. log file, I believe /var/log/messages will give you what you are looking for.
 
Old 12-12-2003, 05:27 PM   #10
Velvet Elvis
Member
 
Registered: Dec 2003
Distribution: debian (when I can) RHEL (when I must)
Posts: 98

Rep: Reputation: 15
Documentation is scattered around. As slackware is pretty barebones, most general linux documentation should work. I broke down and bought O'Reilly's Running Linux, by Matt Welsh, et al. It's pretty much all I needed.

Did you read your root email? If not, su to root, run pine, and read it. Pat puts some tips there. There is some documentation scattered throughout the various config files as comments. The rute online manual and tutorial kicks ass. It's at:

http://www.icon.co.za/~psheer/book/index.html

Here's some more links to slack specific info:
http://www.linuxpackages.net/
http://linuxtipps.sourceforge.net/index.php
http://slackbook.yoshiwara.org.uk/
http://www.userlocal.com
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Deleting Swaret files in /var/swaret?? Garibaldi3489 Slackware 2 12-30-2004 04:10 PM
swaret.org website, what happened wtih it? rmocius@auste.e General 3 08-17-2004 08:21 AM
What happened to LQ? Joey.Dale LQ Suggestions & Feedback 4 04-10-2004 04:02 PM
Ok....what happened? Bigun Linux - General 5 09-23-2002 01:51 PM
What's happened to me? Steave Linux - General 0 09-14-2001 09:22 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 06:47 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration