Move pages under tldr, lint run.sh, update docs

This commit is contained in:
2024-02-21 13:58:43 +02:00
parent 3d653cc7e6
commit 2c475fa62d
4806 changed files with 36 additions and 35 deletions

37
tldr/linux/prt-get Normal file
View File

@@ -0,0 +1,37 @@
---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# prt-get
> The CRUX package manager.
> More information: <https://crux.nu/doc/prt-get%20-%20User%20Manual.html>.
- Install a package:
`prt-get install {{package}}`
- Install a package with dependency handling:
`prt-get depinst {{package}}`
- Update a package manually:
`prt-get upgrade {{package}}`
- Remove a package:
`prt-get remove {{package}}`
- Upgrade the system from the local ports tree:
`prt-get sysup`
- Search the ports tree:
`prt-get search {{query}}`
- Search for a file in a package:
`prt-get fsearch {{file}}`