mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-24 08:52:01 +00:00
Update cheatsheets
This commit is contained in:
18
tldr/linux/explodepkg
Normal file
18
tldr/linux/explodepkg
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
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}}`
|
||||
Reference in New Issue
Block a user