Ubuntu/snaps: Difference between revisions

From Omnia
Jump to navigation Jump to search
 
Line 15: Line 15:
Test:
Test:
  hello-world
  hello-world
This installed to
/snap/bin/hello-world


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

Latest revision as of 19:49, 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

This installed to

/snap/bin/hello-world

List Snaps

snap list

Remove Snap Service

sudo apt remove snapd

keywords