Package repositories: Difference between revisions

From Proxmox VE
Jump to navigation Jump to search
(Undo revision 5665 by Martin (Talk))
(Updated for 3.0)
Line 5: Line 5:
The list of repositories is defined in /etc/apt/sources.list.
The list of repositories is defined in /etc/apt/sources.list.


=Proxmox VE 2.x=
=Proxmox VE 3.x=
Proxmox VE 3.x is based on Debian 7.0 (Wheezy).
 
==Stable repository (pve)==
In order to use the stable repository, check your sources.list:
nano /etc/apt/sources.list
 
deb http://ftp.debian.org/debian wheezy main contrib
# PVE packages provided by proxmox.com
deb http://download.proxmox.com/debian wheezy pve
# security updates
deb http://security.debian.org/ wheezy/updates main contrib
 
==Testing repository (pvetest)==
This repository is used for testing new software packages (beta versions) and should not be used in production environments - only in special cases and if you can´t wait for the stable release. In order to use the test repository, check your sources.list:
 
nano /etc/apt/sources.list
 
deb http://ftp.debian.org/debian wheezy main contrib
# PVE packages provided by proxmox.com
  deb http://download.proxmox.com/debian wheezy pvetest
# security updates
deb http://security.debian.org/ wheezy/updates main contrib
 
=Outdated: Proxmox VE 2.x=
Proxmox VE 2.x is based on Debian 6.0 (Squeeze).
Proxmox VE 2.x is based on Debian 6.0 (Squeeze).



Revision as of 08:24, 10 June 2013

Introduction

Proxmox VE is using APT as package management system. For detailed update instructions see always Downloads.

The list of repositories is defined in /etc/apt/sources.list.

Proxmox VE 3.x

Proxmox VE 3.x is based on Debian 7.0 (Wheezy).

Stable repository (pve)

In order to use the stable repository, check your sources.list:

nano /etc/apt/sources.list
deb http://ftp.debian.org/debian wheezy main contrib

# PVE packages provided by proxmox.com
deb http://download.proxmox.com/debian wheezy pve

# security updates
deb http://security.debian.org/ wheezy/updates main contrib

Testing repository (pvetest)

This repository is used for testing new software packages (beta versions) and should not be used in production environments - only in special cases and if you can´t wait for the stable release. In order to use the test repository, check your sources.list:

nano /etc/apt/sources.list
deb http://ftp.debian.org/debian wheezy main contrib

# PVE packages provided by proxmox.com
 deb http://download.proxmox.com/debian wheezy pvetest

# security updates
deb http://security.debian.org/ wheezy/updates main contrib

Outdated: Proxmox VE 2.x

Proxmox VE 2.x is based on Debian 6.0 (Squeeze).

Stable repository (pve)

In order to use the stable repository, check your sources.list:

nano /etc/apt/sources.list
deb http://ftp.debian.org/debian squeeze main contrib

# PVE packages provided by proxmox.com
deb http://download.proxmox.com/debian squeeze pve

# security updates
deb http://security.debian.org/ squeeze/updates main contrib

Testing repository (pvetest)

This repository is used for testing new software packages (beta versions) and should not be used in production environments - only in special cases and if you can´t wait for the stable release. In order to use the test repository, check your sources.list:

nano /etc/apt/sources.list
deb http://ftp.debian.org/debian squeeze main contrib

# PVE packages provided by proxmox.com
 deb http://download.proxmox.com/debian squeeze pvetest

# security updates
deb http://security.debian.org/ squeeze/updates main contrib

Outdated: Proxmox VE 1.x

Proxmox VE 1.x is based on Debian 5.0 (Lenny), see Installing_Proxmox_VE_v1.9_post_Lenny_retirement