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
  • 1,941
  • Have you followed all the steps here (https://flatpak.org/setup/Ubuntu/) to enable flatpacks (and the flathub repository)? – dsSTORM Oct 01 '18 at 19:42
  • 1
    Yeah, I'm just giving up on Flatpak. Too many issues no matter the program I try. Snaps or apt-get it is for me. – stackinator Oct 01 '18 at 19:46

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.

  • Thanks but I need to use the --user option. So this won't get me there. – stackinator Oct 01 '18 at 21:36
  • Looking at flatpaks help right now. There is no "--user" flag described... – BillWeckel Oct 01 '18 at 21:40
  • http://docs.flatpak.org/en/latest/using-flatpak.html – stackinator Oct 01 '18 at 21:50
  • Just installed org.kde.kdenlive via what I posted above... You do realize that flatpak apps aren't installed in the same fashion as a normal Linux app would be? flatpak is used for installing, executing, and removing flatpak apps. – BillWeckel Oct 01 '18 at 21:50
  • 1
    Ok. This is a flatpak issue. I just removed org.kde.kdenlive and tried installing using the --user switch. IT DOES NOT work. Also the "--user" switch doesn't show in "flatpak --help" but is described in the link you posted... I've done what I can, sorry. – BillWeckel Oct 01 '18 at 21:56