I added the "Kdenlive" team PPA to my Ubuntu 18.04 system as described at this link here.
sudo add-apt-repository ppa:kdenlive/kdenlive-stable
sudo apt-get update
Then I installed Kdenlive via sudo apt-get install kdenlive
. I opened Kdenlive and noticed that I was on Kdenlive version 17.12.3
, not the latest version 20.04.0
that's in the ppa I just added.
What command can I use to force Ubuntu to grab the PPA version of kdenlive (or whatever program I happen to be installing), instead of grabbing from the generic repository, which is what I think is happening in my case.
I thought that the sudo apt-get update
command was supposed to force Ubuntu to grab things from the "newest" repository. My assumptions appear off. I should also add that if I search Kdenlive
in Ubuntu Software Center both 17.12.3
and 20.04.0
show as installable options (and a Flathub version). All three are separate entries in the Software Center. Searching in Synaptic doesn't show these same three options (only one Kdenlive is listed).