I would like to install dconf-editor
on Ubuntu 17.04 64-bit. This tutorial suggests it should be pretty easy - running apt install dconf-editor
should be sufficient. It does not work however and prints this message instead:
Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package dconf-editor
What happened to the dconf-editor
package?
Additional details
apt-cache policy dconf-editor
returns:N: Unable to locate package dconf-editor
apt update
does not help.
apt update
)? what is the output ofapt-cache policy dconf-editor
? – Ravexina Apr 24 '17 at 19:42grep "^deb " /etc/apt/sources.list
– Ravexina Apr 24 '17 at 19:50/etc/apt/sources.list
and its missing the default repositories – Mateusz Piotrowski Apr 24 '17 at 19:52