M BUZZ CRAZE NEWS
// news

How to install lsb-core package on ubuntu 16.04

By Emma Johnson

In order to activate Maple16, I need to install the lsb-core package. However, I cannot find the package in Syanptic Package Manager. I've tried to install it by downloading the .deb file, but when I run sudo dpkg -i /home/foo/Downloads/lsb-core_4.1+Debian11ubuntu6_amd64.deb, the output of the terminal is

(Reading database ... 178439 files and directories currently installed.)
Preparing to unpack .../lsb-core_4.1+Debian11ubuntu6_amd64.deb ...
Unpacking lsb-core (4.1+Debian11ubuntu6) over (4.1+Debian11ubuntu6) ...
dpkg: dependency problems prevent configuration of lsb-core: lsb-core depends on lsb-security (>= 4.1+Debian11ubuntu6); however: Package lsb-security is not installed.
dpkg: error processing package lsb-core (--install): dependency problems - leaving unconfigured
Processing triggers for man-db (2.7.5-1) ...
Errors were encountered while processing: lsb-core

How can I install this package?

8

5 Answers

lsb-core seems to have been re-added to Ubuntu 16.04 (Xenial Xerus) just now.

Out of desperation I've downloaded and installed the lsb-core package for Ubuntu 14.04, see here, and this works because now I can activate Maple.

For Ubuntu 16.04, just sudo apt-get install lsb-core worked for me. To check LSB Version, do lsb_release

1

With the newest version of Hamachi (2.1.0-165) "[Hamachi] can now be installed without [the] LSB package."

FYI, for anyone looking for this with Hamachi (or others): Found this:

sudo add-apt-repository "deb trusty main"
sudo apt-get update
sudo apt-get install lsb-core
2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy