Skip to content

Commit

Permalink
Update unrar.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove authored Sep 3, 2021
1 parent 8d989f1 commit 10a2cf4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions command/unrar.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@ unrar [选项][switch 命令] [文件名...][路径]
unrar <command> [-<switch 1> -<switch N>] archive [files...] [path...]
```

### 安装

在 Linux 中输入以下命令下载安装包

```shell
wget https://www.rarlab.com/rar/rarlinux-6.0.2.tar.gz

cd ~/Downloads/
tar -zxvf rarlinux-6.0.2.tar.gz
```

### 选项

```shell
Expand Down

0 comments on commit 10a2cf4

Please sign in to comment.