对于Ubuntu11.04常用软件的介绍,如果还有非常好的软件,欢迎推荐。
1.浏览器
① Firefox4.0Ubuntu11.04 默认
安装:http://www.mozilla.com/en-US/firefox/all.html
或者命令安装:
sudo add-apt-repository ppa:mozillateam/firefox-stable
sudo apt-get update && sudo apt-get upgrade
② chrome
安装:http://www.google.com/chrome?platform=linux&hl=zh-CN
③ opera
安装:http://www.opera.com/download/index.dml?platform=linux
2.文本文档
① 永中office
能很好地兼容微软的办公软件,界面也几乎一样。目前是2009个人版比较稳定,也是唯一免费的版本,我已经做成deb包了。
下载地址:http://ubuntu-soft.googlecode.com/files/eioffice-personal.deb
如何在永中office使用xp宋体,先下载simsun.ttc,复制到/usr/local/Evermore/EIOffice/Jre/lib/fonts就行了。
XP宋体下载地址:http://www.vdisk.cn/down/index/4088081A6526
② libreofficeUbuntu11.04默认
安装:http://www.libreoffice.org/download
或者:
sudo add-apt-repository ppa:libreoffice/ppa
sudo apt-get update
sudo apt-get install libreoffice
③ vim神器不多解释
④ Adobe Readeradobe出品的PDF阅读器
安装:http://get.adobe.com/cn/reader/otherversions/
⑤ Foxit ReaderFoxit出品的PDF阅读器,小巧强悍
安装:http://www.fuxinsoftware.com.cn/pdf/desklinux/downloads.html
3.音乐播放器
① deadbeef对于无损格式支持完美,无乱码
安装:
sudo add-apt-repository ppa:alexey-smirnov/deadbeef
sudo apt-get updatesudo apt-get install deadbeef
② BansheeUbuntu11.04默认
安装:
sudo add-apt-repository ppa:banshee-team/banshee-unstable
sudo apt-get updatesudo apt-get install banshee banshee-community-extensions
③ rhythmboxUbuntu10.10默认
④ icePlayer国人编写,支持歌词
安装:http://code.google.com/p/iceplayer/downloads/list
4.视频播放器
① mplayer
安装:http://www.mplayerhq.hu/design7/dload.html
② totemubuntu10.10 ubuntu11.04默认
③ VLC
安装:
sudo add-apt-repository ppa:n-muench/vlc
sudo apt-get update sudo apt-get install vlc mozilla-plugin-vlc
④ realplayer
安装:http://www.real.com/realplayer/download
5.中文输入法
① ibusUbuntu10.10默认
② fcitx小企鹅输入法,非常强力
安装:http://code.google.com/p/fcitx/
或者:PPA deb http://ppa.launchpad.net/wengxt/fcitx-nightly/ubuntu lucid main
③ 小小输入法
安装:http://yong.uueasy.com/thread-htm-fid-2.html
④ 云输入种类繁多有搜狗、QQ、Google。
6. 下载工具
① TransmissionUbuntu10.10 默认 BT客户端,
② Amule电驴客户端
③ mldonkey支持Ed2k/BitTorrent/Http/FTP
7.照片管理
① ShotwellUbuntu10.10默认
② PicasaGoogle出品的照片管理器
③ F-SpotUbuntu10.04默认
8.邮件客户端
① EvolutionUbuntu10.10默认
② ThunderBird
安装:http://www.mozillamessaging.com/en-US/thunderbird/all.html
9.图像处理
① Gimp功能上比较像PS,操作有点难
② gnome-paint有点像windows下的画图工具
安装:http://code.google.com/p/gnome-paint/
③ gThumb可以管理图片,也可以编辑
安装:
sudo add-apt-repository ppa:webupd8team/gthumb
sudo apt-get updatesudo apt-get install gthumb
10. ftp客户端
filezilla
安装:
sudo add-apt-repository ppa:n-muench/programs-ppa
sudo apt-get updatesudo apt-get install filezilla
11.虚拟机
VirtualBox大名鼎鼎,不多介绍
安装:http://www.virtualbox.org/wiki/Linux_Downloads
源文档 <http://yulife.blog.163.com/blog/static/120333049201132803852537/>