Installation • Usage • CI Status • License
7zcat
is simple utility for uncompressing 7z files and writing uncompressed data to standard output.
sudo yum install -y https://pkgs.kaos.st/kaos-repo-latest.el$(grep 'CPE_NAME' /etc/os-release | tr -d '"' | cut -d':' -f5).noarch.rpm
sudo yum install 7zcat
curl -fL# -o cain https://kaos.sh/7zcat/SOURCES/7zcat
chmod +x 7zcat
sudo mv 7zcat /usr/bin/
Also, you can use the latest version of utility without installation:
bash <(curl -fsSL https://kaos.sh/7zcat/SOURCES/7zcat) # pass options and arguments here
git clone https://kaos.sh/7zcat.git
cd 7zcat
sudo make install
Branch | Status |
---|---|
master |
|
develop |