当我使用sudo apt-get install shotwell
时,我得到:
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:
shotwell : Depends: dconf-tools but it is not installable
E: Unable to correct problems, you have held broken packages.
当我尝试安装dconf-tools
时,它说(就像上面所说的那样):
Package dconf-tools is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'dconf-tools' has no installation candidate
我尝试从软件中心安装 Shotwell,但出现错误:
Unable to install Shotwell:
The following packages have unmet dependencies:
apt-cache policy shotwell
@guiverc 要求的输出:
shotwell:
Installed: (none)
Candidate: 0.30.4-0~jensge0~disco2
Version table:
0.30.4-0~jensge0~disco2 500
500 http://ppa.launchpad.net/yg-jensge/shotwell/ubuntu disco/main amd64 Packages
0.30.2-0ubuntu2 500
500 http://tr.archive.ubuntu.com/ubuntu disco/main amd64 Packages
我也尝试从 Flatpak 安装它,但我遇到了问题,它没有在主目录中看到我的文件夹(我没有在网上找到类似的问题),所以我想尝试替代方案方法来安装它。我从 repos by 在我的另一台 PC 上安装了 Shotwell,sudo apt-get install shotwell
没有任何问题。
我在两台电脑上都使用 Xubuntu 19.04。
当我从尝试安装 Shotwell 的位置删除非官方存储库时,问题得到了解决。删除它并尝试使用 安装后
sudo apt-get install shotwell
,我没有遇到同样的问题。