我习惯了陆龟。但是在切换到centos 7之后,没有GUI就很难使用它。请帮我安装RabbitVCS。
答案 0 :(得分:0)
我在使用centos7时遇到了同样的问题,结果使用了thunar而不是nautilus。请参阅stackexchange和github issue。
更新: 我已经在github.com之后的步骤中成功构建了rabbitVCS,然后复制了nautilus扩展。
答案 1 :(得分:0)
以下说明于2019年5月对我有用。YMMV。
安装EPEL版本
export http_proxy=http://{proxyhost}:{port}
wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
sudo yum install epel-release-latest-7.noarch.rpm
安装必备软件
sudo yum install meld pysvn python-dulwich python-simplejson
获取RabbitVCS软件包
export ftp_proxy=$http_proxy
wget ftp://ftp.pbone.net/mirror/ftp5.gwdg.de/pub/opensuse/repositories/home:/hmandevteam/CentOS_7/noarch/rabbitvcs-core-0.17.1-3.2.noarch.rpm
wget ftp://ftp.pbone.net/mirror/ftp5.gwdg.de/pub/opensuse/repositories/home:/hmandevteam/CentOS_7/noarch/rabbitvcs-cli-0.17.1-3.2.noarch.rpm
wget ftp://ftp.pbone.net/mirror/ftp5.gwdg.de/pub/opensuse/repositories/home:/hmandevteam/CentOS_7/noarch/python2-rabbitvcs-0.17.1-3.2.noarch.rpm
wget ftp://ftp.pbone.net/mirror/ftp5.gwdg.de/pub/opensuse/repositories/home:/hmandevteam/CentOS_7/noarch/rabbitvcs-nautilus-0.17.1-3.2.noarch.rpm
安装RabbitVCS软件包
sudo yum install rabbitvcs-core-0.17.1-3.2.noarch.rpm
sudo yum install rabbitvcs-cli-0.17.1-3.2.noarch.rpm
sudo yum install python2-rabbitvcs-0.17.1-3.2.noarch.rpm
sudo yum install rabbitvcs-nautilus-0.17.1-3.2.noarch.rpm
重启
sudo reboot
打开文件管理器,您会看到RabbitVCS菜单
如果以上rpm ftp位置过时,请转到http://rpm.pbone.net并使用Centos 7过滤器搜索以下软件包-
rabbitvcs-core
rabbitvcs-cli
python2-rabbitvcs
rabbitvcs-nautilus
您也可能在其他位置找到这些软件包
注意 :有时您可能也需要这些必备软件包pygtk, python-configobj, python-gobject, python-gtkspell, python-svn