This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
proxmox:configure_proxmox_ve_to_use_pve-no-subscription_repository [2015/08/03 12:00] moliver |
proxmox:configure_proxmox_ve_to_use_pve-no-subscription_repository [2015/10/28 08:50] (current) moliver@uclv |
||
---|---|---|---|
Line 1: | Line 1: | ||
===== Introducction ===== | ===== Introducction ===== | ||
- | Proxmox VE is using APT as package management system. Updates can be installed via GUI or via CLI. Updating via GUI is introduced with Proxmox VE 3.1. For detailed update instructions see always Downloads. | + | Proxmox VE is using APT as package management system. Updates can be installed via GUI or via CLI. Updating via GUI is introduced with Proxmox VE 4. For detailed update instructions see always Downloads. |
The list of repositories is defined in /etc/apt/sources.list and or /etc/apt/sources.d/. | The list of repositories is defined in /etc/apt/sources.list and or /etc/apt/sources.d/. | ||
- | Beginning with Proxmox VE 3.1, the default and recommended repository is the Proxmox VE Enterprise Repository (pve-enterprise). To be qualified to access Proxmox VE Enterprise Repository, each of your Proxmox VE Servers need a valid Subscription Key. For more details about Proxmox VE Subscriptions, see http://www.proxmox.com/proxmox-ve/pricing | + | Beginning with Proxmox VE 4, the default and recommended repository is the Proxmox VE Enterprise Repository (pve-enterprise). To be qualified to access Proxmox VE Enterprise Repository, each of your Proxmox VE Servers need a valid Subscription Key. For more details about Proxmox VE Subscriptions, see http://www.proxmox.com/proxmox-ve/pricing |
Line 15: | Line 15: | ||
<file list proxmox-souces.list> | <file list proxmox-souces.list> | ||
- | deb http://repos.uclv.edu.cu/debian wheezy main contrib non-free | + | deb http://repos.uclv.edu.cu/debian jessie main contrib non-free |
# security updates | # security updates | ||
- | deb http://repos.uclv.edu.cu/debian-security wheezy/updates main contrib | + | deb http://repos.uclv.edu.cu/debian-security jessie/updates main contrib |
# PVE packages provided by proxmox.com | # PVE packages provided by proxmox.com | ||
- | deb http://repos.uclv.edu.cu/proxmox wheezy pve-no-subscription | + | deb http://repos.uclv.edu.cu/proxmox jessie pve-no-subscription |
+ | # | ||
+ | # | ||
</file> | </file> | ||
Line 35: | Line 37: | ||
<code> | <code> | ||
- | # deb https://enterprise.proxmox.com/debian wheezy pve-enterprise | + | # deb https://enterprise.proxmox.com/debian jessie pve-enterprise |
</code> | </code> | ||
+ | |||
+ | |||
+ | [[setupproxmox31|for Proxmox 3.1 here]] | ||