Ubuntu

Follow the steps below to add the GêBR repository to your Ubuntu machine. Start by launching “Terminal”. Click on “Dash Home” and type Terminal on Search.

The location of the repository depends on your version of Ubuntu. Currently, the GêBR Project supports, at least, last three releases of Ubuntu. The location of each one is:

  • Ubuntu Lucid (10.04):
    deb http://download.gebrproject.com/pub/ubuntu lucid contrib
  • Ubuntu Natty (11.04):
    deb http://download.gebrproject.com/pub/ubuntu natty contrib
  • Ubuntu Oneiric (11.10):
    deb http://download.gebrproject.com/pub/ubuntu oneiric contrib
  • Ubuntu Precise (12.04):
    deb http://download.gebrproject.com/pub/ubuntu precise contrib
  • Ubuntu Quantal (12.10):
    deb http://download.gebrproject.com/pub/ubuntu quantal contrib
  • Ubuntu Trusty (14.04):
    deb http://download.gebrproject.com/pub/ubuntu trusty contrib
  • Ubuntu Xenial (16.04):
    deb http://download.gebrproject.com/pub/ubuntu xenial contrib

Execute the following command on your Terminal to add GêBR repository on your list, replacing <DISTRO> by one of the supported releases of Ubuntu (lucid, natty, oneiric, precise, or quantal). You will have to enter your password to complete this action.

echo deb http://download.gebrproject.com/pub/ubuntu `lsb_release -cs` contrib | sudo tee /etc/apt/sources.list.d/gebr.list

To trust GêBR packages, you need to install gebr.key:

wget http://download.gebrproject.com/pub/ubuntu/gebr.key
sudo apt-key add gebr.key

GêBR depends on a library (Gdome) which is distributed through universe section of the official Ubuntu repository. Therefore it is necessary to enable that section.  This is done by:

echo deb http://archive.ubuntu.com/ubuntu `lsb_release -cs` universe | sudo tee -a /etc/apt/sources.list

Since there is a new repository, you need to refresh the list of available packages to include those from GêBR repository. To do that, execute the command:

sudo apt-get update

Now you can install GêBR, running the following command on Terminal:

sudo apt-get install gebr debr gebr-menus-su gebr-menus-shtools

After you conclude these steps, type “gebr” in the search entry of the “Dash Home” and GêBR will appear.

Trackback

no comment until now

Sorry, comments closed.