pacman*: refresh page, add Tamil translation (#9071)
This commit is contained in:

committed by
GitHub

parent
1ea75b12c0
commit
476d0a5ce7
@@ -4,10 +4,6 @@
|
||||
> Modify certain attributes of the installed packages.
|
||||
> More information: <https://man.archlinux.org/man/pacman.8>.
|
||||
|
||||
- Display help:
|
||||
|
||||
`pacman --database --help`
|
||||
|
||||
- Mark a package as implicitly installed:
|
||||
|
||||
`sudo pacman --database --asdeps {{package_name}}`
|
||||
@@ -27,3 +23,7 @@
|
||||
- Display only error messages:
|
||||
|
||||
`pacman --database --check --quiet`
|
||||
|
||||
- Display help:
|
||||
|
||||
`pacman --database --help`
|
||||
|
@@ -4,10 +4,6 @@
|
||||
> See also `pkgfile`.
|
||||
> More information: <https://man.archlinux.org/man/pacman.8>.
|
||||
|
||||
- Display help:
|
||||
|
||||
`pacman --files --help`
|
||||
|
||||
- Update the package database:
|
||||
|
||||
`sudo pacman --files --refresh`
|
||||
@@ -31,3 +27,7 @@
|
||||
- List only the absolute path to the files:
|
||||
|
||||
`pacman --query --list --quiet {{package_name}}`
|
||||
|
||||
- Display help:
|
||||
|
||||
`pacman --files --help`
|
||||
|
@@ -7,7 +7,7 @@
|
||||
|
||||
`sudo pacman-key --init`
|
||||
|
||||
- Add the default ArchLinux keys:
|
||||
- Add the default Arch Linux keys:
|
||||
|
||||
`sudo pacman-key --populate {{archlinux}}`
|
||||
|
||||
|
@@ -3,10 +3,6 @@
|
||||
> Arch Linux package manager utility.
|
||||
> More information: <https://man.archlinux.org/man/pacman.8>.
|
||||
|
||||
- Display help for this subcommand:
|
||||
|
||||
`pacman --remove --help`
|
||||
|
||||
- Remove a package and its dependencies:
|
||||
|
||||
`sudo pacman --remove --recursive {{package_name}}`
|
||||
@@ -30,3 +26,7 @@
|
||||
- List packages that would be affected (does not remove any packages):
|
||||
|
||||
`pacman --remove --print {{package_name}}`
|
||||
|
||||
- Display help for this subcommand:
|
||||
|
||||
`pacman --remove --help`
|
||||
|
@@ -3,10 +3,6 @@
|
||||
> Arch Linux package manager utility.
|
||||
> More information: <https://man.archlinux.org/man/pacman.8>.
|
||||
|
||||
- Display help:
|
||||
|
||||
`pacman --upgrade --help`
|
||||
|
||||
- Install one or more packages from files:
|
||||
|
||||
`sudo pacman --upgrade {{path/to/package1.pkg.tar.zst}} {{path/to/package2.pkg.tar.zst}}`
|
||||
@@ -26,3 +22,7 @@
|
||||
- List packages that would be affected (does not install any packages):
|
||||
|
||||
`pacman --query --print {{path/to/package.pkg.tar.zst}}`
|
||||
|
||||
- Display help:
|
||||
|
||||
`pacman --upgrade --help`
|
||||
|
Reference in New Issue
Block a user