Snap Backend
Snap provides universal Linux packages maintained by Canonical. TinyPM wraps the snap CLI.
Flag
Use -s, --snp, or --snap to target Snap.
Common Operations
#### Install
ainstall -s firefox
ainstall -s vlc
ainstall -s code#### Search
search -s firefox
search -s spotify#### Remove
term -s firefox#### List
tinypm list -s#### Run
start firefox -s#### Update
supdate -sPackage Names
Snap packages use simple names (e.g. firefox, vlc, code). Use search -s to find available packages.
Requirements
snapdmust be installed and running- Run
tinypm doctorto verify Snap is working