LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 04-01-2009, 12:31 AM   #1
asifbasha
Member
 
Registered: Feb 2009
Posts: 98

Rep: Reputation: 15
how to remove the software installed in fedora 9


hai

i have downloaded the package with the extenstion tar.gz ,and i have installed with the following commands

./configure
make
make install

it is working properly ,but my quesiton is that how can i remove(uninstall) the package from my system.and i don't know where it has copied in my system

please reply me
 
Old 04-01-2009, 02:33 AM   #2
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Look if there is an uninstall option in the tar.gz file
 
Old 04-01-2009, 02:49 AM   #3
lazlow
Senior Member
 
Registered: Jan 2006
Posts: 4,363

Rep: Reputation: 172Reputation: 172
This is one of the main reasons package based systems are so popular. In F9's case, if you had used an rpm, you could just "yum remove package'. If there is not an uninstall option, you are pretty much SOL. You may want to consider learning to build your own rpms. Then you would install/remove your own rpm via the package manager.
 
Old 04-01-2009, 04:02 AM   #4
colucix
LQ Guru
 
Registered: Sep 2003
Location: Bologna
Distribution: CentOS 6.5 OpenSuSE 12.3
Posts: 10,509

Rep: Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983
Quote:
Originally Posted by asifbasha View Post
it is working properly ,but my quesiton is that how can i remove(uninstall) the package from my system.and i don't know where it has copied in my system
As already mentioned, if the developer of the software has included an "uninstall" target in the makefile, you can simply do
Code:
# make uninstall
if not you can always repeat the install step, this time saving the standard output in a file:
Code:
# make install > install.log 2>&1
this just overwrites the currently installed files without any clue. Then you can follow the install.log file line by line and manually reverse the installation steps. It is a simple task, since usually the installation is just a copying of all compiled files (together with manual pages and other stuff) to the system directories.
 
Old 04-01-2009, 04:50 AM   #5
aswathamana
LQ Newbie
 
Registered: Mar 2009
Posts: 3

Rep: Reputation: 0
if u r in graphical mode use pirut command to open the add or remove program in Redhat Fedora like linux machine
or use system-config-packages to open the add or remove window.

else do the step to remove the installed tar package

1../configure
2.make
3.make clean
 
Old 04-01-2009, 04:57 AM   #6
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Quote:
if u r in graphical mode use pirut command to open the add or remove program in Redhat Fedora like linux machine
or use system-config-packages to open the add or remove window.

else do the step to remove the installed tar package

1../configure
2.make
3.make clean
If the software isn't installed with the packet manager, it will not appear in the add or remove window
make clean doesn't remove installed software, it cleans any unecessary files used to build.
 
Old 04-01-2009, 07:33 AM   #7
colucix
LQ Guru
 
Registered: Sep 2003
Location: Bologna
Distribution: CentOS 6.5 OpenSuSE 12.3
Posts: 10,509

Rep: Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983
Quote:
Originally Posted by repo View Post
make clean doesn't remove installed software, it cleans any unecessary files used to build.
Furthermore, make clean removes the makefile and the ability to uninstall the software (if provided). So, don't do make clean if not strictly necessary!
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
How to remove software from fedora ? raagu Linux - Newbie 2 12-01-2008 04:08 AM
Fedora 8: Add/Remove Software SpiderIRE Linux - Software 6 02-04-2008 10:48 AM
cannot Add/remove software fedora 7 a_c_g_t Linux - Newbie 1 10-25-2007 05:15 AM
Best way to remove software installed from source Axion Linux - Software 6 02-29-2004 08:49 AM

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

All times are GMT -5. The time now is 04:46 AM.

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