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?
lsb-core
is in the repos.apt-cache depends lsb-core
tells me this package has these dependencieslsb-release
libc6
andlibz1
, find and install these too. I can't test it for you, I don't have 16.04. – Mark Kirby Apr 22 '16 at 09:02lbs-relese
https://launchpad.net/ubuntu/xenial/+source/lsb I think you may only need to install this one. – Mark Kirby Apr 22 '16 at 09:05wget launchpadlibrarian.net/233789933/lsb-release_9.20160110_all.deb
and it will download to your /home. You can also find it underBinary packages
on that page but is is a bit tricky to find. – Mark Kirby Apr 22 '16 at 09:43wget launchpadlibrarian.net/176607818/lsb-security_4.1+Debian11ubuntu8_amd64.deb
and then tell me if the error message changes – Mark Kirby Apr 22 '16 at 09:53lsb-core
and then do a symlink as described here: http://superuser.com/a/1039707/53494. The answer is written for Google Earth but the same reasoning applies to Maple. – edwinksl Jun 13 '16 at 07:51