How install Snap on Ubuntu 22

 "Snap" on Linux refers to a software packaging and distribution format, as well as a system for managing and running applications on Linux-based operating systems. Snap is developed by Canonical, the company behind Ubuntu, but it's designed to work across multiple Linux distributions. It is a way to package applications and their dependencies into a single, self-contained package, making it easier to install and update software on Linux systems.

For install snap you can type on console:


sudo apt update
sudo apt install snapd

References:
https://snapcraft.io/

Comments