Gramps is now available as a Snap

Gramps v6.0.0 is now available as a Snap from the Snapcraft store.

To install run:

sudo snap install --candidate gramps

The snap will be promoted from the candidate to the stable channel, once we get some positive feedback from testing.

It has been bundled with the same packages as our Flatpak:

  • ICU
  • PIL
  • osm-gps-map
  • GExiv2
  • geocodelib
  • goocanvas
  • graphviz
  • ghostscript
  • networkx

These should allow some popular addons to work.

Dictionaries are not currently included. This would be possible, but the package size would obviously increase.

Let us know what you think. Comments from people who already use snaps would be especially welcome.

6 Likes

A new version, 6.0.5-2, is now available which fixes the problems with Graphviz and adds Hunspell dictionary support.

To install run:

sudo snap install gramps

It has been tested with the Graph View and Network Chart third-party addons.

To install the Hunspell dictionaries content Snap, run:

sudo snap install hunspell-dictionaries-1-7-2004

Then, to give Gramps access to the dictionaries, run:

sudo snap connect gramps:hunspell-dictionaries hunspell-dictionaries-1-7-2004

You can check the connections with:

snap connections gramps
3 Likes