A site for solving at least some of your technical problems...
A site for solving at least some of your technical problems...
Usually your snap packages automatically get upgraded when newer versions are made available from the source.
One in a while, though, you may want to run a manual upgrade to make sure that you've got the latest of everything. This is done like this:
$ sudo snap refresh <name>
That's it.
Note that the <name> part is optional. When not specified all the snap packages are checked for newer versions.
The output will tell you what packages were upgraded.
Just in case, other snap commands of interest:
$ sudo snap install <name>
$ sudo snap list
$ sudo snap remove [--purge] <name>
The --purge option is optional. It will delete everything, including all the settings when specified.
$ sudo snap find <pattern>
search for a snap package which name matches <pattern>.
Recent Posts on The Linux Page: