View Single Post
Old 04-21-2021, 01:10 PM   #2
spikerguy
Junior Member
 
Join Date: Apr 2021
Posts: 2
Default

Quote:
Originally Posted by BlueBomber View Post
Hi. I am getting this error message below and wanted to know if anyone else is getting it. If anyone has a solution out there, I would greatly appreciate it. Thanks.


Verifying archive integrity... 100% All good.
Uncompressing DisplayLink Linux Driver 5.4.0-55.153 100%
DisplayLink Linux Software 5.4.0-55.153 install script called:
Distribution discovered: Ubuntu 20.04.2 LTS
Unsatisfied dependencies. Missing component: Linux headers for running kernel, 5.11.0-051100-generic.
This is a fatal error, cannot install DisplayLink Linux Software.
it is saying that you have missing package.

Code:
sudo apt update
Code:
sudo apt install linux-headers-$(uname -r)
Code:
sudo reboot now
Enter the above codes and it will sync the database of all packages and then install the missing linux-headers package.
Install the DisplayLink Driver again and it should be installed without any issue.
spikerguy is offline   Reply With Quote