说明地址: http://wiki.rabbitvcs.org/wiki/install/ubuntu

1. Installation on Ubuntu
You can install from our PPA, our tarball archive, or directly from our Subversion repository. Users new to Ubuntu should use the PPA option.
PPA

 

Add the following line to your /etc/apt/sources.list file (signing key=1024R/34EF4A35):

 

Then:

 

Installing from our distributed tarball is relatively straightforward on Ubuntu. First, make sure you install all dependencies:

 

Then download the tarball and from the top folder type:

 

Once that is done working, look in the clients folder and read the README file for each client/plugin to learn how they are installed.
Installing from trunk or from a branch is relatively straight-forward. First, install the dependencies listed above, then follow our developer installation instructions.
第二种方法:
1. 用管理员权限打开 /etc/apt/sources.list 文件,在最后添加下面一行
deb http://ppa.launchpad.net/rabbitvcs/ppa/ubuntu karmic main
2. 在命令行下运行:
    2.1 sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 34EF4A35 
    2.2 sudo apt-get update
    2.3 sudo apt-get install rabbitvcs-cli rabbitvcs-core rabbitvcs-gedit rabbitvcs-nautilus rabbitvcs-thunar thunarx-python (192.168.6.10 未安装)
 
另外:
 
     [1]. 启用root账户
            sudo passwd root
            此命令将会重新设置 root 的密码,按照提示输入新的密码,并加以确认。之后,重启系统时,就可以用 root 登录了。
 
第三种方法: