ubuntu常用软件安装笔记

发布时间:2019-07-16编辑:脚本学堂
本文介绍了ubuntu中常用软件的安装方法,一些ubuntu学习笔记,有需要的朋友参考下。

分享一些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镜像)