unable to install linux-headers-4.15.0-37-generic
jotarun
New Member Posts: 2 ✭
I need header file to install kernel module, but the provided header fails to install
Unpacking linux-headers-4.15.0-37-generic (4.15.0-37.40~upboard07) ... dpkg: dependency problems prevent configuration of linux-headers-4.15.0-37-generic: linux-headers-4.15.0-37-generic depends on libssl1.1 (>= 1.1.0); however: Package libssl1.1 is not installed.
Answers
-
Hi @jotarun ,
you need to install libssl1.1 ,reference as below command to install :
1.wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_amd64.deb
2.sudo dpkg -i libssl1.1_1.1.0g-2ubuntu4_amd64.deb
This discussion has been closed.