How to install KdenLive on Ubuntu 16.04?

43,828

You can install it through the software centre, just search for "Kdenlive" in the software centre, and click Install. You can also install it through the terminal by typing

sudo apt-get install kdenlive

That's it.


Note that you will not get the very latest version by doing this - if you want to have the latest version, you'll need to add the PPA. Do this by typing

sudo apt-add-repository ppa:kdenlive/kdenlive-stable && sudo apt-get update

in a terminal before installing it through the software centre or using apt-get install

Share:
43,828

Related videos on Youtube

Zach Bishop
Author by

Zach Bishop

Updated on September 18, 2022

Comments

  • Zach Bishop
    Zach Bishop almost 2 years

    I'm relatively new to Linux and have only used Ubuntu briefly while saving up for a Windows key. I wanted to try out Ubuntu 16 as a replacement for Mac OS X so for an iMovie replacement I wanted to try KdenLive. I was looking around on the website and I couldn't find anything on how to install through the terminal or software center since they are what I'm familiar with. This https://launchpad.net/~kdenlive/+archive/ubuntu/kdenlive-testing is the only page I can find and I haven't a clue how to get packages using pages like this. Thanks in advance!

  • Jesse
    Jesse almost 8 years
    While I agree that this is the way to do it (adding the ppa first), I'd encourage using the stable PPA instead of the testing one -- the testing packages may contain bugs and aren't always stable. If this sounds like a better option, run this command instead: sudo apt-add-repository ppa:kdenlive/kdenlive-stable && sudo apt-get update && sudo apt-get install kdenlive
  • JonasCz
    JonasCz almost 8 years
    @Jesse I've edited my answer to use the stable PPA instead the testing one - I don't know why I mentioned the testing one when writing the answer.
  • Jesse
    Jesse almost 8 years
    It's all good. :) No worries mate.
  • Papiux
    Papiux over 7 years
    There is a typo. you put "...apt-get get update" and it should be "...apt-get update"