Ubuntu/snaps: Difference between revisions
< Ubuntu
Line 11: | Line 11: | ||
== Install hello-world Snap == | == Install hello-world Snap == | ||
sudo snap install hello-world | sudo snap install hello-world | ||
Test: | Test: |
Revision as of 21:50, 22 February 2025
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