instal kdenlive
sudo add-apt-repository ppa:kdenlive/kdenlive-stable
Here is what the above code is Doing:
1. sudo is a command that allows you to run a command as the superuser.
2. add-apt-repository is a command that adds a repository to your system.
3. ppa:kdenlive/kdenlive-stable is the repository that you’re adding.