Korfou Hello, I would like to install the Naps2 scanning software (https://www.naps2.com/download) in flatpak on KDE plasma. I already have flatpak in my OS. I don't know what to do with "naps2-8.1.2-linux-x64.flatpak". Through the terminal I did “sudo eopkg install naps2-8.1.2-linux-x64.flatpak”, but it doesn't work. What should I do? Thanks for your help.
stocc I would assume you need the 'flatpak install' command. Take a look at that and see if it helps. Once installed, I believe you use 'flatpak run' to actually run it. I've not actually used flatpak, so this is a bit of guesswork from me...
SethStorm666 Flatpak needs flatpak command. cd ~/Downloads flatpak install naps2-8.1.2-linux-x64.flatpak It may require sudo depending how you set up flatpak on your system.