1

In ubuntu 12.04 Calligra is 2.4. Now the newest is 2.6. Does Calligra have a ppa for ubuntu 12.04? Thanks

waterloo2005
  • 2,037

1 Answers1

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