I upgraded from Intrepid to Jaunty in hopes of having the latest Kdenlive. When I installed it put in 0.7.3 instead of 0.7.5.
Is there a way in Kpackit or synaptic to upgrade to the newer version? I saw these instructions on their page. Is this what it achieves (I'm a newbie and trying to figure things out/understand)
Is there a way in Kpackit or synaptic to upgrade to the newer version? I saw these instructions on their page. Is this what it achieves (I'm a newbie and trying to figure things out/understand)
This version of Kdenlive is deprecated. It is strongly recommended to install Kdenlive 0.7.5 packages using sunab alternative repositories:
1. go to System Menu > Software Sources > Third-Party Software;
2. click add and paste this line in:
deb http://ppa.launchpad.net/sunab/ppa/ubuntu jaunty main
3. close software source and click reload.
After adding the repository, you also need to add the key for the repository to your system's list of trusted keys, type the following command line in the terminal :
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com B5115B98AA836CA8
Then click the reload button of synaptic and install Kdenlive package or type the following command line :
sudo apt-get update && sudo apt-get install kdenlive
1. go to System Menu > Software Sources > Third-Party Software;
2. click add and paste this line in:
deb http://ppa.launchpad.net/sunab/ppa/ubuntu jaunty main
3. close software source and click reload.
After adding the repository, you also need to add the key for the repository to your system's list of trusted keys, type the following command line in the terminal :
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com B5115B98AA836CA8
Then click the reload button of synaptic and install Kdenlive package or type the following command line :
sudo apt-get update && sudo apt-get install kdenlive
Comment