How to install associated 5.4.34-1-pve kernel's headers?

proxmoxrks

Member
Apr 14, 2020
35
1
13
54
```
# uname -r
5.4.34-1-pve

# apt install pve-headers-$(uname -r)
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package pve-headers-5.4.34-1-pve
E: Couldn't find any package by glob 'pve-headers-5.4.34-1-pve'
E: Couldn't find any package by regex 'pve-headers-5.4.34-1-pve'
```
 
hi,

maybe you need to run apt update first.

if you search apt search pve-headers you will find it.
 
  • Like
Reactions: proxmoxrks