mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-19 18:50:23 +00:00
Update cheatsheets
This commit is contained in:
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# aur
|
||||
|
||||
> Build packages from the AUR and manage local repositories.
|
||||
> Note: A local repository needs to be set in `/etc/pacman.conf` and `vifm` needs to be installed for this to fully function.
|
||||
> Note: A local repository needs to be defined in `/etc/pacman.conf` and `vifm` needs to be installed for this to fully function.
|
||||
> More information: <https://github.com/aurutils/aurutils>.
|
||||
|
||||
- Search the AUR database for a package:
|
||||
|
||||
@@ -8,6 +8,10 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
> Package database maintenance utility which enables installation of said package via Pacman.
|
||||
> More information: <https://man.archlinux.org/man/repo-add>.
|
||||
|
||||
- Create an empty repository:
|
||||
|
||||
`repo-add {{path/to/database.db.tar.gz}}`
|
||||
|
||||
- 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}}`
|
||||
|
||||
Reference in New Issue
Block a user