commands.sh

explodepkg

linux

Extract the contents of a Slackware package to the current directory. See also: `installpkg`, `removepkg`, `upgradepkg`, `makepkg`, `pkgtool`.

More info →

Examples (2)

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
made by @shridhargupta | data from tldr-pages