Update cheatsheets

This commit is contained in:
ivuorinen
2024-02-28 00:12:40 +00:00
parent 56ec6bc6dd
commit fc525ef80d
9 changed files with 151 additions and 2 deletions

13
tldr/linux/repo-remove Normal file
View File

@@ -0,0 +1,13 @@
---
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://man.archlinux.org/man/repo-add>.
- Remove a package from a local repository:
`repo-remove {{path/to/database.db.tar.gz}} {{package}}`