mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-01 05:45:33 +08:00
c96a4d5ea6
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
459 B
459 B
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}}