Skip to content

Commit 40960f1

Browse files
authored
Update 'pacman'.md
1 parent 35df6c2 commit 40960f1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

'pacman'.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@
44
- Silent install `pacman -S --noconfirm PACKAGE`
55
- when `--noconfirm` not working: `echo "y \n" | pacman -S --noconfirm PACKAGE`
66
- Download only `pacman -Sw PACKAGE`
7-
- List installed `pacman -Qqe`
8-
- List files installed `pacman -Ql`
7+
- List all installed packages`pacman -Qqe`
8+
- List files installed `pacman -Ql PACKAGE`
99
- Check installed package `pacman -Q PACKAGE`
1010
- Check detail of installed package `pacman -Qi PACKAGE`
1111
- Search package `pacman -Qs PACKAGE` (can use wildcards)
12-
- Search package contains command `pacman -Fy COMMAND`
12+
- Search package contains command `pacman -Qo COMMAND`
13+
- Search package contains file `pacman -Fy FILE`
1314
- Recreate package from installed** `bacman PACKAGE`
1415
- Install from file `pacman -U PACKAGE_FILE`
1516
- Uninstall `pacman -R PACKAGE`
1617
- Uninstall with all depends `pacman -Rcns PACKAGE`
1718
- System wide upgrade `pacman -Syu`
1819
- Remove outdated packages from cache `pacman -Sc`
19-
- Get package of a file `pacman -Qo PACKAGE`
2020
- Package repo
2121
- Latest - https://archlinuxarm.org/packages
2222
- Archive - http://tardis.tiny-vps.com/aarm/

0 commit comments

Comments
 (0)