Update links to contain information regarding archive CDNs ← Older revision Revision as of 13:30, 22 May 2026 Line 46: Line 46: == 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 51: Line 56: <pre>nano /etc/apt/sources.list</pre> <pre>nano /etc/apt/sources.list</pre> <pre>deb http:// ftp.at .debian.org/debian wheezy main contrib <pre>deb http:// archive .debian.org/debian wheezy main contrib # PVE repository provided by proxmox.com, only for installation (this repo will stay on 3.1) # PVE repository provided by proxmox.com, only for installation (this repo will stay on 3.1) deb http:// download .proxmox.com/debian wheezy pve deb http:// archive .proxmox.com/debian wheezy pve # security updates - commented out because this old release no longer receives security updates # security updates deb http://security.debian.org/ wheezy/updates main contrib # deb http://security.debian.org/ wheezy/updates main contrib </pre> </pre> NOTE: Due to a bug in debian/apt(?) it may be required to alter the above sources.list entry to say the following, if apt-get complains about not being able to find /binary-i386: “Unable to find expected entry ‘pve/binary-i386/Packages’” (despite it being a 64bit debian install!) NOTE: Due to a bug in debian/apt(?) it may be required to alter the above sources.list entry to say the following, if apt-get complains about not being able to find /binary-i386: “Unable to find expected entry ‘pve/binary-i386/Packages’” (despite it being a 64bit debian install!) <pre>deb [arch=amd64] http:// download .proxmox.com/debian wheezy pve</pre> <pre>deb [arch=amd64] http:// archive .proxmox.com/debian wheezy pve</pre> If it does not work for ‘'’apt-get’’’ of some files, then replace ‘'’http://’’’ with ‘'’ftp://’’’ especially in the first two urls above. If it does not work for ‘'’apt-get’’’ of some files, then replace ‘'’http://’’’ with ‘'’ftp://’’’ especially in the first two urls above.