Compatible Support Forums: uninstalling linux apps

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

uninstalling linux apps

#1 User is offline   iamroot 

  • addict
  • Group: Members
  • Posts: 501
  • Joined: 06-April 04

Posted 13 June 2004 - 09:57 AM

How do i uninstall rpms or source code which i have just installed?
0

#2 User is offline   danleff 

  • Carpal Tunnel
  • Group: Moderators
  • Posts: 2903
  • Joined: 30-August 02

Posted 13 June 2004 - 12:29 PM

For most packages, uninstalling rpm's;

rpm -e (name-of-package-to-uninstall) minus the .rpm extension.

For source code packages, cd into the package's gunziped directory and type;

make clean (enter key)
make distclean (enter key)
make uninstall (enter key)


Of course, consult the readme or install file for specific instructions for the source package to make sure that there are not special instructions for the package.

Most rpm based distros also have an uninstall utility in the media control panel, or under configure computer--->configure-->package management...that allows you to search for and uninstall an application.
[Edited by danleff on 2004-06-13 06:31:36]

0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users