2. 安裝3. 配置
4. 解除安裝
2. 安裝
更新和公升級系統:
安裝包管理工具thanlon@thanlon:~$ sudo apt update &&
sudo apt upgrade -y
aptitude
:通過aptitude安裝輸入法依賴的fcitx和qt包:thanlon@thanlon:~$ sudo apt install
aptitude
安裝輸入法並解決可能出現的依賴:thanlon@thanlon:~$ sudo
aptitude
install fcitx-bin fcitx-table fcitx-config-gtk fcitx-config-gtk2 fcitx-frontend-all
thanlon@thanlon:~$ sudo
aptitude
install qt5-default qtcreator qml-module-qtquick-controls2
3. 配置thanlon@thanlon:
~thanlon@thanlon:
~-fix-broken -y
找到設定中的【區域和語言】,選擇【管理已安裝的語言】:
將鍵盤輸入系統修改為
fcitx鍵盤輸入系統
並應用到整個系統,然後重啟系統:系統重啟後會讓我們配置輸入法,配置完成後就可以使用了:
這個時候可以選擇性把系統自帶的ibus鍵盤輸入法系統給刪除:
4. 解除安裝thanlon@thanlon:~$ sudo apt purge ibus
解除安裝輸入法:
解除安裝不需要的依賴包:
# 或者使用:sudo apt autoremove
thanlon@thanlon:~$ sudo
aptitude purge fcitx-bin fcitx-table fcitx-config-gtk fcitx-config-gtk2 fcitx-frontend-all
# 解除安裝qt相關包
thanlon@thanlon:~$ sudo
aptitude purge qt5-default qtcreator qml-module-qtquick-controls2
Ubuntu20 04 安裝總結
這是安裝過程中的網路設定的。gateway 閘道器 對應實驗室的0.0.0.0 nameserver 可以在之前機器上檢視,然後將其填寫進去,也是特定的,10.21.238.12 裝完後只可以訪問區域網內的ip還不能訪問外網,例如baidu.com。與nameserver是對應的 我所安裝的有這兩個...
Ubuntu20 04安裝並配置SSH
本文將介紹在ubuntu20.04 desktop上安裝並配置使用openssh server sudo apt get install openssh server 使用超級使用者許可權編輯ssh配置檔案 sudo vim etc ssh sshd config etc ssh sshd conf...
在 Ubuntu 20 04 上安裝 golang
wget c o sudo tar xz c usr local 調整環境變數 通過將 go 目錄新增到 path環境變數,系統將會知道在 可以找到 go 可執行檔案。這個可以通過新增下面的行到 etc profile檔案 系統範圍內安裝 或者 home profile檔案 當前使用者安裝 expo...