Update cheatsheets

This commit is contained in:
ivuorinen
2025-12-17 00:21:28 +00:00
parent 0881b6bcab
commit bda9e5a061
43 changed files with 339 additions and 67 deletions

18
tldr/linux/explodepkg Normal file
View File

@@ -0,0 +1,18 @@
---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# explodepkg
> Extract the contents of a Slackware package to the current directory.
> See also: `installpkg`, `removepkg`, `upgradepkg`, `makepkg`, `pkgtool`.
> More information: <https://www.slackbook.org/html/book.html#PACKAGE-MANAGEMENT-EXPLODEPKG>.
- Extract a package to the current directory:
`explodepkg {{path/to/package.tgz}}`
- Extract multiple packages to the current directory:
`explodepkg {{path/to/package1.tgz}} {{path/to/package2.tgz}}`