Snapd : Différence entre versions

De Asso Val Libre
Aller à : navigation, rechercher
(Page créée avec « Install, configure, refresh and remove snap packages. Snaps are 'universal' packages that work across many different Linux systems, enabling secure distribution of the lat... »)
 
 
Ligne 6 : Ligne 6 :
 
This is the CLI for snapd, a background service that takes care of
 
This is the CLI for snapd, a background service that takes care of
 
snaps on the system. Start with 'snap list' to see installed snaps.
 
snaps on the system. Start with 'snap list' to see installed snaps.
 +
 +
 +
== Hello world ==
 +
 +
  snap install hello-world

Version actuelle en date du 2 février 2018 à 11:46

Install, configure, refresh and remove snap packages. Snaps are 'universal' packages that work across many different Linux systems, enabling secure distribution of the latest apps and utilities for cloud, servers, desktops and the internet of things.

This is the CLI for snapd, a background service that takes care of snaps on the system. Start with 'snap list' to see installed snaps.


Hello world

 snap install hello-world