mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 10:35:25 +02:00
repo-add: add page (#6622)
This commit is contained in:
parent
1a98d09a48
commit
c66e7634e1
1 changed files with 16 additions and 0 deletions
16
pages/linux/repo-add.md
Normal file
16
pages/linux/repo-add.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# repo-add
|
||||
|
||||
> Package database maintenance utility which enables installation of said package via Pacman.
|
||||
> More information: <https://man.archlinux.org/man/repo-add>.
|
||||
|
||||
- Add all package binaries in the current directory and remove the old database file:
|
||||
|
||||
`repo-add --remove {{path/to/database.db.tar.gz}} {{*.pkg.tar.zst}}`
|
||||
|
||||
- Add all package binaries in the current directory in silent mode except for warning and error messages:
|
||||
|
||||
`repo-add --quiet {{path/to/database.db.tar.gz}} {{*.pkg.tar.zst}}`
|
||||
|
||||
- Add all package binaries in the current directory without showing color:
|
||||
|
||||
`repo-add --nocolor {{path/to/database.db.tar.gz}} {{*.pkg.tar.zst}}`
|
Loading…
Add table
Reference in a new issue