ubuntu常用软件安装

1.安装摄像头“茄子大头贴”
sudo apt-get install cheese
2.GLX-Dock(动态任务栏,类似mac.软件中心可以找到)
3.安装caffeine(flash视频时禁用屏保).

sudo add-apt-repository ppa:caffeine-developers/ppa
sudo apt-get update
sudo apt-get install caffeine
4.ubuntu tweak
5.googole输入法

sudo apt-get install ibus-googlepinyin
6.gimp(linux下的photoshop)
sudo apt-get install gimp
7.eclipse
sudo apt-get install eclipse-platform
sudo apt-get install eclipse-jdt
sudo apt-get install eclipse-cdt
adt在线安装网址:https://dl-ssl.google.com/android/eclipse/
cdt在线安装网址:http://download.eclipse.org/tools/cdt/releases/galileo
svn在线安装网址: http://subclipse.tigris.org/update_1.10.x
8.laptop-mode-tools
sudo apt-get install laptop-mode-tools
9.thurderbird(邮件)
sudo apt-get install thunderbird
插件:MinimizeToTray revived(最小化) & New Mail Attention(新邮件到达提醒)
10. shutter(截图软件)
sudo apt-get install shutter
11. Code::Blocks(c/c++ IDE)
12.Filezilla(FTP工具)

sudo apt-get install filezilla
13.Remmina 远程桌面客户端
sudo apt-get install remmina
14.meld(代码比对工具)
sudo apt-get install meld
15.vncserver
sudo apt-get install vnc4server (开启服务端口88 vncserver :88)
16.wireshark
sudo apt-get install wireshark
sudo dpkg-reconfigure wireshark-common
把需要运行wireshark的用户加入wireshark组:
sudo usermod -a -G wireshark $USER
重启即可
17.unetbootin(u盘启动盘制作工具)
sudo apt-get install unetbootin
18.Terminator(一个串口中的多个终端)
19.UCK(制作ubuntu镜像)

原文地址:https://www.cnblogs.com/chengliu/p/3636414.html