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