unar

Extract contents from archive files. More information: <https://manned.org/unar>.

Install

All systems
curl cmd.cat/unar.sh
Debian Debian
apt-get install unar
Ubuntu
apt-get install unar
Arch Arch Linux
pacman -S unar
image/svg+xml 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

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