How to search – install – remove, Snap packages in Ubuntu

how-to-search-install-remove-snap-packages-in-ubuntu

In this short video tutorial, we will see how to use the new Snap package manager to search and install/remove Snap packages and some useful commands. 

The Snap packages enable developers to bring much newer versions of apps to Ubuntu 16.04 LTS. Currently, the list of available snap packages is short, but soon we’ll be able to install more packages through the new snap package manager.

As you may already have read in the official announcement, in Ubuntu 16.04 LTS it is possible to install snap packages alongside traditional deb packages. These two packaging formats live comfortably next to one another.

The cli format of the snap package manager commands is:

sudo snap <command>

The commands that I use in this video tutorial are:

  • sudo snap find : To list the available packages
  • sudo snap install <package name>: To install a package
  • sudo snap list: To view all the installed snap packages
  • sudo snap changes: To view a list of logged actions
  • sudo snap refresh <package name>: To upgrade a package to its latest available version
  • sudo snap remove: To uninstall a package

 

Advertisement

5 Comments

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.