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 396 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
- 19,615
- 55
- 79
- 83
-
1Search Launchpad for PPAs matching software or package name? Added as a comment, because the OP might wanted to know which PPA is the right one. – lgarzo Mar 28 '13 at 09:12