Firefox 几乎是 Linux 平台的标准装备
pacman -S firefox firefox-i18n
Opera 使用 QT 图形库,推荐 KDE 桌面环境下使用
pacman -S opera
命令行下载工具有 wget。此外,aria2 也不错,它支持断点续传和多线程下载:
pacman -S aria2
BitTorrent 下载工具,我们选用 Deluge:
pacman -S deluge
其他的包括 Azureus、rTorrent 等。
另外,我们把 aMule 也安装上:
pacman -S amule
为了能够让 aMule 直接从 Firefox 浏览器中处理 ed2k 链接,我们在 Firefox 的 about:config
中新建字符串 network.protocol-handler.app.ed2k
,并将其设为 /usr/bin/ed2k
。
“所见即所得”的办公套件,首推 OpenOffice.org
pacman -S openoffice-base openoffice-zh_cn
为了让 OpenOffice.org 运行于 GTK 2 模式,我们向 ~/.bashrc 添加如下内容:
export OOO_FORCE_DESKTOP=gnome
图像编辑软件首选 GIMP,要安装它可以执行命令:
pacman -S gimp
矢量图形编辑软件可以使用 Inkscape:
pacman -S inkscape
用 Scrot 截图:
pacman -S scrot
要与朋友即时聊天,我们可以选用 Pidgin,它支持 Gtalk、MSN、QQ 等多种协议:
pacman -S pidgin
如果安装 QQ for Linux ,只要下载 tar 包,解压后运行即可
音乐播放软件我选择 Quod Libet,你可以凭自己的喜好来安装:
pacman -S quodlibet
其他的音乐播放器包括 MPD、Audacious、Exaile、Amarok 等。
如果是看电影的话,MPlayer 不错,同时也加上浏览器插件和常用解码器:
pacman -S mplayer mplayer-plugin codecs gstreamer0.10-bad gstreamer0.10-ugly \ gstreamer0.10-ffmpeg gstreamer0.10-mad gstreamer0.10-mpeg2dec
如果需要 MPlayer 的前端,那么可以安装 SMPlayer:
pacman -S smplayer
当然,另一个选择 VLC 也挺好:
pacman -S vlc
如果要求简单的话,可以选用 Gedit、Leafpad:
pacman -S gedit pacman -S leafpad
Scite 功能强大,操作简单,推荐
pacman -S scite
Vim 似乎也是 Linux 系统的标准装备,需要图形界面的话,可以加上 Gvim:
pacman -S vim
Emacs 的最新版本为 emacs-cvs
pacman -S emacs-cvs
如果只是喜欢 Emacs 的操作方式,可以安装轻量级的 类Emacs 编辑器 Jed
pacman -S jed
Lftp 是命令行的 ftp 客户端,但是它很、十分、非常、以及特别的好用
pacman -S lftp
Lftp 的使用方法参见第 42 章 使用 lftp
图形化的有 gFTP、FileZilla 等。
我们选择 K3b,你可以通过以下指令安装:
pacman -S k3b
为了让当前用户能够使用光盘刻录设备,需要将其添加到 optical 用户组中 (请将 kardinal 替换成你的用户名):
gpasswd -a kardinal optical