unarj 命令详解

| 选择喜欢的代码风格  

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

unarj 命令安装:


-bash/zsh: unarj: command not found

# Windows (WSL2)
sudo apt-get update sudo apt-get install arj

# Debian
apt-get install arj

# Ubuntu
apt-get install arj

# Alpine
apk add unarj

# Arch Linux
pacman -S unarj

# Kali Linux
apt-get install arj

# Fedora
dnf install arj

# OS X
brew install unarj

# Raspbian
apt-get install arj

# Dockerfile
dockerfile.run/unarj

# Docker
docker run cmd.cat/unarj unarj

unarj 命令补充说明:


unarj 命令用来解压缩由 arj 命令创建的压缩包。

unarj 命令语法:


unarj [options] files...

unarj 命令选项:


e:解压缩.arj文件;
l:显示压缩文件内所包含的文件;
t:检查压缩文件是否正确;
x:解压缩时保留原有的路径。

unarj 命令参数:


.arj 压缩包:指定要解压缩的.arj压缩包。

unarj 命令实例:


unarj 命令,解压 .arj 文件

unarj e test.arj

unarj 扩展阅读:




unarj 命令评论