Ubuntu “Snap” just made installing new apps and dependencies on 16.04 LTS much easier !

Ubuntu Snap is a new package that makes installing new softwares/packages, hassle free without dependencies in LTS releases. which comes from “Snapcraft”,that is from Ubuntu Core aka. Snappy which is a bare minimum essentials of Ubuntu which is required to run Ubuntu on portable machines, homes, drones, robotics etc. Ubuntu Snap really comes handy whenever the new LTS versions are installed and the user cannot update or upgrade to a newer version’s as it demands use of dependencies and application binaries.

Ubuntu 16.04 LTS introduces support for Canonical’s (relatively new) ‘Snap’ packaging format.

Snap packages are the aspirin to the headache of dependency-addled app upgrades.

For the desktop user there are 2 key benefits of snaps:

  • Developers can give you the latest version of their app
  • App isolation and confinement improves the security and reliability of the app

A .snap package for the Ubuntu Core system contains all its dependencies. This has a couple of advantages over traditional deb or rpm based dependency handling, the most important being that a developer can always be assured that there are no regressions triggered by changes to the system underneath their app.

Snapcraft makes bundling these dependencies easy by allowing you to specify them as “parts” in the snapcraft.yaml file.

A notable part of the discussion is that the .deb files or format will be still existing along with snap packages, and the user shall be allowed to install those debian blobs as per the standard traditions as found on Debian derivatives.

The key advantages of Snap package formats are:-

  • PPA dependencies resolved
  • Security as in terms of isolation ie. sanboxing
  • no need as such to depend on Ubuntu Software center aka. Software Center, even though .deb files are still supported(and will be in the future)
  • Snaps are clever; transactional and delta updates which allows devs to only upgrade the parts that need updating, be it a single lib, an app icon, or the entire thing.

[via:- Developer ubuntu & omgubuntu.co.uk]

Akash Angle

I am a Full time Linux user who has quit using Windows for unknown reasons, making my life truly open source.

Recent Posts

Get the most juice from your ISP/router — setting MTU size & other handy tweaks

This is not an ad-vocation by any means for TP-link branding, however a real life…

6 months ago

How to make any Android phone up-to 3x faster – Developer options unleashed

First of all we need to hit the kernel version on any Android device. You…

6 months ago

systemd-resolve command not found in Ubuntu Desktop

Use resolvectl status instead. It's like something deprecates and suddenly things get broken! In systemd…

11 months ago

How to exclude multiple directories with rsync?

Geeky question: This is what people and friends have tried: rsync -arv --exclude "/home/john/.ccache:/home/ben/build" /home/john…

11 months ago

How to resolve apt-get -f not working

You might encounter this error which appears to be very common on Debian based Distro's…

11 months ago

How to install Broadcom STA wireless drivers on Kali Linux

PS: This article is for only Kali Linux users, that too having a Broadcom Wireless…

12 months ago