
Proxmox Cookbook
By :

The Proxmox VE offers three main repositories:
Repository |
Subscription |
Usage |
---|---|---|
Enterprise |
Required |
This is primarily used in the production of the Proxmox node. Packages in this repository go through additional scrutiny, bug fixes, and testing. |
No-Subscription |
Not required |
This is used in learning, training, and home Proxmox cluster nodes. Packages in this repository go through initial bug fixes and are stable enough to be referred as the final release. |
Test |
Not required |
This is used for the testing and development of Proxmox only. Packages in this repository are usually the very latest and are still going through final phases of the release cycle, such as beta testing and release candidate. Packages in this repository may contain a number of bugs and issues. Users of this repository are encouraged to share bug reports with developers. |
The location and content of the Enterprise Repository source file is as follows:
#cat /etc/apt/sources.list.d/pve-enterprise.list deb https://enterprise.proxmox.com/debian wheezy pve-enterprise
The location and content of the No-Subscription Repository source file is as follows:
#cat /etc/apt/sources.list deb http://ftp.ca.debian.org/debian wheezy main contrib deb http://download.proxmox.com/debian wheezy pve-no-subscription deb http://security.debian.org / wheezy/updates main contrib
Proxmox offers a Test Repository to allow users to try out new features or packages. As the name implies, the Test Repository should only be used for testing. All the new features of Proxmox are released in the Test Repository before they are available for the No-Subscription and Enterprise repositories. Packages in the Test Repository are not well-tested and may contain bugs. For this reason, the repository should never be used in a production-level cluster. The Test Repository is not enabled by default.
Log in to the Proxmox node through a console or SSH. The repository source file needs to be edited through CLI to enable the Test Repository.
Use the following steps to set up the Proxmox package repository:
#nano /etc/apt/sources.list
deb http://ftp.debian.org/debian wheezy main contrib deb http://download.proxmox.com/debian wheezy pvetest deb http://security .debian.org/ wheezy/updates main contrib
#apt-get update
Usually, the announcement of the availability of a new package is made on the official Proxmox forum (http://forum.proxmox.com). The name of the package or the version information is included in the announcement. If you want to find information on a package, simply ask for it on the forum. Once you have the information, simply run the apt-get
command to install it through CLI:
#apt-get install <package_name>
Besides Enterprise, No-Subscription, and Test repositories there are two repositories that are outdated and are no longer supported or updated:
/etc/apt/sources.list deb http://ftp.debian.org/debian wheezy main contrib deb http://download.proxmox.com/debian wheezy pve deb http://security .debian.org/ wheezy/updates main contrib
If you're upgrading from Proxmox VE 2.x to 3.x, the second entry in /etc/apt/sources.list
needs to be changed from wheezy pve
to wheezy pve-no-subscription
.
/etc/apt/sources.list deb http://ftp.debian.org/debian squeeze main contrib deb http://download.proxmox.com/debian squeeze pve deb http://security.debian.org/ squeeze/updates main contrib
Change the font size
Change margin width
Change background colour