You are not logged in.

#1 2007-02-25 20:58:36

dmce
Member
Registered: 2006-12-16
Posts: 20

Uninstall

Hi Folks.

If i install a program with make and then want to remove it, can i just remove it from /usr/bin

The program is nzbget and doing "locate nzbget" only lists it in /usr/bin

Offline

#2 2007-02-25 21:37:32

elasticdog
Member
From: Washington, USA
Registered: 2005-05-02
Posts: 995
Website

Re: Uninstall

The answer is definitely a no on that one...there could be many other files associated with the program aside from just the binary (man pages, libraries, etc.)  How did you install the program in the first place?  If you used pacman, then you should use pacman -R to remove it...if you built it from source, you should see if they included an uninstall make function.

Last edited by elasticdog (2007-02-25 21:37:58)

Offline

#3 2007-02-25 21:41:24

dmce
Member
Registered: 2006-12-16
Posts: 20

Re: Uninstall

Hi

Thanks for the response. I didnt think that would be the case. I installed from source. Im not sure where it is actually installed too so thats the problem.

If there was an uninstall function it would be "make uninstall"? How would i find this out?

Offline

#4 2007-02-25 22:26:03

Pajaro
Member
Registered: 2004-04-21
Posts: 884

Re: Uninstall

what i do in this cases is to create the PKGBUILD and create the package. Then i install the package (it will say that there are some conflicts, so pacman  -Uf <package>) and uninstall it after. Files gone.

Offline

#5 2007-02-26 13:09:26

[vEX]
Member
From: Sweden
Registered: 2006-11-23
Posts: 450

Re: Uninstall

Open a console and make your way to the source directory and try "make uninstall" (might need root privilegies), if there is no uninstall option make should say something about not finding a 'uninstall' target.


PC: Antec P182B | Asus P8Z77-V PRO | Intel i5 3570k | 16GB DDR3 | GeForce 450GTS | 4TB HDD | Pioneer BDR-207D | Asus Xonar DX | Altec Lansing CS21 | Eizo EV2736W-BK | Arch Linux x86_64
HTPC: Antec NSK2480 | ASUS M3A78-EM (AMD 780G) | AMD Athlon X3 425 | 8GB DDR2 | GeForce G210 | 2TB HDD | Arch Linux x86_64
Server: Raspberry Pi (model B) | 512MB RAM | 750GB HDD | Arch Linux ARM

Offline

Board footer

Powered by FluxBB