why
The unar command is useful for decompressing major compressed files-Qiita https://qiita.com/twittarsan/items/550b18c222ceb75d0181
It was in the epel of centos7, but it is gone from centos8. So I made a rapper alternative
source https://github.com/tknr/unar_centos8
requires
gzip p7zip tar unrar unzip install
./install.sh
usage
example:
unar foo.zip
unar bar.rar
unar .
eof
Recommended Posts