Ubuntu/snaps: Difference between revisions

From Omnia
Jump to navigation Jump to search
No edit summary
Line 6: Line 6:
== Install Snap Service ==
== Install Snap Service ==


sudo apt update
  sudo apt install snapd
  sudo apt install snapd
== Install hello-world Snap ==
sudo snap install hello-world ==
Test:
hello-world


== List Snaps ==
== List Snaps ==

Revision as of 19:46, 21 January 2024

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