[System Installation] 无法安装lsb-core
Tofloor
poster avatar
lucman
deepin
2021-01-10 04:57
Author

需要安装sysnosys相关软件,需要lsb-core。用apt安装,找不到lsb-core,怎么解决?

Reply Favorite View the author
All Replies
deepinuser17
deepin
2021-01-10 09:33
#1

lsb-core是下游厂商开发的软件包. Debian 10没有这个包.

 

在Ubuntu 20上, lsb-core包含下列文件:

/.
/etc
/etc/profile.d
/usr
/usr/lib
/usr/lib/lsb
/usr/lib/lsb/initdutils.py
/usr/lib/lsb/install_initd
/usr/lib/lsb/lsbinstall
/usr/lib/lsb/remove_initd
/usr/share
/usr/share/doc
/usr/share/doc/lsb-core
/usr/share/doc/lsb-core/README.Debian
/usr/share/doc/lsb-core/copyright
/usr/share/lintian
/usr/share/lintian/overrides
/usr/share/lintian/overrides/lsb-core
/usr/share/man
/usr/share/man/man8
/usr/share/man/man8/lsb.8.gz
/usr/share/python3
/usr/share/python3/runtime.d
/usr/share/python3/runtime.d/lsb-core.rtupdate
/var
/var/lib
/var/lib/lsb
/usr/share/doc/lsb-core/changelog.gz

 

实际需要的文件是:

/usr/lib/lsb/initdutils.py
/usr/lib/lsb/install_initd
/usr/lib/lsb/lsbinstall
/usr/lib/lsb/remove_initd
/usr/share/doc/lsb-core
/usr/share/doc/lsb-core/README.Debian
/usr/share/doc/lsb-core/copyright
/usr/share/lintian/overrides/lsb-core
/usr/share/man/man8/lsb.8.gz
/usr/share/python3/runtime.d/lsb-core.rtupdate
/var/lib/lsb
/usr/share/doc/lsb-core/changelog.gz

无法上传附件. 你可以安装Ubuntu20虚拟机, 然后, 提取以上文件, 拷贝到Deepin系统. 试试这样可否解决依赖问题.

 

Reply View the author
deepinuser17
deepin
2021-01-10 09:35
#2

另一个方法是, 安装Debian 9的包.

 

https://pkgs.org/download/lsb-core

Reply View the author