Ubuntu 安装必备软件

来源:互联网 发布:推广产品的软件 编辑:程序博客网 时间:2024/05/22 05:00
#!/bin/bash# Info   : install tools for ubuntu# Author : elain                             # CTime  : 2011.08.01  #-------------------------------------------#---------     删除一些没用的软件       ------------#--------------------------------------force-yes  -y-------sudo apt-get remove totem totem-gstreamer totem-mozilla --force-yes  -ysudo apt-get remove rhythmbox evolution bittorrent empathy --force-yes  -y  #-------------------------------------------#---------     常用软件     ---------------------#-------------------------------------------#安装vim代替visudo apt-get install --force-yes  -y vimecho "alias vi=vim " >> ~/.bashrcsource ~/.bashrc #安装压缩类软件sudo apt-get install unace unrar zip unzip p7zip-full p7zip-rar sharutils rar  --force-yes  -y#安装 RSS 新闻阅读器sudo apt-get install akregator  --force-yes  -y#安装互联网常用工具sudo apt-get install filezilla amsn iptux --force-yes  -y#安装emesenesudo add-apt-repository ppa:emesene-team/emesene-stablesudo apt-get updatesudo apt-get install --force-yes -y emesene#安装飞信sudo apt-add-repository ppa:happyaron/ppasudo apt-get updatesudo apt-get install --force-yes  -y openfetion#安装影音工具sudo apt-get install --force-yes  -y "gnome-MPlayer"sudo add-apt-repository ppa:nilarimogard/webupd8sudo apt-get updatesudo apt-get install audacious -y#安装系统工具sudo apt-get install --force-yes  -y yakuake htop lrzsz sysstat sshpass curl wget nmap nload tree lynx iptraf#安装ubuntu-tweaksudo add-apt-repository ppa:tualatrix/ppasudo apt-get updatesudo apt-get install ubuntu-tweak --force-yes  -y#阅读CHM文件,chmsee对某些不规范的chm文件支持效好, gnochm支持搜索sudo apt-get install chmsee gnochm  --force-yes  -y#和Visio类似的dia(默认只能在命令行启动)#sudo apt-get install dia  --force-yes  -y#画UML图的umbrello#sudo apt-get install umbrello  --force-yes  -y #安装gnome3sudo add-apt-repository ppa:gnome3-team/gnome3sudo apt-get updatesudo apt-get dist-upgradesudo apt-get install --force-yes  -y gnome-shell


0 0
原创粉丝点击