libc-shm-shim
Install latest/beta of libc-shm-shim
Ubuntu 16.04 or later?
Make sure snap support is enabled in your Desktop store.
Install using the command line
sudo snap install libc-shm-shim --beta
Don't have snapd? Get set up for snaps.
Details for libc-shm-shim
Package name
- libc-shm-shim
License
- unset
Last updated
- 16 January 2024 - latest/beta
- 29 July 2026 - 22/edge
Report a Snap Store violation
Report libc-shm-shim for a Snap Store violation
Snap Store Violation Report submitted successfully
Thank you for your report. Information you provided will help us investigate further.
Error submitting report
There was an error while sending your report. Please try again later.
Share this snap
Generate an embeddable card to be shared on external websites.
glibc snap shim to redirect used sharem memory into snap permited path
# snap-glibc-shm-shim glibc snap shim to redirect used sharem memory into snap permited path
use SNAP_SHM_SUB_DIR or SNAP_SHM_PREFIX evn variable to control functionality.
SNAP_SHM_SUB_DIR will use sub dir under /dev/shm eg. /dev/shm/snap.<snap-name>./*
SNAP_SHM_PREFIX adds prefix to the file name eg /dev/shm/snap.<snap-name>.*
include either of the env variables in your snap environment:
SNAP_SHM_SUB_DIR="snap.${SNAP_NAME}."
SNAP_SHM_PREFIX="snap.${SNAP_NAME}."
snapcraft.yaml example ``` environment: SNAP_SHM_PREFIX: "snap.${SNAP_NAME}."
parts: libc-shm-shim: plugin: nil stage-snaps: - libc-shm-shim/18/beta ```
| Revision | Channel | Version | Build | Commit |
|---|
The build and commit information is derived from build infrastructure records.
Install libc-shm-shim 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.