Computer Tips - Linux: Snap quick start

Date: 2019jan17 OS: Linux Q. Linux: Snap quick start A. Snap is a distro independent system by Cannonical. It works on most major distros (eg Ubuntu, Fedora, etc). Example: Install and run the VLC media player
snap install vlc snap run vlc
To find packages:
snap find <search-term>
eg:
snap find photoshop
Show all currently installed snaps
snap list