SlackwareThis Forum is for the discussion of Slackware Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I just installed Slackware 9.1 last night (yay for the newbie) and everything is going well.
However, I have no idea how to remove some of the pre-installed packages that were added during setup. I want to remove packages like Mozilla and the 4 X mail clients that I have no intention of using (I've got suitable replacements).
Helloa! I'm a newby too, ok, I used linux mandrak 9.1 since last october...
Here's how I do it:
ALT+F2 (invoke run command)
rpmdrake-remove
try:
Start menu/kdemenu/gnome menu/ watever
->config-> ADD-remove package
You should look for RPM anywhere you can, ok? Those are packages... good luck!
Originally posted by mimithebrain Helloa! I'm a newby too, ok, I used linux mandrak 9.1 since last october...
Here's how I do it:
ALT+F2 (invoke run command)
rpmdrake-remove
try:
Start menu/kdemenu/gnome menu/ watever
->config-> ADD-remove package
You should look for RPM anywhere you can, ok? Those are packages... good luck!
Slackware doesn't use RPM.
Open a console and run 'pkgtool' and you can select packages to uninstall (or packages to install like the ones from www.linuxpackages.net)
You can use pkgtool on the command line and there is also a gui tool called pkgsummon. The advantage to pkgsummon is that it can be used to keep your packages up to date as well.
I'd go to the directory where the install packages are located, then run removepkg *blah*.tgz For me, it takes ages to load pkgtool, and I'm just not that patient.
Originally posted by r_jensen11 I'd go to the directory where the install packages are located, then run removepkg *blah*.tgz For me, it takes ages to load pkgtool, and I'm just not that patient.
Originally posted by RucasRiot Or just don't install them in the first place
Jerk....
Anywho, I end up installing Netscape sometimes just to get the /usr/bin/netscape file, then I copy it as /usr/bin/firefox, uninstall Netscape, then change the paths in the new file to point to firefox. That is, at least, if I don't just have my launchers pointing directly to my firefox program itself.
Originally posted by RucasRiot A better way to do that would be to create a symbolic link.
just do
Code:
ln -s /usr/bin/linkto /usr/bin/linkfrom
When something tries to accesss "linkfrom" they will access "linkto" instead.
I don't follow.... Sometimes I end up just doing ln -s /usr/local/lib/firefox/firefox /usr/bin/firefox, but then it doesn't really do the same thing as the /usr/bin/netscape command. The script for launching Netscape calls for some other commands, not too many, but I always forget what they are.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.