I just installed a program with the package manager snap.
I installed the app with the following:
sudo snap install cloudcompare
I logged out and logged back in my machine to refresh the path. The program is still not launching while icons and path exist now. Here is how I launch the program from the terminal:
cloudcompare.CloudCompare
which returns:
snap-confine has elevated permissions and is not confined but should be. Refusing to continue to avoid permission escalation attacks
Do you have any idea how to prevent this refusing to continue?
61 Answer
sudo apt purge snapd snap-confine && sudo apt install -y snapdhas fixed the problem for me
4