openvpn-systemd-resolved - installation issues on 22.04 (amd)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
openvpn-systemd-resolved (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
I have seen this on two seperate machines now ...
Perhaps the packaging is assuming i386 when all dependencies are met with amd64?
===
john@freewill:~$ sudo apt install openvpn-
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:
apt : Depends: libapt-pkg6.0 (>= 2.4.5) but it is not going to be installed
init : PreDepends: systemd-sysv
shim-signed : Depends: grub-efi-
systemd:i386 : Depends: libsystemd0:i386 (= 249.11-0ubuntu3) but it is not installable
util-linux : PreDepends: libudev1 (>= 183) but it is not installable
E: Error, pkgProblemResol
===
john@freewill:~$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_
DISTRIB_
DISTRIB_
===
john@freewill:~$ sudo apt install libapt-pkg6.0
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
libapt-pkg6.0 is already the newest version (2.4.5).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
===
john@freewill:~$ sudo apt install grub-efi-
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
grub-efi-
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
===
john@freewill:~$ sudo apt install libsystemd0
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
libsystemd0 is already the newest version (249.11-
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Hacky Resolution ...
john@freewill:~$ cd Downloads/ Downloads$ wget http:// ftp.de. debian. org/debian/ pool/main/ o/openvpn- systemd- resolved/ openvpn- systemd- resolved_ 1.3.0-3. 1_amd64. deb Downloads$ sudo dpkg --force-depends -i openvpn- systemd- resolved_ 1.3.0-3. 1_amd64. deb
john@freewill:
john@freewill:
... and /etc/openvpn/ update- systemd- resolved seems to work properly.