在喝一天中第一杯咖啡之前,昏昏欲睡的我有了一个好主意——卸载 nautilus。
sudo apt remove nautilus
现在我无法重新安装它。
philipp@X1C:~$ sudo apt install nautilus
Reading package lists... Done
Building dependency tree... Done
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:
nautilus : Depends: libnautilus-extension1a (= 1:40.2-1ubuntu1) but 1:40.2-1ubuntu1ppa1 is to be installed
Depends: nautilus-data (= 1:40.2-1ubuntu1) but 1:40.2-1ubuntu1ppa1 is to be installed
N: Ignoring file 'fman.list#' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
E: Unable to correct problems, you have held broken packages.
我该如何解决未满足的依赖关系并再次安装 nautilus?
编辑:
libnautilus-extension1a
并且nautilus-data
似乎已经安装好了。
谢谢!
答案1
发生该问题是由于我之前修改了 ppa 依赖项:我能够修复它:
sudo add-apt-repository ppa:lubomir-brindza/nautilus-typeahead
sudo apt-get update