resolvconf package needs dependency on ifupdown
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
resolvconf (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
When I install resolvconf on a minimal install of Ubuntu 18.04 (bionic), I see this:
# apt-get install resolvconf
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
resolvconf
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/48.2 kB of archives.
After this operation, 187 kB of additional disk space will be used.
Preconfiguring packages ...
/tmp/resolvconf
/tmp/resolvconf
Selecting previously unselected package resolvconf.
(Reading database ... 90542 files and directories currently installed.)
Preparing to unpack .../resolvconf_
Unpacking resolvconf (1.79ubuntu10) ...
Processing triggers for ureadahead (0.100.0-20) ...
Processing triggers for systemd (237-3ubuntu10) ...
Processing triggers for man-db (2.8.3-2) ...
Setting up resolvconf (1.79ubuntu10) ...
/var/lib/
/var/lib/
Created symlink /etc/systemd/
Created symlink /etc/systemd/
resolvconf-
resolvconf-
Processing triggers for systemd (237-3ubuntu10) ...
Processing triggers for ureadahead (0.100.0-20) ...
Processing triggers for resolvconf (1.79ubuntu10) ...
The "ifquery" program is provided by the ifupdown package. Therefore, resolvconf needs to include ifupdown in its Depends: clause. (Currently, ifupdown is mentioned in Enhances:)
I see the same problem while trying to upgrade to ubuntu 18.04. The upgrade seems stuck after the line
Processing triggers for resolvconf (1.79ubuntu10) ...