GAM is a command line tool that allows administrators to manage many aspects of their Google Workspace (formerly G Suite / Google Apps) Account.
This snap tracks GAM's major versions separately, since the two are not configuration-compatible. GAM 7 is published to the 7 track (the default), and GAM 6 remains on the latest track as a legacy release:
sudo snap install gam-bp # GAM 7 (default)
sudo snap install gam-bp --channel=latest/stable # GAM 6 (legacy)
The snap sets GAMCFGDIR so each user's configuration lives under their own snap area, enabling a multi-user install. Migrating from GAM 6 to GAM 7 requires reauthorising.
For simplicity's sake, it's also recommended to add a snap alias:
sudo snap alias gam-bp.gam gam
Upstream: https://github.com/GAM-team/GAM
Snap recipe: https://github.com/barryprice/snap-gam
You are about to open
Do you wish to proceed?
Thank you for your report. Information you provided will help us investigate further.
There was an error while sending your report. Please try again later.
Snaps are applications packaged with all their dependencies to run on all popular Linux distributions from a single build. They update automatically and roll back gracefully.
Snaps are discoverable and installable from the Snap Store, an app store with an audience of millions.
On a Raspberry Pi running the latest version of Raspbian snap can be installed directly from the command line:
sudo apt update
sudo apt install snapd
You will also need to reboot your device:
sudo reboot
After this, install the snapd snap in order to get the latest snapd:
sudo snap install snapd
To install GAM, simply use the following command:
sudo snap install gam-bp
Browse and find snaps from the convenience of your desktop using the snap store snap.
Interested to find out more about snaps? Want to publish your own application? Visit snapcraft.io now.