I wanted to install Pycharm Community edition using snap with the following command:
sudo snap install pycharm-community
Unfortunately, I got the following error message:
error: This revision of snap "pycharm-community" was published using classic confinement and thus may perform arbitrary system changes outside of the security sandbox that snaps are usually confined to, which may put your system at risk.
If you understand and want to proceed repeat the command including
--classic.
My question is: is it safe to proceed and install it using --classic
as they suggest? What are the risks of doing so? (i.e what kind of "arbitrary system changes" can happen?) And lastly, has anyone tried it and did everything go well?
I previously installed IntelliJ IDEA a few weeks ago and didn't get this problem. Of course, there are certainly other ways to install it, but I found snap to be a convenient tool as then I just need to type the name of the program in the terminal to launch it.