九、安装Automatix
新的Automatix2已经具有了图形化操作界面。但是为了安装Automatix2,我们还是需要在命令工具行下进行一些工作。请进入到应用程序(Applications)>附件(Accessories)>终端(Terminal),以开启命令工具行窗口。
在命令工具行窗口中,请输入下面的命令以安装Automatix软件:
echo "deb http://www.getautomatix.com/apt feisty main" | sudo tee -a /etc/apt/sources.list
你可能需要提供你的系统管理员密码。在此之后,运行:
wget http://www.getautomatix.com/keys/automatix2.key
gpg --import automatix2.key
gpg --export --armor E23C5FC3 | sudo apt-key add -
然后升级软件包数据库:
sudo apt-get update
最后,安装Automatix软件:
sudo apt-get install automatix2
然后关闭掉命令工具行窗口。在Automatix软件被成功安装后,你可以在应用程序(Applications)>系统工具(System Tools)>Automatix下找到它:
