0

I'm following this example on developer.ubuntu.com to test before I "snap" my own creation. However, at the end I'm not allowed to run:

sudo snap install ros-example_1.0_amd64.snap

I get the following error:

ZOE ERROR (from /usr/lib/snap/snap): error checking HMM file
ZOE library version 2006-07-28

How do I solve this? Do I need to set some environment variable?

EDIT: I'm using 14.04 LTS. Is 16.04 required to create snaps?

Zanna
  • 72,312

2 Answers2

2

Under 14.04 there's another package called snap, so running snap install x.y gives the ZOE ERROR (from /usr/lib/snap/snap). You want to do sudo apt-get install snapd and then make sure you run the right version of snap to make your installation work; call /usr/bin/snap explicitly if needed:

/usr/bin/snap install x.y
Zanna
  • 72,312
0

sudo apt-get install snapd

try this first: sudo apt-get install conjure-up

If it fails, this will do the trick: sudo apt-get install conjure-up sudo apt-get install conjure-up --classic

Cheers, rivanov

rivanov
  • 171
  • 1
  • 5