Snappy (package manager)

Snappy
Developer(s) Canonical Ltd.
Initial release 9 December 2014 (2014-12-09)[1]
Stable release
2.18 / 25 November 2016 (2016-11-25)
Written in Python, Go
Operating system Linux
License GPLv3
Website snapcraft.io

Snappy is a software deployment and package management system originally designed and built by Canonical for the Ubuntu phone operating system. The packages, called 'snaps' and the tool for using them 'snapd', work across a range of Linux distributions and allow therefore distro-agnostic upstream software deployment. The system is designed to work for phone, cloud, internet of things and desktop computing.[2]

Functionality

"Snap" application packages of software are self-contained and work across a range of Linux distributions. This is unlike traditional Linux package management approaches, like APT or RPM, which require specifically adapted packages per Linux distribution on an application update and delay therefore application deployment from developers to their softwares' end-user.[3][4] Snaps themselves have no dependency on any external store ("App store"), can be obtained from any source and can be therefore used for upstream software deployment. When snapd are deployed on Ubuntu and other versions of Linux, the Ubuntu Touch app store is used as a back-end.

Developers can use snaps to create command line tools, background services as well as desktop applications.[5] With snap application upgrades via atomic operation or by deltas are possible.[1][6][7][8]

In June 2016, snapd was ported to a wide range of Linux distributions to enable snaps to be used across any Linux distribution, not just the all-snap Ubuntu Core. snapd is also available or in progress for Arch Linux, CentOS, Debian, Fedora, Gentoo Linux, OpenWrt, openSUSE and Red Hat Enterprise Linux. Each distribution is able to interpret the snap metadata to implement the security or other expectations of the snap in a distribution-specific fashion.

Snapcraft

Snapcraft is a tool for developers to package their programs in the Snap format for Snappy.[9]

snap format

The snap format is a single compressed filesystem that is mounted dynamically by the host operating system, together with declarative metadata that is interpreted by the snap system to set up an appropriately shaped secure sandbox or container for that application. File format extension is .snap.

Reception and usage

Snappy packaging has been deployed in internet of things environments, ranging from consumer-facing products[10] to enterprise device management gateways,[11] and is used on Ubuntu Touch devices. Snappy is included by default in Ubuntu 16.04 desktop images.

Alternatives

Recent systems with similar goals of distro agnostic and portable software deployment across the Linux distributions are flatpak and AppImage.

References

This article is issued from Wikipedia - version of the 11/25/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.