uninstalling installed software

  • Vladdrac
  • Mastermind
  • Mastermind
  • User avatar
  • Joined: Feb 04, 2004
  • Posts: 2136
  • Loc: Louisville, Ky
  • Status: Offline

Post July 24th, 2004, 7:33 pm

Ok, it is an easy method to install apps on linux from the source using make file

My question is there a way to do it vice verse (uninstalling) in the terminal instead of me going through the directories and removing the data tree manually?

hope that made some sense
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post July 24th, 2004, 7:33 pm

  • ShEDeViL
  • Graduate
  • Graduate
  • User avatar
  • Joined: Mar 29, 2004
  • Posts: 216
  • Status: Offline

Post July 25th, 2004, 8:21 am

What distro?
  • Daemonguy
  • Moderator
  • Web Master
  • User avatar
  • Joined: Jan 23, 2004
  • Posts: 2673
  • Loc: Somewhere outside the box in Sarasota, FL.
  • Status: Offline

Post July 25th, 2004, 11:06 am

Well, a lot depends on how it was installed; RPM's have a method of removing (rpm -e), source can be deinstalled by running make deinstall from the install dir.
Course, it really depends on how it was installed, and what it is. :)

Cheers.
"It's always a long day, 86,400 won't fit into a short."
  • Vladdrac
  • Mastermind
  • Mastermind
  • User avatar
  • Joined: Feb 04, 2004
  • Posts: 2136
  • Loc: Louisville, Ky
  • Status: Offline

Post July 25th, 2004, 11:49 am

cool, thanks for the tip on rpm's

what about files that i have ./configured, make, and make installed? or does that depend upon what it is too?
  • Daemonguy
  • Moderator
  • Web Master
  • User avatar
  • Joined: Jan 23, 2004
  • Posts: 2673
  • Loc: Somewhere outside the box in Sarasota, FL.
  • Status: Offline

Post July 26th, 2004, 5:51 am

Vladdrac wrote:
cool, thanks for the tip on rpm's

what about files that i have ./configured, make, and make installed? or does that depend upon what it is too?


Those are source, which means you configured the makefile to meet your machine's specifications -- more or less -- and then ran make, which is a front end wrapper for *cc.

Basically, you compiled source to a binary program.

Go into that dir, type make deinstall, or make uninstall -- targets may vary depending on your version of make. Running a make clean, is always a good idea in my book as well. That should do the trick.
Cheers.
"It's always a long day, 86,400 won't fit into a short."
  • Vladdrac
  • Mastermind
  • Mastermind
  • User avatar
  • Joined: Feb 04, 2004
  • Posts: 2136
  • Loc: Louisville, Ky
  • Status: Offline

Post July 26th, 2004, 8:35 am

yeah, I usually do run make clean, in case I need to reinstall it somewhere else. Hmm, that is interesting. So I guess by deleting the directory this would not be able to be done. cool.

Thanks alot for your help daemonguy
  • Daemonguy
  • Moderator
  • Web Master
  • User avatar
  • Joined: Jan 23, 2004
  • Posts: 2673
  • Loc: Somewhere outside the box in Sarasota, FL.
  • Status: Offline

Post July 27th, 2004, 6:20 am

No problemo.

Cheers.
"It's always a long day, 86,400 won't fit into a short."

Post Information

  • Total Posts in this topic: 7 posts
  • Users browsing this forum: No registered users and 67 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
cron
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.