Results 1 to 5 of 5
How is it done?
For example wine...how do i uninstall wine?...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-14-2006 #1
Uninstalling a program
How is it done?
For example wine...how do i uninstall wine?
- 07-14-2006 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,733
If you are running Slackware, you should be able to go to a terminal, su to root, and run: pkgtool
oz
- 07-14-2006 #3
yes....very usefull....tahnk you!
But i can't uninstall wine from there, just packages...
- 07-15-2006 #4Linux Enthusiast
- Join Date
- Jun 2005
- Posts
- 668
learn how to make packages using checkinstall , then you can remove them using pkgtool.
never do a make install
install checkinstall from extra instead, configure with a prefix of /usr/local, and run checkinstall -ss to make and install a package, it dumps a package to the local directory which you can keep for future use too.
www.slackbook.org
the official slackware book
- 07-15-2006 #5


Reply With Quote
