Difference between revisions of "Package repositories"

From Proxmox VE
Jump to navigation Jump to search
(Updated for 3.0)
(Undo revision 5665 by Martin (Talk))
Line 12: Line 12:
 
  nano /etc/apt/sources.list
 
  nano /etc/apt/sources.list
  
  deb http://ftp.debian.org/debian wheezy main contrib
+
  deb http://ftp.debian.org/debian squeeze main contrib
 
   
 
   
 
  # PVE packages provided by proxmox.com
 
  # PVE packages provided by proxmox.com
  deb http://download.proxmox.com/debian wheezy pve
+
  deb http://download.proxmox.com/debian squeeze pve
 
   
 
   
 
  # security updates
 
  # security updates
  deb http://security.debian.org/ wheezy/updates main contrib
+
  deb http://security.debian.org/ squeeze/updates main contrib
  
 
==Testing repository (pvetest)==
 
==Testing repository (pvetest)==
Line 25: Line 25:
 
  nano /etc/apt/sources.list
 
  nano /etc/apt/sources.list
  
  deb http://ftp.debian.org/debian wheezy main contrib
+
  deb http://ftp.debian.org/debian squeeze main contrib
 
   
 
   
 
  # PVE packages provided by proxmox.com
 
  # PVE packages provided by proxmox.com
   deb http://download.proxmox.com/debian wheezy pvetest
+
   deb http://download.proxmox.com/debian squeeze pvetest
 
   
 
   
 
  # security updates
 
  # security updates
  deb http://security.debian.org/ wheezy/updates main contrib
+
  deb http://security.debian.org/ squeeze/updates main contrib
  
 
=Outdated: Proxmox VE 1.x=
 
=Outdated: Proxmox VE 1.x=

Revision as of 08:23, 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 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