%20.png)
一日の最初のコーヒーを飲む前に、眠い私は 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