You are not logged in.

#1 2010-10-11 17:00:06

limpio
Member
Registered: 2005-12-31
Posts: 52

What is the command to list installed packages?

I checked the man for pacman but i don't see it sad
thanks...

Offline

#2 2010-10-11 17:01:19

lifeafter2am
Member
From: 127.0.0.1
Registered: 2009-06-10
Posts: 1,332

Re: What is the command to list installed packages?

pacman -Q

smile

Last edited by lifeafter2am (2010-10-11 17:01:53)


#binarii @ irc.binarii.net
Matrix Server: https://matrix.binarii.net
-------------
Allan -> ArchBang is not supported because it is stupid.

Offline

#3 2010-10-11 17:05:39

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,597
Website

Re: What is the command to list installed packages?

http://wiki.archlinux.org/index.php/Pacman

Commands of note:

download only do not install            pacman -Suyw
find orphan packages to remove:         pacman -Qdt
find and remove orphan packages:        pacman -Rs $(pacman -Qtdq)
redownload all installed pacakges       pacman -Qqe | grep -vx "$(pacman -Qqm)" | xargs pacman -Sdw --noconfirm

list of all installed packages:         pacman -Qqe | grep -v "$(pacman -Qmq)" > pkglist
reinstall the list when needed:         pacman -S $(cat pkglist)

CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

#4 2010-10-11 18:55:29

limpio
Member
Registered: 2005-12-31
Posts: 52

Re: What is the command to list installed packages?

Thank you gents, i appreciate it.

Offline

Board footer

Powered by FluxBB