Ubuntu PPAs
Former versions of LibrePlan were released with the name NavalPlan and version 1.2 and following ones will be named LibrePlan.
To install LibrePlan in Ubuntu (Ubuntu Precise 12.04, Ubuntu Oneiric 11.10, Ubuntu Natty 11.04, Ubuntu Maverick 10.10 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
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 Precise 12.04 (i386) libreplan_1.2.3-1_i386.deb
- Ubuntu Precise 12.04 (amd64) libreplan_1.2.3-1_amd64.deb
- Ubuntu Oneiric 11.10 (i386) libreplan_1.2.3-1_i386.deb
- Ubuntu Oneiric 11.10 (amd64) libreplan_1.2.3-1_amd64.deb
- Ubuntu Natty 11.04 (i386) libreplan_1.2.3-1_i386.deb
- Ubuntu Natty 11.04 (amd64) libreplan_1.2.3-1_amd64.deb
- Ubuntu Maverick 10.10 (i386) libreplan_1.2.3-1_i386.deb
- Ubuntu Maverick 10.10 (amd64) libreplan_1.2.3-1_amd64.deb
- Ubuntu Lucid 10.04 (i386) libreplan_1.2.3-1_i386.deb
- Ubuntu Lucid 10.04 (amd64) libreplan_1.2.3-1_amd64.deb
- Debian Squeeze 6 (i386) libreplan_1.2.3-1_i386.deb
- Debian Squeeze 6 (amd64) libreplan_1.2.3-1_amd64.deb
To update to a new version you just need to install the last package from the list above.
If you are upgrading from a previous version - 1.0 or 1.1 - , you must install the following package to migrate your data to LibrePlan 1.2: navalplan_1.2.0-1_all.deb
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 15 or openSUSE 11.4.
Fedora
# cd /etc/yum.repos.d
# wget download.opensuse.org/repositories/home:/jsuarezr:/LibrePlan/Fedora_15/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.
Additonal useful information is also included in the HACKING file to compile the project
Source code
If you want to compile the project or to modify it you can download the last version of the LibrePlan source code at libreplan_1.2.3.tar.gz.
Another option is download LibrePlan cloning the git repository by doing:
git clone git://libreplan.git.sourceforge.net/gitroot/libreplan/libreplan
Finally, if you wish to have a look at the git repository browsing it on-line, you can do it at:
http://libreplan.git.sourceforge.net/git/gitweb.cgi?p=libreplan/libreplan;a=summary