You are not logged in.

#1 2010-12-26 18:34:31

YellowSnowIsBad
Member
From: /dev/null
Registered: 2010-06-11
Posts: 46

Query/uninstall packaged installed from source.

How would I query, & uninstall, packages installed from source?

I wish to query the package version + any other info would be useful.
I guess to remove a package installed from source I would just remove the binary and run an unused dependency check?

Thanks.

Offline

#2 2010-12-26 18:40:25

hellnest
Member
From: $ dmesg | grep ATA
Registered: 2010-11-11
Posts: 194
Website

Re: Query/uninstall packaged installed from source.

pacman -Q


roll Snapping my own life roll
hmmgithubhmm
coolMyBlogcool

Offline

#3 2010-12-26 18:46:37

Barrucadu
Member
From: York, England
Registered: 2008-03-30
Posts: 1,158
Website

Re: Query/uninstall packaged installed from source.

Your "packages installed from source"… did you package them, or just ./configure; make; make install? If the former, you can just use pacman. If the latter… I don't think there is a simple solution.

Offline

#4 2010-12-26 18:46:50

loafer
Member
From: the pub
Registered: 2009-04-14
Posts: 1,772

Re: Query/uninstall packaged installed from source.

If you did not use pacman to install it  then pacman doesn't know anything about it.  As long as there is a rule for it just cd into the original build directory and "make uninstall".  Otherwise, then removing the binary etc. would be the only option.


All men have stood for freedom...
For freedom is the man that will turn the world upside down.
Gerrard Winstanley.

Offline

#5 2010-12-27 20:33:58

YellowSnowIsBad
Member
From: /dev/null
Registered: 2010-06-11
Posts: 46

Re: Query/uninstall packaged installed from source.

Thanks, i installed them with ./configure and make install. Just out of interest, how would i build packages with pacman?


Thanks.

Offline

Board footer

Powered by FluxBB