You are not logged in.

#1 2010-04-02 10:42:40

iamybj
Member
Registered: 2007-05-08
Posts: 54

How to uninstall depended packages???

I went to install eva from aur, but the process was break and prompted no x86_64 architecture...
But I found some new entries in programming menu like Qt Assistant, Qt Designer, Qt Linguist,,,,How to remove all packages no needed by the system ???

Last edited by iamybj (2010-04-02 10:43:02)

Offline

#2 2010-04-02 10:49:40

barzam
Member
From: Sweden
Registered: 2009-01-27
Posts: 277

Re: How to uninstall depended packages???

Offline

#3 2010-04-02 10:59:35

iamybj
Member
Registered: 2007-05-08
Posts: 54

Re: How to uninstall depended packages???

I think you never understand what I said .....

If you know there is a "apt-get autoremove" command in Debian's apt system, you will know my meaning .....
I didn't install the package, but its depends had been installed... And I don't know if there are other packages installed by this way.

Offline

#4 2010-04-02 11:04:45

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: How to uninstall depended packages???

While his comment was a bit tongue in cheek, he's suggesting you to read the pacman manual:

$ man pacman

It contains what you need wink. Since this is not a pacman issue, I'm moving this to a more appropriate location.


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

#5 2010-04-02 11:09:33

iamybj
Member
Registered: 2007-05-08
Posts: 54

Re: How to uninstall depended packages???

.:B:. wrote:

While his comment was a bit tongue in cheek, he's suggesting you to read the pacman manual:

$ man pacman

It contains what you need wink. Since this is not a pacman issue, I'm moving this to a more appropriate location.

Did you read my paste ????????

I means if there is a command like "pacman -Rcuns", NOT  "pacman -Rcun package_name",,, bcz I don't know the package_name!

Offline

#6 2010-04-02 11:16:26

barzam
Member
From: Sweden
Registered: 2009-01-27
Posts: 277

Re: How to uninstall depended packages???

I searched the wiki for "autoremove" and found this:
http://wiki.archlinux.org/index.php/Pacman_Rosetta

Another tip is to do a man pacman and read it as well.

Offline

#7 2010-04-02 11:20:30

Runiq
Member
From: Germany
Registered: 2008-10-29
Posts: 1,053

Re: How to uninstall depended packages???

On a sidenote, you could start makepkg with the "-r" switch - it uninstalls all unnecessary dependencies after running makepkg. If the package didn't build successfully, it removes *all* dependencies of said package, which is quite handy.

Offline

#8 2010-04-02 13:08:23

ZaQ
Member
Registered: 2009-12-12
Posts: 106

Re: How to uninstall depended packages???

I guess, you're looking for pacman -Rcsn `pacman -Qdtq`. That is uninstalling all not excepletely installed pakages.

Offline

Board footer

Powered by FluxBB