Ubuntu 18 安装rabbitVCS

sudo add-apt-repository ppa:ondrej/php

sudo apt-get install php5.6-opcache
sudo apt-get install php5.6-json
sudo apt-get install php5.6-common
sudo apt-get install php5.6-dev

sudo apt-get install pkg-php-tools
sudo apt-get install php5.6-cgi
sudo apt-get install php5.6-xml
sudo apt-get install php5.6-readline

sudo apt-get install php5.6-zip
sudo apt-get install php-pear
sudo apt-get install php5.6-cli
sudo apt-get install php5.6-mbstring

sudo add-apt-repository ppa:rabbitvcs/ppa

#然后会看到这么一句,“Launchpad RabbitVCS”已导入,然后执行下面这句

sudo apt-get update #更新源操作

sudo apt  install -f
#准备就绪,先下载依赖库

sudo apt-get install python-nautilus python-configobj python-gtk2 python-glade2 python-svn python-dbus python-dulwich subversion meld

#接下来,才是真正的下载安装RabbitVCS

sudo apt-get install rabbitvcs-cli rabbitvcs-core rabbitvcs-gedit rabbitvcs-nautilus3

nautilus -q
nautilus

你可能感兴趣的:(Ubuntu 18 安装rabbitVCS)