elementary OS 常用软件安装

来源:互联网 发布:甲骨文 知乎 编辑:程序博客网 时间:2024/05/22 13:25
1.安装摄像头“茄子大头贴”
sudo apt-get install cheese

2.minicom(超级终端)

sudo apt-get install minicom

3.Terminator(一个串口中的多个终端)
sudo apt-get install terminator

4.keepass2(密码管理工具)

sudo apt-get install keepass2

5.virtualbox(虚拟机)
sudo apt-get install virtualbox
6.gimp(linux下的photoshop)
sudo apt-get install gimp
7.eclipse(IDE)
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)

sudo apt-get install codeblocks

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
1 0
原创粉丝点击