V verulian Renowned Member Feb 18, 2019 188 30 68 45 May 4, 2019 #1 I'd like to install the version of kernel-headers that match "pve-kernel-4.15.18-12-pve", but linux-headers-4.15.18-12-pve is not available. What do I need to do in this situation to get the proper kernel headers?
I'd like to install the version of kernel-headers that match "pve-kernel-4.15.18-12-pve", but linux-headers-4.15.18-12-pve is not available. What do I need to do in this situation to get the proper kernel headers?
dietmar Proxmox Staff Member Staff member Apr 28, 2005 17,276 697 253 Austria www.proxmox.com May 4, 2019 #2 # apt-get install pve-headers Reactions: verulian
V verulian Renowned Member Feb 18, 2019 188 30 68 45 May 4, 2019 #3 Thank you very much for that clarification! I guess I also missed the part about changing enterprise repo to the no-subscription repository: https://pve.proxmox.com/wiki/Package_Repositories nano /etc/apt-sourceslist.d/pve-enterprise.list # Change line to: deb http://download.proxmox.com/debian/pve stretch pve-no-subscription apt update apt install pve-headers apt upgrade
Thank you very much for that clarification! I guess I also missed the part about changing enterprise repo to the no-subscription repository: https://pve.proxmox.com/wiki/Package_Repositories nano /etc/apt-sourceslist.d/pve-enterprise.list # Change line to: deb http://download.proxmox.com/debian/pve stretch pve-no-subscription apt update apt install pve-headers apt upgrade