安装万神殿文件时出现依赖错误
$ sudo apt install pantheon-files
Reading package lists... Done
Building dependency tree
Reading state information... Done
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:
pantheon-files : Depends: libhandy-1-0 (>= 0.82.0) but it is not installable
Recommends: exfat-fuse but it is not going to be installed
Recommends: tumbler-plugins-extra but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
$ sudo apt-cache policy pantheon-files
pantheon-files:
Installed: (none)
Candidate: 4.5.0+r4099+pkg96~daily~ubuntu6.0.1
Version table:
4.5.0+r4099+pkg96~daily~ubuntu6.0.1 500
500 http://ppa.launchpad.net/elementary-os/daily/ubuntu focal/main amd64 Packages
我从 Ubuntu 20.10 复制了源包,并在此 PPA中为 Ubuntu 20.04 重建了它。我还为
armhf
,arm64
和ppc64el
要使用它,请输入以下命令
现在您可以
libhandy-1-0
使用命令安装我通过将其用作Blanket PPA的依赖项来检查构建是否有效。
更新:我已将最近发布的版本反向移植
1.0.0
到 PPA。Focal Fossa (20.04) 有 libhandy-0.0-0 而 libhandy-1-0 在 Groovy Gorilla (20.10) 中,仍处于开发阶段。但是,您可以使用 20.04 下载并安装 libhandy-1-0 的 deb 文件
完成后重试安装万神殿文件。
对我来说效果很好的另一个选项是安装由 Ubuntu 为 Ubuntu 20.10 (Groovy) 构建的最后一个选项,如其官方 PPA 中所示: https ://launchpad.net/ubuntu/groovy/amd64/libhandy -1-0 最后一个版本是: https://launchpad.net/ubuntu/groovy/amd64/libhandy-1-0/1.0.0-2 实际上可以通过shift+单击“可下载文件”来下载.deb 文件。
我得到了解决方案,实际上,最后一个答案也有效。但我也得到了一个新的解决方案。
我们缺少一些依赖。我们需要先安装这些并重新启动 pc 再次尝试安装此文件包。现在,您可以在右键单击时看到颜色变化
我在下面分享命令。但请确保,您首先检查最新文件。
首先,您需要启用 Universe 存储库
sudo add-apt-repository universe
然后您可以手动下载并安装更新版本的库
cd ~/Downloads wget http://mirrors.kernel.org/ubuntu/pool/universe/libc/libcloudproviders/libcloudproviders0_0.3.0-1_amd64.deb
sudo apt install ./libcloudproviders0_0.3.0-1_amd64.deb
然后安装万神殿文件
Sudo apt-get install pantheon-files