Ubuntu Snap

From FreeCAD Documentation
Revision as of 16:35, 3 September 2020 by Maker (talk | contribs) (Created page with "Um die Entwicklungsversion des Snap zu installieren, verwende:")

Einführung

An Ubuntu Snap package, or just Snap is a distribution format similar to AppImage in that it is intended to be a "universal installable package" to deploy software in Linux systems. Snaps were introduced by Ubuntu but they are intended to run in all Linux distributions as long as the Snap daemon, or snapd, is available in the target system.

A Snap package has two main characteristics:

  • Programs are sandboxed so they do not interfere with the rest of your operating system.
  • Programs are updated automatically in the background in order to get the newest version of the application.

For other ways of installing the software, see Installing.

Einrichtung

As of v0.19 the use of Snaps is experimental. The current Snaps are generated and hosted by volunteers.

In all systems where Snaps are to be installed, the Snap daemon must be installed first. The package is normally called snapd.

For Debian/Ubuntu and similar systems which use the APT manager the daemon is installed as follows:

sudo apt install snapd

Um die stabile Version des Snap zu installieren, verwende

sudo snap install freecad

Um die Entwicklungsversion des Snap zu installieren, verwende:

sudo snap install --edge freecad-ppd

Verweise

More information about current efforts to deal with Snaps.