mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-04 07:43:43 +00:00
15 lines
372 B
Plaintext
15 lines
372 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.
|
|
> See also: `repo-add`.
|
|
> More information: <https://manned.org/repo-add>.
|
|
|
|
- Remove a package from a local repository:
|
|
|
|
`repo-remove {{path/to/database.db.tar.gz}} {{package}}`
|