Files
cheatsheet-tldr/tldr/linux/explodepkg
2025-12-17 00:21:28 +00:00

19 lines
551 B
Plaintext

---
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}}`