Correction in pacman file

This commit is contained in:
Chimyx 2013-09-03 16:01:09 +02:00
parent 837042f718
commit 253eae2935
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ pacman -Si <package name>
pacman -U <file name/file url>
# To list the commands provided by an installed package
pacman -Ql nvidia-utils | sed -n -e 's/.*\/bin\///p' | tail -n +2
pacman -Ql <package name> | sed -n -e 's/.*\/bin\///p' | tail -n +2
# To list explicitly installed packages
pacman -Qe