In ubuntu 12.04 Calligra is 2.4. Now the newest is 2.6. Does Calligra have a ppa for ubuntu 12.04? Thanks
Asked
Active
Viewed 401 times
1 Answers
1
There are Calligra version 2.6 backports available on Launchpad here.
You can add them to your repository through Synaptic using the following line(with instructions provided in the link below):
deb http://ppa.launchpad.net/kubuntu-ppa/backports/ubuntu YOUR_UBUNTU_VERSION_HERE main
Or, from a terminal(Ctrl+Alt+t), run the following commands:
sudo add-apt-repository ppa:kubuntu-ppa/backports
sudo apt-get update
sudo apt-get install calligra
Kevin Bowen
- 20,055
- 57
- 82
- 84