mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
19 lines
551 B
Plaintext
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}}`
|