When i try to install from the Softwarecenter, i got this error message: snap "blender" requires classic confinement What does this mean?
Asked
Active
Viewed 2,866 times
4
-
6Does this answer your question? What is the classic mode of snap, and why do some snaps not install without it (e.g. MS Visual Studio)? – qwr Jul 14 '20 at 00:35
1 Answers
5
According to the Blender page in SnapCraft store you have to execute the following command:
sudo snap install blender --channel=2.83lts/stable --classic
About classic confinement see official documentation:
A snap’s confinement level is the degree of isolation it has from your system. There are three levels of snap confinement:
...
- Classic
Allows access to your system’s resources in much the same way traditional packages do. To safeguard against abuse, publishing a classic snap requires manual approval, and installation requires the --classic command line argument.

N0rbert
- 99,918