repo-remove: add example (#23475)

Co-authored-by: Sahil Afrid Farookhi <msafarookhi@gmail.com>
This commit is contained in:
Managor
2026-08-01 22:26:20 +03:00
committed by GitHub
parent 88bf9fb240
commit 1b05f47167
+5 -1
View File
@@ -2,8 +2,12 @@
> Package database maintenance utility which removes packages from a local repository.
> See also: `repo-add`.
> More information: <https://manned.org/repo-add>.
> More information: <https://manned.org/repo-remove>.
- Remove a package from a local repository:
`repo-remove {{path/to/database.db.tar.gz}} {{package}}`
- Also remove the package file:
`repo-remove {{[-R|--remove]}} {{path/to/database.db.tar.gz}} {{package}}`