几天前,微软的 Intune 从 Ubuntu 笔记本电脑上消失了。我尝试重新安装它,但存在依赖性问题。jammy 是否已迁移到此库的新版本?还是我搞砸了什么?
sudo apt install ./intune-portal_1.2405.17-focal_amd64.deb
[sudo] password for *****:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Note, selecting 'intune-portal' instead of './intune-portal_1.2405.17-focal_amd64.deb'
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
intune-portal : Depends: libssl1.1 (>= 1.1.0) but it is not installable
Depends: msalsdk-dbusclient (>= 1.0) but it is not installable
E: Unable to correct problems, you have held broken packages.
正如评论中所述,我不知道
intune
您所指的应用程序/包,并且apt search
在我的版本中的 Ubuntu 存储库中找不到任何内容,但您粘贴的详细信息显示似乎是一个旨在用于focal或 20.04 而不是jammy或 22.04 的包;因此依赖关系应该有所不同;deb包是故意为特定版本打包的,除非它们是通用的(例如,如果一个包只包含壁纸,它可以是一个通用包,因为图片只是数据,不与特定的软件二进制文件绑定)