补充音乐播放,软件包升级,QT 安装等。
Signed-off-by: ithink.chan <chenyang@autoai.com>
This commit is contained in:
parent
be55267f91
commit
36997137df
|
@ -24,6 +24,12 @@ sudo pacman -Syy
|
||||||
AURURL="https://aur.tuna.tsinghua.edu.cn"
|
AURURL="https://aur.tuna.tsinghua.edu.cn"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## 升级软件包
|
||||||
|
|
||||||
|
```sh
|
||||||
|
pacman -Syu
|
||||||
|
```
|
||||||
|
|
||||||
## 安装和配置网络
|
## 安装和配置网络
|
||||||
|
|
||||||
首先要安装网络工具:
|
首先要安装网络工具:
|
||||||
|
@ -104,7 +110,7 @@ locale-gen "en_US.UTF-8"
|
||||||
## 安装常用工具
|
## 安装常用工具
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
pacman -S base-devel git gcc make python2 python3 go arm-none-eabi-gcc arm-none-eabi-gdb arm-none-eabi-newlib tmux openssh samba ntfs-3g vim bzip2 coreutils ncurses xz
|
pacman -S base-devel git gcc make cmake gdb python2 python3 go arm-none-eabi-gcc arm-none-eabi-gdb arm-none-eabi-newlib tmux openssh samba ntfs-3g vim bzip2 coreutils ncurses xz unrar unzip zip
|
||||||
```
|
```
|
||||||
|
|
||||||
另外需要安装 flex、bison、libncurses5-dev 等。
|
另外需要安装 flex、bison、libncurses5-dev 等。
|
||||||
|
@ -145,6 +151,18 @@ fcitx-diagnose
|
||||||
|
|
||||||
默认通过 ctrl+space 来切换输入法。
|
默认通过 ctrl+space 来切换输入法。
|
||||||
|
|
||||||
|
### 安装 Qt
|
||||||
|
|
||||||
|
```sh
|
||||||
|
pacman -S qtcreator qt5-base qt5-doc
|
||||||
|
```
|
||||||
|
|
||||||
|
### 音乐播放
|
||||||
|
|
||||||
|
```sh
|
||||||
|
pacman -S rhythmbox
|
||||||
|
```
|
||||||
|
|
||||||
## VMTools
|
## VMTools
|
||||||
|
|
||||||
如果 Manjaro 作为 VirtualBox 的 Guest 来运行,则需要安装 VMTools,命令如下:
|
如果 Manjaro 作为 VirtualBox 的 Guest 来运行,则需要安装 VMTools,命令如下:
|
||||||
|
|
Loading…
Reference in New Issue