[System Installation] deepin20版本为什么安装不了alien Resolved
Tofloor
poster avatar
xiao_辉++
deepin
2023-07-25 18:23
Author

我的程序在deepin里面安装报错:error while loading shared libraries: libssl.so.10: cannot open shared object file: No such file or directory,我想要通过安装alien来安装对应rpm包来解决。通过alien命令可以转成deb报,但是安装不了alien命令。

安装脚本:apt-get install alien

执行日志:

root@lxh:~# apt install alien
正在读取软件包列表... 完成
正在分析软件包的依赖关系树   
正在读取状态信息... 完成   
有一些软件包无法被安装。如果您用的是 unstable 发行版,这也许是
因为系统无法达到您要求的状态造成的。该版本中可能会有一些您需要的软件
包尚未被创建或是它们已被从新到(Incoming)目录移出。
下列信息可能会对解决问题有所帮助:

下列软件包有未满足的依赖关系:
 alien : 依赖: rpm (>= 2.4.4-2) 但是它将不会被安装
E: 无法修正错误,因为您要求某些软件包保持现状,就是它们破坏了软件包间的依赖关系。
Reply Favorite View the author
All Replies
owen_337
deepin testing team
2023-07-25 19:48
#1

楼主你好,请按照下列执行:

sudo apt install debugedit=4.14.2.1+dfsg1.1-1+dde

sudo apt install rpm

sudo apt install alien

Reply View the author
xiao_辉++
deepin
2023-07-25 21:40
#2
owen_337

楼主你好,请按照下列执行:

sudo apt install debugedit=4.14.2.1+dfsg1.1-1+dde

sudo apt install rpm

sudo apt install alien

安装好了多谢

Reply View the author