I humbly seek assistance with my DEll D6000 docking station.
I am unable to install displaylink-drivers because it conflicts with evdi install. I'm unable to uninstall evdi because it appears to be not installed.
Distributor ID: Ubuntu
Description: Ubuntu 22.04.3 LTS
Release: 22.04
Codename: jammy
I got the following info from AI:
It seems like there was an error during the installation of the displaylink-driver package due to conflicts with the evdi package. To resolve this issue, you can try the following steps: Remove the problematic packages: sudo dpkg -r evdi sudo dpkg -r displaylink-driver Update the package manager: sudo apt update Reinstall the displaylink-driver package: sudo apt install displaylink-driver By following these steps, you should be able to install the displaylink-driver package without any conflicts.
======
I have tried the above and it didn't work. :
peter@pzx:~$ sudo dpkg -r evdi
dpkg: warning: ignoring request to remove evdi which isn't installed
peter@pzx:~$
======
Here is the output from trying to install the displaylink-driver:
peter@pzx:~$ sudo apt install displaylink-driver
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
evdi
The following NEW packages will be installed:
displaylink-driver evdi
0 upgraded, 2 newly installed, 0 to remove and 45 not upgraded.
Need to get 0 B/6,318 kB of archives.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] y
(Reading database ... 215936 files and directories currently installed.)
Preparing to unpack .../evdi_1.14.1-7_amd64.deb ...
Error: Another EVDI distribution detected
dpkg: error processing archive /var/cache/apt/archives/evdi_1.14.1-7_amd64.deb (--unpack):
new evdi package pre-installation script subprocess returned error exit status
1
Preparing to unpack .../displaylink-driver_5.8.0-33_amd64.deb ...
dpkg: error processing archive /var/cache/apt/archives/displaylink-driver_5.8.0-
33_amd64.deb (--unpack):
new displaylink-driver package pre-installation script subprocess returned error exit status 1
Errors were encountered while processing:
/var/cache/apt/archives/evdi_1.14.1-7_amd64.deb
/var/cache/apt/archives/displaylink-driver_5.8.0-33_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
peter@pzx:~$
sudo apt purge evdi evdi-dkms
? – Daniel T Feb 18 '24 at 22:40