
The latest version of LibrePlan brings these new changes:
- A mobile app developed and is now available
- Fixes for some known issues
- Performance improvements
- Improved cachcing for JavaScript files
For detailed changes, click here.
LibrePlan 1.3.3 Installation
To install LibrePlan 1.3.3 in Ubuntu 12.10/12.04 or Linux Mint 14/13, enter these commands in the terminal:
sudo add-apt-repository ppa:libreplan/ppa
sudo apt-get update
sudo apt-get install libreplan
When you finsih the installation, you can start LibrePlan at this address:
http://localhost:8080/libreplan/
To uninstall LibrePlan, run this sequence of commands:
sudo apt-get remove libreplan
sudo add-apt-repository --remove ppa:libreplan/ppa
sudo apt-get update