From de933a5f99c93323f0db771db6ea6648f55a627f Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sat, 16 Aug 2025 06:17:32 +0300 Subject: [PATCH] aur: add removal example (#17590) --- pages/linux/aur.md | 4 ++++ 1 file changed, 4 insertions(+) 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}}`