Ubuntu/snaps

From Omnia
Jump to navigation Jump to search

Snaps

Introduction to snaps | Ubuntu
https://ubuntu.com/core/services/guide/snaps-intro

Install Snap Service

sudo apt update
sudo apt install snapd

Install hello-world Snap

sudo snap install hello-world ==

Test:

hello-world

List Snaps

snap list

Remove Snap Service

sudo apt remove snapd

keywords