Ubuntu 常用軟件安裝 .

Ubuntu 常用軟件安裝

分類: Linux 9430人閱讀 評論(16) 收藏 舉報

1) chromium-browser

sudo apt-get install chromium-browser


2) google-chrome

a)  sudo vi  /etc/apt/sources.list.d/google.list

b) 輸入 deb http://dl.google.com/linux/chrome/deb/ stable main

c) sudo apt-get update 

d) sudo apt-get install google-chrome-stable stable

e) sudo apt-get install google-chrome-beta  beta 

參考


3) linuxQQ

im.qq.com


4) stardict(字典)

sudo apt-get install stardict

配置


5) mtPaint(繪圖)

sudo apt-get install mtpaint


6) unrar / unzip / 7zip

sudo apt-get install unrar (unrar

sudo apt-get install unzip (unzip

sudo apt-get install p7zip-full(7zip

參考1     參考2    參考3


7) xchm

sudo apt-get install xchm


8) flash player

sudo apt-get install adobe-flashplugin

參考    官網


9) firefox

sudo apt-get install firefox


10) opera

sudo apt-get install opera


11) vim / emacs

sudo apt-get install vim vim

sudo apt-get install emacs emacs


12) ssh

sudo apt-get install openssh-client ssh client

sudo apt-get install openssh-server ssh server


13) 升級

sudo apt-get update更新下載源 

sudo apt-get upgrade 更新已安裝包

sudo apt-get dist-upgrade 更新系統版本

sudo do-release-upgrade 更新系統發行版

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