Hugo 0.30.2 not running on Mint18.2

Hi,

I am running hugo 0.18.1 till now - used synaptic to remove and ran hugo_0.30.2_Linux-64bit.deb in the package manager. No complaints.

But then

$ hugo version
bash: /usr/bin/hugo: Datei oder Verzeichnis nicht gefunden

which translates to “no such file or directory”.
Removing this again and reinstalling 0.18.1 works:

$ hugo version
Hugo Static Site Generator v0.18.1 BuildDate: 2016-12-30T11:05:34+01:00

Anything wrong with the .deb package?

Btw: using snap (which I had to install first) leads to:

~ $ sudo snap install hugo
2017-11-01T19:34:13+01:00 INFO Waiting for restart...
hugo 0.30.2 from 'hugo-authors' installed
 ~ $ hugo version
Hugo Static Site Generator v0.18.1 BuildDate: 2016-12-30T11:05:34+01:00

and also

user@user /snap/bin $ hugo version
Hugo Static Site Generator v0.18.1 BuildDate: 2016-12-30T11:05:34+01:00
user@user ~ $ snap find hugo
Name  Version  Developer     Notes  Summary
hugo  0.30.2   hugo-authors  -      Fast and Flexible Static Site Generator
user@user /snap/bin $ snap hugo version
error: unknown command "hugo", see "snap --help"

sorry for any inconvenience, something seemed to have gone wrong on my machine. After cold reset and installing 0.25.1 everything seems to work again. Will try 0.30.2 tomorrow.