前言
- 文中使用為Debian 9.4的 ISO鏡像安裝。
1. 修改源文件
gedit /etc/apt/sources.list
注釋下面這條:
deb cdrom:[Debian GNU/Linux 9.4.0 _Stretch_ - Official amd64 DVD Binary-1 20180310-11:21]/ stretch contrib main
添加以下內(nèi)容:
deb http://mirrors.ustc.edu.cn/debian/ stretch main non-free contrib
deb http://mirrors.ustc.edu.cn/debian/ stretch-updates main non-free contrib
deb http://mirrors.ustc.edu.cn/debian/ stretch-backports main non-free contrib
deb-src http://mirrors.ustc.edu.cn/debian/ stretch main non-free contrib
deb-src http://mirrors.ustc.edu.cn/debian/ stretch-updates main non-free contrib
deb-src http://mirrors.ustc.edu.cn/debian/ stretch-backports main non-free contrib
更新:
su
apt-get update
2. 安裝sudo
- 默認(rèn)狀態(tài)是沒(méi)有sudo命令的持偏,需要安裝景鼠。
apt-get install sudo
編輯sudoers文件
gedit /etc/sudoers
在%sudo ALL=(ALL:ALL) ALL 下面添加:
**** ALL=(ALL:ALL) ALL
其中****為自己的用戶名
3. 解決輸入法問(wèn)題
- 安裝搜狗輸入法 搜狗輸入法 for linux下載對(duì)應(yīng)版本霞势,我下載到的文件是:sogoupinyin_2.2.0.0102_amd64.deb油额,執(zhí)行命令安裝,解決依賴:
sudo dpkg -i sogoupinyin_2.2.0.0102_amd64.deb
sudo apt-get install -f
重啟電腦
- 解決中文輸入法不可用的問(wèn)題
輸入的時(shí)候各種ctrl+space或者ctrl+shift一通亂按就是什么也看不到肮蛹?因?yàn)楦揪蜎](méi)有Ui控件…你需要安裝輸入法前端所需的ui動(dòng)態(tài)庫(kù)勺择。
apt-get install fcitx-ui-classic && apt-get install fcitx-ui-light
4. 安裝網(wǎng)易云音樂(lè)
下載網(wǎng)易云音樂(lè) for linux,下載Ubuntu64版本安裝并解決依賴伦忠。
sudo dpkg -i netease-cloud-music_1.1.0_amd64_ubuntu.deb
sudo apt-get install -f
- 點(diǎn)桌面圖標(biāo)啟動(dòng)不了省核,用sudo啟動(dòng)就OK。
sudo netease-cloud-music
5. 安裝PyCharm昆码,并添加桌面圖標(biāo)
下載PyCharm并激活气忠,添加快捷方式
sudo gedit /usr/share/applications/Pycharm.desktop
添加內(nèi)容:
[Desktop Entry]
Type=Application
Name=Pycharm
GenericName=Pycharm3
Comment=Pycharm3:The Python IDE
Exec=sh 實(shí)際路徑/bin/pycharm.sh
Icon= 實(shí)際路徑/bin/pycharm.png
Terminal=pycharm
Categories=Pycharm;
至此,就可以聽(tīng)著音樂(lè)赋咽,用著搜狗輸入法旧噪,愉快的寫Python了!