增加 Linux 常用目录集合.Signed-off-by: rick.chan <chenyang@autoai.com>

This commit is contained in:
rick.chan 2020-05-09 15:04:52 +08:00
parent 70d97adb6a
commit 03a051164e
2 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,7 @@
# Linux 常用目录集合
| Directory | Descriptions |
|-------------------------|--------------|
| /usr/share/applications | Desktop Entry 文件 (*.desktop) |
| /usr/share/icons | 图标文件 |
| /usr/share/mime | MIME配置文件放在 |

View File

@ -324,3 +324,11 @@ yaourt -S ttf-wps-fonts
```sh ```sh
yaourt -S wps-office-fonts yaourt -S wps-office-fonts
``` ```
## 安装 Ocenaudio
Ocenaudio 是一款 Linux 下的音频编辑软件,提供音频转码、滤波等功能,安装方法如下:
```sh
yaourt -S ocenaudio
```