0

Kdenlive's website has instructions for installing their Flatpak here. The command I used is

flatpak --user install flathub org.kde.kdenlive

which give this error on Ubuntu 18.04

error: Remote "flathub" not found

I have installed Flatpak previously and don't know what went wrong. Do you?

stackinator
  • 2,041

1 Answers1

1

Visited the link you provided... You're not following their directions exactly...

To install:

flatpak install flathub org.kde.kdenlive

To run:

flatpak run org.kde.kdenlive

I installed flatpak a few days ago, using sudo apt-get install flatpak with no issues. I have also installed and executed a couple of flatpak app packages... If all else fails flatpak --help.