unp
Extract any archive. Relevant extractors need to be installed, e.g. unrar for RAR. More information: <https://manned.org/unp>.
Install
- All systems
-
curl cmd.cat/unp.sh
- Debian
-
apt-get install unp
- Ubuntu
-
apt-get install unp
- Arch Linux
-
pacman -S unp
- Kali Linux
-
apt-get install unp
- Fedora
-
dnf install unp
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install unp
- OS X
-
brew install unp
- Raspbian
-
apt-get install unp
- Dockerfile
- dockerfile.run/unp
Extract any archive. Relevant extractors need to be installed, e.g. unrar for RAR. More information: <https://manned.org/unp>.
-
Extract an archive:
unp path/to/archive.zip
-
Extract multiple archives:
unp path/to/archive1.tar.gz path/to/archive2.rar
© tl;dr; authors and contributors