You are not logged in.

#1 2007-06-08 00:35:04

hussam
Member
Registered: 2006-03-26
Posts: 572
Website

explicitly installed packages

How do I list what packages I have that are explicitly installed not as dependencies for other packages?

pacman -Qe doesn't help since it only lists ones that where installed as dependencies.

Last edited by hussam (2007-06-08 00:40:30)

Offline

#2 2007-06-08 07:09:13

STiAT
Member
From: Vienna, Austria
Registered: 2004-12-23
Posts: 606

Re: explicitly installed packages

Pacman3 seems to have a bug regarding this problem. It was removed within pacman3 since it was a "undocumentated hack"

// STi


Ability is nothing without opportunity.

Offline

#3 2007-06-08 11:14:52

hussam
Member
Registered: 2006-03-26
Posts: 572
Website

Re: explicitly installed packages

Yes, I got that. Is there perhaps some other script to accomplish that function?

Offline

#4 2007-06-08 13:13:22

STiAT
Member
From: Vienna, Austria
Registered: 2004-12-23
Posts: 606

Re: explicitly installed packages

No, not right now.
See http://bugs.archlinux.org/task/7193 for a proper description. There also is a chance that we'll get it back into pacman as Dan and Aaron stated.

Yours,
Georg


Ability is nothing without opportunity.

Offline

#5 2007-06-08 13:17:30

shining
Pacman Developer
Registered: 2006-05-10
Posts: 2,043

Re: explicitly installed packages

script : http://bbs.archlinux.org/viewtopic.php? … 08#p251008
bug report : http://bugs.archlinux.org/task/7343

Afaik, pacman -Qe never listed all explictly installed packages.
It used to list orphans, ie package not required by any others.
Then, in pacman 2.9 (I just checked :d), it was restricted to explictly installed packages. I'm not sure why.
But it never displayed all explicitly installed packages, the e wasn't for explicit.

In pacman 3, it now lists packages not required by any others, that were _not_ installed explicitly,
which is much more interesting imo, since it's packages that are generally safe to remove.


pacman roulette : pacman -S $(pacman -Slq | LANG=C sort -R | head -n $((RANDOM % 10)))

Offline

#6 2007-06-08 13:20:59

shining
Pacman Developer
Registered: 2006-05-10
Posts: 2,043

Re: explicitly installed packages

STiAT wrote:

No, not right now.
See http://bugs.archlinux.org/task/7193 for a proper description. There also is a chance that we'll get it back into pacman as Dan and Aaron stated.

Yours,
Georg

Isn't that another problem ?


pacman roulette : pacman -S $(pacman -Slq | LANG=C sort -R | head -n $((RANDOM % 10)))

Offline

Board footer

Powered by FluxBB