File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
- Silent install ` pacman -S --noconfirm PACKAGE `
5
5
- when `--noconfirm` not working: `echo "y \n" | pacman -S --noconfirm PACKAGE`
6
6
- 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 `
9
9
- Check installed package ` pacman -Q PACKAGE `
10
10
- Check detail of installed package ` pacman -Qi PACKAGE `
11
11
- 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 `
13
14
- Recreate package from installed** ` bacman PACKAGE `
14
15
- Install from file ` pacman -U PACKAGE_FILE `
15
16
- Uninstall ` pacman -R PACKAGE `
16
17
- Uninstall with all depends ` pacman -Rcns PACKAGE `
17
18
- System wide upgrade ` pacman -Syu `
18
19
- Remove outdated packages from cache ` pacman -Sc `
19
- - Get package of a file ` pacman -Qo PACKAGE `
20
20
- Package repo
21
21
- Latest - https://archlinuxarm.org/packages
22
22
- Archive - http://tardis.tiny-vps.com/aarm/
You can’t perform that action at this time.
0 commit comments