unar
Extract contents from archive files. More information: <https://manned.org/unar>.
Install
- All systems
-
curl cmd.cat/unar.sh
- Debian
-
apt-get install unar
- Ubuntu
-
apt-get install unar
- Arch Linux
-
pacman -S unar
- Kali Linux
-
apt-get install unar
- Fedora
-
dnf install unar
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install unar
- OS X
-
brew install unar
- Raspbian
-
apt-get install unar
- Dockerfile
- dockerfile.run/unar
Extract contents from archive files. More information: <https://manned.org/unar>.
-
Extract an archive to the current directory:
unar archive
-
Extract an archive to the specified directory:
unar -o path/to/directory archive
-
Force overwrite if files to be unpacked already exist:
unar -f archive
-
Force rename if files to be unpacked already exist:
unar -r archive
-
Force skip if files to be unpacked already exist:
unar -s archive
© tl;dr; authors and contributors