1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-17 23:35:41 +02:00

aur: add removal example (#17590)

This commit is contained in:
Managor 2025-08-16 06:17:32 +03:00 committed by GitHub
parent fa67511ea8
commit de933a5f99
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,3 +27,7 @@
- Install a package without viewing changes in Vim and do not confirm dependency installation:
`aur sync --noview {{[-n|--noconfirm]}} {{package}}`
- Remove a package form the repository metadata (does not remove the package file itself):
`repo-remove {{path/to/database.db.tar.gz}} {{package}}`