您的位置:首页 > 运维架构 > Linux

利用原版ubuntu 打造 linux mint

2010-08-03 22:05 555 查看
在安装完官方的ubuntu 之后,默认很多功能是没有的,此时,我们需要再安装很多软件

中文输入法:

sudo apt-get install language-support-zh

sudo apt-get install fcitx

1 安装小熊猫,ubuntu 下的优化大师

sudo add-apt-repository ppa:ailurus

sudo apt-get update

sudo apt-get -y install ailurus

安装小熊猫扩展

wget 'http://github.com/homerxing/Ailurus/blob/master/unfree/for_ubuntu.py' -O ~/.config/ailurus/for_ubuntu.py

2 安装pppoe 拨号工具 (不是adsl拨号的用户可以省略此处)

sudo apt-get -y install pppoe

3 安装vim
(不经常使用vim的可以省略此处)

#install vim

sudo apt-get -y install vim

4 安装解码器,支持rm,rmvb,avi,mkv播放

#install video code

sudo apt-get -y install gstreamer0.10-alsa gstreamer0.10-ffmpeg
gstreamer0.10-gnomevfs gstreamer0.10-gnonlin gstreamer0.10-nice
gstreamer0.10-pitfdll gstreamer0.10-plugins-bad
gstreamer0.10-plugins-bad-multiverse gstreamer0.10-plugins-base
gstreamer0.10-plugins-base-apps gstreamer0.10-plugins-good
gstreamer0.10-plugins-ugly gstreamer0.10-plugins-ugly-multiverse
gstreamer0.10-pulseaudio gstreamer0.10-tools gstreamer0.10-fluendo-mp3
gstreamer0.10-x

#install dvd code 增强DVD解码

sudo apt-get -y install libdvdcss2

5 安装chmsee 电子书阅读器,方面阅读chm电子书

#install chmsee

sudo apt-get -y install chmsee

6 安装eva QQ客户端

#install eva

sudo apt-get -y install eva

7 安装星级译王

#install stardict

sudo apt-get -y install stardict

8 安装filezilla FTP客户端

#install filezilla

sudo apt-get -y install filezilla

9安装解压缩工具,支持7z,rar等多种压缩格式

#install unrar tools

sudo apt-get -y install p7zip p7zip-rar p7zip-full cabextract unrar unace

10解决pdf 中文乱码问题

#install pdf for chinese

sudo apt-get -y install xpdf-chinese-simplified xpdf-chinese-traditional poppler-data

11 安装文泉绎字体

#install wen quan yi

sudo apt-get -y install xfonts-wqy

12 安装windows 无线驱动管理工具

#installation of Windows WiFi drivers

sudo apt-get -y install ndisgtk

13 安装linux 下面的局域网飞鸽传书

#install iptux for IPMSG sudo apt-get -y install iptux

14 安装cairo-dock,仿苹果界面

#install cairo-dock

sudo apt-get -y install cairo-dock

15 安装broadcom 无线网卡驱动

#install broadcom driver

sudo apt-get -y install bcmwl-kernel
-source

16 安装compiz 3D特效设置软件

#install compiz

apt-get install -y compizconfig-settings-manager compiz-fusion-plugins-extra

17 安装moonlight 插件,支持windows silverlight

#install moonlight

sudo apt-get -y install moonlight-plugin-mozilla sudo apt-get -y install moonlight-plugin-core

18 安装screenlets 小工具

#install screenlets sudo apt-get -y install --force-yes screenlets

19 安装flash 插件

#install firefox plugins

sudo apt-get -y install flashplugin-installer

20 安装fotoxx 图形处理工具

apt-get install fotoxx

21 解决flash 乱码问题(注意,flash乱码最好的解决方法是修改49-sansserif.conf文件,此处有偷懒嫌疑



#rename 49-sansserif.conf

sudo mv /etc/fonts/conf.d/49-sansserif.conf /etc/fonts/conf.d/49-sansserif.conf.bak

22 安装茄子软件,支持摄像头

apt-get -y install cheese

此处的安装部署难免有不足之处,还请大家多多指正!
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: