pacman*: refresh page, add Tamil translation (#9071)

This commit is contained in:
K.B.Dharun Krishna
2022-10-17 20:09:25 +05:30
committed by GitHub
parent 1ea75b12c0
commit 476d0a5ce7
24 changed files with 349 additions and 53 deletions

View File

@@ -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`

View File

@@ -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`

View File

@@ -7,7 +7,7 @@
`sudo pacman-key --init`
- Add the default ArchLinux keys:
- Add the default Arch Linux keys:
`sudo pacman-key --populate {{archlinux}}`

View File

@@ -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`

View File

@@ -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`