gentoo / 未分类 · 2012年4月15日

gentoo之三 ~~~~ 常用软件安装

提高Gentoo的安装软件速度
安装快速下载工具axel
代码:
emerge axel
安装后修改make.conf
vim /etc/make.conf
FETCHCOMMAND='/usr/bin/axel -a -S4 -o "${DISTDIR}/${FILE}" "${URI}"'
RESUMECOMMAND="${FETCHCOMMAND}"

###gnome 相关软件的安装
第一 办公软件
emerge --ask app-office/libreoffice
这里有个小插曲,原来我是只安装永中的,可惜竟然有一个文件打开是空白的,但其它同事用wps打开没有问题,我就安装了 libreoffice果真没有问题,所以 后会推荐给大家
emerge wqy-bitmapfont wqy-microhei fcitx gedit lxde-meta shutter app-office/libreoffice net-setup
#svn client http://wiki.rabbitvcs.org/wiki/install/gentoo
emerge rabbitvcs
##64bit
http://releases.mozilla.org/pub/mozilla.org/firefox/releases/latest/linux-x86_64/zh-CN/
http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/latest/linux-x86_64/zh-CN/
#gentoo 为什么不能su root!
必须是wheel组的才可以su
gpasswd -a evan wheel
chromium gentoo乱码 好像 是 wqy-microhei就好了
vim /etc/portage/package.accept_keywords
www-client/google-chrome
vim /etc/make.conf
ACCEPT_LICENSE="google-chrome"
emerge www-client/google-chrome
音乐
http://www.gentoo.org/doc/zh_cn/alsa-guide.xml
office
http://www.yozosoft.com/person/
http://www.yozosoft.com/download%21download.do?productname=2012grbgz
解压 cd ; ./setup 就搞定了
emerge -v mplayer media-video/vlc smplayer gnome-mplayer libvdpau ffmpeg win32codecs ati-drivers # or nvidia-drivers
##上面这关于vlc 有些要注意
由于我是用gnome 所以 USE没有打开qt4 安装vlc后会发现没有ui的 并提示
* You have disabled the qt4 useflag, vlc will not have any
* graphical interface. Maybe that is not what you want…
>>> Auto-cleaning packages…
vim /etc/make.conf
#打开
qt4 ,然后再安装 就搞定了
emerge media-video/vlc
gthumb totem rabbitvcs
#xfce的terminal
emerge x11-terms/terminal
http://www.xfce.org/projects/terminal/
emerge terminator
Terminator
http://www.tenshu.net/p/terminator.html
emerge terminator
中国象棋
http://code.google.com/p/gmchess/
tar xvf gmchess-0.29.6.tar.bz2
cd gmchess-0.29.6
./configure
make
sudo make install
grsync
文件同步软件freefilesync
http://sourceforge.net/projects/freefilesync/files/freefilesync/
下载 个二进制包解压就行了 当然得自己拉个启动器出来
##这个是源码安装
For other Linux distributions, you can compile manually following steps described in “Compile.txt” coming with the source code:
FreeFileSync_vXXX_source.zip
###输入法之scim 后来我一直用fcitx
scim scim-tables scim-pinyin scim-bridge
http://blog.csdn.net/crob/article/details/3224107
http://www.zengnotes.com/?post=26
##重启输入法
scim -d
##音量控制
USE=”gstreamer” emerge gnome-applets
#设置安装的软件为中文
#/etc/make.conf 中
LINGUAS=”zh zh_CN zh_CN.UTF-8 en”
##登录管理器
http://www.gentoo.org/doc/zh_cn/gnome-config.xml
http://wiki.lxde.org/en/Gentoo
rc-update add xdm default
vim /etc/conf.d/xdm
DISPLAYMANAGER=”lightdm”
#DISPLAYMANAGER=”gdm”
#DISPLAYMANAGER=”lxdm”
Gnome-utils包含GNOME的时间追踪器,搜索工具,计算器,和其他有用的GNOME工具应用程序
普通的三步走就行了
http://ftp.acc.umu.se/pub/gnome/sources/gnome-utils/
#okular pinta 这两个好像没有 pcmanfm要自己拿出启动器 写路径 或者文件管理器 pcmanfm %U
emerge midori x11-misc/rednotebook shotwell evolution stardict leafpad firefox audacious gimp unetbootin supertux rabbitvcs sudo  gcalctool brasero fvwm fvwm-themes pcmanfm
 
sudo no passwd
visudo
%wheel ALL=(ALL) NOPASSWD: ALL
gedit 2.30.4 有快速打开插件
中文输入法:fcitx+googlepinyin
功能略逊于google拼音,但基本能满足使用要求。
googlepinyin需要layman来安装,用emerge layman后,用命令:layman -a gentoo-zh,将命令:source /var/lib/layman/make.conf加入你的make.conf中。然后emerge googlepinyin。
http://forums.gentoo.org/viewtopic-t-910690.html
http://wiki.awn-project.org/DistributionGuides
virtualbox
emerge --ask app-emulation/virtualbox-bin
emerge -av virtualbox-modules #(注意每次更新内核的时候重新编译一下)
gpasswd -a evan vboxusers
modprobe vboxdrv vboxnetadp vboxnetflt
#下面这两行用过了
chgrp vboxusers /dev/vboxdrv
echo 'modules="${modules} vboxdrv"' >> /etc/conf.d/modules

emerge net-misc/netkit-telnetd
emerge sys-apps/iproute2
##自启动 http://linux-wiki.cn/wiki/zh-hans/%E6%B7%BB%E5%8A%A0%E5%BC%80%E6%9C%BA%E8%87%AA%E5%8A%A8%E8%BF%90%E8%A1%8C%E7%A8%8B%E5%BA%8F
#后来发现下面这个更不爽
vim /etc/conf.d/local
/etc/init.d/vboxdrv setup
modprobe vboxdrv ##一定要有么
##music
emerge media-libs/gstreamer alsa-utils media-libs/gst-plugins-good media-libs/gst-plugins-base media-plugins/gst-plugins-libpng gst-plugins-mad