I'm trying to install the Prism Launcher using Flathub, but I'm running into issues. When I open the terminal and enter `flatpak install prism`, it tells me "couldn't find package 'prism'." I've tried this with several other apps too, and none seem to work. What could be going wrong?
1 Answer
You might need to specify the complete package name. Instead of just 'prism', try using `flatpak install org.prismlauncher.PrismLauncher`. That should help!

That won't work for me; I can only use Flathub and not direct flatpak installs. I tried `flatpak install org.prismlauncher.PrismLauncher`, and it didn't succeed either.