为了激活Maple16,我需要安装lsb-core软件包。但是,我在Syanptic软件包管理器中找不到该软件包。我试图通过下载.deb文件来安装它,但是当我运行时sudo dpkg -i /home/foo/Downloads/lsb-core_4.1+Debian11ubuntu6_amd64.deb
,终端的输出是
(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
如何安装此软件包?
这是
—
Mark Kirby
lbs-relese
launchpad.net/ubuntu/xenial/+source/lsb,我想您可能只需要安装这个。
@MarkKirby谢谢您的回答。您能否解释一下如何安装launchpad.net/ubuntu/xenial/+source/lsb。我已经下载了该文件并在最近30分钟内搜索Google,以尝试了解如何安装.TAR.xZ文件,但是如果您不知道自己在做什么(而且我也不知道),这显然很困难我在做什么)。
—
猎人
有一个.deb文件,打开终端并运行
—
Mark Kirby
wget launchpadlibrarian.net/233789933/lsb-release_9.20160110_all.deb
,它将下载到您的/ home。您也可以Binary packages
在该页面下找到它,但查找起来有些棘手。
尝试也安装此软件
—
Mark Kirby
wget launchpadlibrarian.net/176607818/lsb-security_4.1+Debian11ubuntu8_amd64.deb
,然后告诉我错误消息是否更改
lsb-core
位于回购中。apt-cache depends lsb-core
告诉我这包有这些依赖关系lsb-release
libc6
和libz1
中,找到并安装过这些。我无法为您测试,我没有16.04。