
在今天的第一杯咖啡之前,困倦的我想到了卸載 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