Linux管理软件Snap
简介
Snaps are universal Linux packages. A snap is a bundle of an app and its dependencies that works without modification across Linux distributions.
Ubuntu下安装方式:
sudo apt update
sudo apt install snapd
sudo snap install xxx
其他Linux安装方式参考:Installing snapd on all major Linux distributions。