LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Uninstalling programs in Linux? (https://www.linuxquestions.org/questions/linux-software-2/uninstalling-programs-in-linux-533917/)

the_gripmaster 03-02-2007 09:52 AM

Uninstalling programs in Linux?
 
Software in Linux is mainly distributed in two format: ports and packages (as rpm or deb). While it is easy to install and uninstall packages, is there a easy way to uninstall ports (usually installed in a 3 step ./configure, make, make install)?

Hitboxx 03-02-2007 10:06 AM

It depends, some ports also give an option to uninstall, e.g.,
./configure
make
make install
make uninstall

I'm sure I've seen this in many ports. Other than that i think you need to manually delete the package.

jay73 03-02-2007 10:34 AM

I believe there's a way to get Debian to register such packages; I came across the concept while browsing the online Reference on their site. Then you could remove them by doing something as simple as apt-get remove/purge.

General Failure 03-02-2007 10:55 AM

checkinstall automatically builds .rpm, .deb and .tgz packages after ./configure && make.
My recommendation :D

TheOracle 03-02-2007 10:57 AM

Gento and ports
 
For what it's worth Gento also use portage.
It's pretty neat as "emerge --depclean" will remove all ports that are not required bu the system.

Hth
G

the_gripmaster 03-03-2007 05:44 AM

Quote:

Originally Posted by shrikant.odugoudar
It depends, some ports also give an option to uninstall, e.g.,
./configure
make
make install
make uninstall

I'm sure I've seen this in many ports. Other than that i think you need to manually delete the package.

Manual deletion is such a pain. Thanks for your answer.

Quote:

Originally Posted by jay73
I believe there's a way to get Debian to register such packages; I came across the concept while browsing the online Reference on their site. Then you could remove them by doing something as simple as apt-get remove/purge.

Well apt-get is similar to yum in FC6. Not all applications are available as binaries to be installed with apt-get or yum.

Quote:

Originally Posted by General Failure
checkinstall automatically builds .rpm, .deb and .tgz packages after ./configure && make.
My recommendation :D

Looks cool. I will give it a shot. Thanks.

Quote:

Originally Posted by TheOracle
For what it's worth Gento also use portage.
It's pretty neat as "emerge --depclean" will remove all ports that are not required bu the system.

Hth
G

Haven't ever tried Gentoo Linux.


All times are GMT -5. The time now is 01:24 AM.