Install latest/stable of overlay

Ubuntu 16.04 or later?

Make sure snap support is enabled in your Desktop store.


Install using the command line

sudo snap install overlay

Don't have snapd? Get set up for snaps.

Channel Version Published

Tools for assisting with debugging read-only squashfs snaps via overlayfs

Snaps are squashfs images, which by definition are read-only. This can make them difficult to debug, since they cannot be edited. That's where this snap comes in. Run the following command:

 $ /snap/overlay/current/overlay /snap/<name>/<version>

Now the snap can be edited! This is done via overlayfs, and it's temporary. One can undo it by rebooting, or by simply unmounting the overlay:

 $ sudo umount /snap/<name>/<version>

Details for overlay

License
  • GPL-3.0

Last updated
  • 8 June 2017 - latest/stable
  • 8 June 2017 - latest/stable

Websites

Contact

Share this snap

Generate an embeddable card to be shared on external websites.


Install overlay on your Linux distribution

Choose your Linux distribution to get detailed installation instructions. If yours is not shown, get more details on the installing snapd documentation.


Where people are using overlay

Users by distribution (log)

Ubuntu 20.04
Ubuntu 22.04
Ubuntu 23.10
Ubuntu 18.04

Is there a problem with overlay? Report this app