CentOS8 doesn't have unar binaries so I made an alternative with bash

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

CentOS8 doesn't have unar binaries so I made an alternative with bash
I made an eco server with scala
I made an iPhone Theremin with Vision framework + AudioKit
I made an Android application that GETs with HTTP
I made an interpreter (compiler?) With about 80 lines in Ruby.
parquet-tools gives java.lang.ExceptionInInitializerError, so I made it work with java8
I want to push an app made with Rails 6 to GitHub
I made an adapter for communication class with Retrofit2 + Rx2