mirror of
https://github.com/cheat/cheat.git
synced 2024-12-18 10:45:05 +01:00
Correction in pacman file
This commit is contained in:
parent
837042f718
commit
253eae2935
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user