增加 Linux 常用目录集合.Signed-off-by: rick.chan <chenyang@autoai.com>
This commit is contained in:
parent
70d97adb6a
commit
03a051164e
|
@ -0,0 +1,7 @@
|
|||
# Linux 常用目录集合
|
||||
|
||||
| Directory | Descriptions |
|
||||
|-------------------------|--------------|
|
||||
| /usr/share/applications | Desktop Entry 文件 (*.desktop) |
|
||||
| /usr/share/icons | 图标文件 |
|
||||
| /usr/share/mime | MIME配置文件放在 |
|
|
@ -324,3 +324,11 @@ yaourt -S ttf-wps-fonts
|
|||
```sh
|
||||
yaourt -S wps-office-fonts
|
||||
```
|
||||
|
||||
## 安装 Ocenaudio
|
||||
|
||||
Ocenaudio 是一款 Linux 下的音频编辑软件,提供音频转码、滤波等功能,安装方法如下:
|
||||
|
||||
```sh
|
||||
yaourt -S ocenaudio
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue