您的位置:首页 > 其它

ubuntu常用软件安装

2010-01-11 12:49 573 查看
gksu gedit /etc/apt/sources.list
deb http://ubuntu.cn99.com/ubuntu/ feisty main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ feisty-security main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ feisty-updates main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ feisty-proposed main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ feisty-backports main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ feisty main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ feisty-security main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ feisty-updates main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ feisty-proposed main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ feisty-backports main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu-cn/ feisty main restricted universe multiverse
sudo apt-get update #这一步是更新你的源列表,换源後必须执行
sudo apt-get dist-upgrade #这一步是更新软件,如果你对新版本软件的需求不是那么迫切,可以不执行

安装桌面图形
sudo apt-get install ubuntu-desktop
进入图形界面
startx
安装apache、php、mysql
sudo apt-get install apache2 libapache2-mod-security libapache2-mod-php5 php5 mysql-server php5-mysql php5-gd phpmyadmin
安装中文支持,包括SCIM的五笔,拼音插件:
#sudo apt-get install language-support-zh
星际译王:
#sudo apt-get install stardict stardict-common
字典安装:
#sudo apt-get install stardict-cdict-g stardict-oxford-gb stardict-xdict-ec-gb
安装RAR:
#sudo apt-get install rar
#sudo ln -fs /usr/bin/rar /usr/bin/unrar
安装mplayer:
#sudo apt-get install mplayer
#sudo apt-get install mplayer-fonts
#sudo apt-get install mozilla-mplayer
#sudo apt-get install w32codecs
安装Jre:
#sudo apt-get install sun-java6-jre
安装Adobe reader:
#sudo apt-get install acroread
安装BMP:
#sudo apt-get install beep-media-player
安装Gftp:
#sudo dpkg -i gftp-2.0.18-i386.deb
#cd /usr/lib
#sudo ln -s libcrypto.so.0.9.8 libcrypto.so.5
#sudo ln -s libssl.so.0.9.8 libssl.so.5
vim ~/.gftp/gftprc
remote_charsets=GBK,UTF-8

本文来自CSDN博客,转载请标明出处:http://blog.csdn.net/Novelty/archive/2007/07/25/1707483.aspx
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: