# After Installed Manjaro Linux on VirtualBox **Download ISO image** https://manjaro.org/download/ KDE Plasma 21.1.3 - https://download.manjaro.org/kde/21.1.3/manjaro-kde-21.1.3-210916-linux513.iso *** Manjaro Linux 是屬於 ==Arch Linux==. *** **Install package** 1. Not "apt-get", it is "pacman". 2. "sudo pacman -S \<package name\>" Example: ``` $ sudo pacman -S vim ``` *** **"ifconfig" missing** 1. 內定的命令為: "ip addr" 2. 要使用"ifconfig", 必須安裝 net-tools ``` $ sudo pacman -S net-tools ``` *** **Install ==Chewing== Input Method** 1. Fcitx5是最新的輸入法框架. 2. 安裝Fcitx5. ``` $ sudo pacman -S fcitx5-im ``` 3. 在Home目錄下新增".pam_environment"檔案, 內容如下: ``` QT_IM_MODULE DEFAULT=fcitx GTK_IM_MODULE DEFAULT=fcitx XMODIFIERS DEFAULT=\@im=fcitx SDL_IM_MODULE DEFAULT=fcitx ``` 4. 啟動Fcitx5. ![](https://i.imgur.com/YSFVpLU.png =x400) 5. 安裝新酷音注音輸入法. ``` sudo pacman -S fcitx5-chewing ``` 6. 加入新安裝的輸入法. ![](https://i.imgur.com/S9UYnPz.png =x400) 7. 使用快捷鍵Ctrl+Shift, 就可以切換輸入法. ***