这篇教程将教你如何在Fedora10,11,12上安装Ailurus。
Ailurus是一款可以使Linux更易用的软件。它提供以下功能:
安装一些官方源中没有的软件
开启和禁用第三方源
改变系统设置
帮助你学习Linux技能。
截屏:
1 安装
cd /tmp
wget http://ailurus.googlecode.com/files/ailurus-10.01.5-1.noarch.rpm
su -c ‘yum install wget xterm’
su -c ‘rpm -U ailurus-10.01.5-1.noarch.rpm’
2. 访问
请点击菜单中的”Applications -> System Tools -> Ailurus”.来启动Ailurus。
3.常见问题和解决方法
***如果你遇到这个错误:
DBusException: cn.ailurus.CommandFailError: (‘LANG=C xterm -T “Ailurus Terminal” -e bash /tmp/tmpKHy12u’, 127)
请运行下这个命令:
su -c ‘yum install xterm’
这是由于”xterm”没有安装。
***如果你遇到这个错误:
DBusException: org.freedesktop.DBus.Error.Spawn.ChildExited: Launch helper exited with unknown return code 1
请重启电脑,这个错误会发生在我们升级旧版本到新版本时,前台界面和后台界面不匹配。
***如果你遇到这个错误:
DBusException: uid 0 is not authorized to know authorizations for uid 500 (requires org.freedesktop.policykit.read)
请禁用SELinux,这样的话Ailurus会正常工作。
这个错误会出现在Fedora9上,不会出现在Fedora 11或者12上。
*** If you cannot install ailurus-10.01.5-1.noarch.rpm, and the error message is:
rpmlib(PayloadIsXz) <= 5.2-1 is needed.
请运行下列命令:
cd /tmp
wget http://ailurus.googlecode.com/files/ailurus-10.01.5.tar.gz
tar xf ailurus-10.01.5.tar.gz
cd ailurus-10.01.5
su -c ‘python ./setup.py’
su -c ‘yum install python pygtk2 notify-python vte rpm-python pygobject2 dbus-python iputils wget unzip xterm’
源码方式安装Ailurus的命令.