mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-31 11:41:54 +00:00
14 lines
348 B
Plaintext
14 lines
348 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# repo-remove
|
|
|
|
> Package database maintenance utility which removes packages from a local repository.
|
|
> More information: <https://manned.org/repo-add>.
|
|
|
|
- Remove a package from a local repository:
|
|
|
|
`repo-remove {{path/to/database.db.tar.gz}} {{package}}`
|