diff --git a/pages/linux/aur.md b/pages/linux/aur.md index 61586e6d9c..d54dfecf33 100644 --- a/pages/linux/aur.md +++ b/pages/linux/aur.md @@ -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}}`