How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Install Proxmox VE on Debian Squeeze

calendar_today May 22, 2026 person L.Leahu-Vladucu domain proxmox

Update links to contain information regarding archive CDNs ← Older revision Revision as of 13:23, 22 May 2026 Line 24: Line 24: == Install Proxmox VE == == Install Proxmox VE == === Adapt your sources.list === === Adapt your sources.list === Old releases must use [https://forum.proxmox.com/threads/new-archive-cdn-for-end-of-life-eol-releases.178957/ the archive CDN for Proxmox] and [https://www.debian.org/distrib/archive for Debian], so make sure that all repositories in /etc/apt/sources.list and /etc/apt/sources.list.d/*.list use: * archive.debian.org instead of *.debian.org * archive.proxmox.com instead of *.proxmox.com * In case certificate errors occur while running apt-get update, use HTTP instead of HTTPS for the repositories. Adapt your sources.list and add the Proxmox VE repository: Adapt your sources.list and add the Proxmox VE repository: Line 29: Line 34: <pre>nano /etc/apt/sources.list</pre> <pre>nano /etc/apt/sources.list</pre> <pre>deb http:// ftp.at .debian.org/debian squeeze main contrib <pre>deb http:// archive .debian.org/debian squeeze main contrib # PVE packages provided by proxmox.com # PVE packages provided by proxmox.com deb http:// download .proxmox.com/debian squeeze pve deb http:// archive .proxmox.com/debian squeeze pve # security updates - commented out because this old release no longer receives security updates # security updates deb http://security.debian.org/ squeeze/updates main contrib # deb http://security.debian.org/ squeeze/updates main contrib </pre> </pre>

open_in_new Read original post