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:
parent
fa67511ea8
commit
de933a5f99
1 changed files with 4 additions and 0 deletions
|
@ -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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue