0

I tried to install logmein Hamachi for Linux but since .deb files do not work anymore, I tried to install it via the .tgz file and it seemed to work until I really got to the installation part.

When I type in:

pimmulder@PimPC:~/Desktop/logmein-hamachi-2.1.0.139-x64$ ./install.sh

It says:

LogMeIn Hamachi needs lsb package

Maybe someone could help me.

P.-H. Lin
  • 2,844
  • 1
  • 19
  • 20

2 Answers2

1

The newest version of Hamachi no longer requires lsb at all.

"[Hamachi] can now be installed without [the] LSB package."

0

You need lsb-core to solve this problem, but this package is not available to direct install on 16.04.
I had a similar problem, and i've downloaded and installed the lsb-core package for Ubuntu 14.04, and it works.

Try this:

sudo add-apt-repository "deb http://cz.archive.ubuntu.com/ubuntu trusty main" && sudo apt-get update && sudo apt-get install lsb-core
-y