How can i install Blender from the Snap LTS channel? [duplicate]

When i try to install from the Softwarecenter, i got this error message:snap "blender" requires classic confinementWhat does this mean?

1

1 Answer

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.

You Might Also Like