ubuntu18軟件安裝指南

vscode

kuochung@kuochung--20200523:~$ sudo snap install --classic code
[sudo] kuochung 的密碼: 
code 5763d909 from Visual Studio Code (vscode✓) installed

google

官網下載.deb文件,點擊右鍵安裝。
在這裏插入圖片描述

apt源

[apt address](https://mirrors.tuna.tsinghua.edu.cn/help/ubuntu/)
sudo cp /etc/apt/sources.list /etc/apt/sources.list.buckup
sudo vim /etc/apt/sources.list 

flash

 tar -zxvf flash_player_npapi_linux.x86_64.tar.gz
 ## for chrome
 sudo cp libflashplayer.so /opt/google/chrome/PepperFlash/
 ## for firefox(two for one)
 sudo cp libflashplayer.so /usr/lib/mozilla/plugins/
 sudo cp libflashplayer.so /usr/lib/firefox-addons/plugins/

sogou pinyin

sudo apt-get install fcitx
sudo dpkg -i sogoupinyin_2.3.1.0112_amd64.deb
sudo apt  --fix-broken install

go to setting -> region & language -> managed installed languages -> fcitx -> apply system-wide -> reboot -> keyboard -> configure current input method -> add -> sogou pinyin

electron ssr

sudo apt install libcanberra-gtk-module libcanberra-gtk3-module gconf2 gconf-service libappindicator1
sudo apt-get install libssl-dev 
sudo apt-get install libsodium-dev
cd Downloads
sudo dpkg -i electron-ssr-0.2.6.deb
sudo apt-get install python python-pip
sudo electron-ssr

服務器訂閱管理添加訂閱地址(kingfast賬戶找ssr地址)
Proxy SwitchOmega(Options->Import/Export->Restore from file(XX-Net-master->SwitchyOmega->.bak))

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章