Ubuntu PPAs
To install LibrePlan in Ubuntu (Ubuntu Quantal 12.10, Ubuntu Precise 12.04 or Ubuntu Lucid 10.04) you just need to run the following commands:
sudo add-apt-repository ppa:libreplan/ppa
sudo apt-get update
sudo apt-get install libreplan
If you do not have add-apt-repository command, you will need to install python-software-properties before running the previous commands. You can do it with the following line:
sudo apt-get install python-software-properties
In Ubuntu Quantal 12.10 you will need to install software-properties-common too:
sudo apt-get install software-properties-common
Once installed, to use the application you must type in the web browser the following URL: http://localhost:8080/libreplan/
The use of this installation method, based on Ubuntu PPAs, has the advantage that, when a new version of LibrePlan package is released, you are automatically informed about it thanks to the Ubuntu update manager system.
To update to a new version, if you have already installed LibrePlan you should execute the following commands:
sudo apt-get update
sudo apt-get install libreplan
Debian Packages
There are several LibrePlan debian packages available:
- Ubuntu Quantal 12.10 (i386) libreplan_1.4.0-1_i386.deb
- Ubuntu Quantal 12.10 (amd64) libreplan_1.4.0-1_amd64.deb
- Ubuntu Precise 12.04 (i386) libreplan_1.4.0-1_i386.deb
- Ubuntu Precise 12.04 (amd64) libreplan_1.4.0-1_amd64.deb
- Ubuntu Oneiric 11.10 (i386) libreplan_1.4.0-1_i386.deb
- Ubuntu Oneiric 11.10 (amd64) libreplan_1.4.0-1_amd64.deb
- Ubuntu Natty 11.04 (i386) libreplan_1.4.0-1_i386.deb
- Ubuntu Natty 11.04 (amd64) libreplan_1.4.0-1_amd64.deb
- Ubuntu Maverick 10.10 (i386) libreplan_1.4.0-1_i386.deb
- Ubuntu Maverick 10.10 (amd64) libreplan_1.4.0-1_amd64.deb
- Ubuntu Lucid 10.04 (i386) libreplan_1.4.0-1_i386.deb
- Ubuntu Lucid 10.04 (amd64) libreplan_1.4.0-1_amd64.deb
- Debian Squeeze 6 (i386) libreplan_1.4.0-1_i386.deb
- Debian Squeeze 6 (amd64) libreplan_1.4.0-1_amd64.deb
To update to a new version you just need to install the last package from the list above.
RPM Packages - openSUSE Build Service
There are several LibrePlan RPM packages available in the following URL: http://download.opensuse.org/repositories/home:/jsuarezr:/LibrePlan/
Some examples about how to install LibrePlan in Fedora 17 or openSUSE 12.1.
Fedora
# cd /etc/yum.repos.d
# wget download.opensuse.org/repositories/home:/jsuarezr:/LibrePlan/Fedora_17/home:jsuarezr:LibrePlan.repo
# yum install libreplan
openSUSE
# cd /etc/zypp/repos.d
# zypper ref
# zypper install libreplan
Other
If you are using a different GNU/Linux distribution you must read the installation instructions at INSTALL file in order to use LibrePlan in your system.
In order to update LibrePlan to a new version you can follow the instructions at UPDATE file.