Ubuntu – How to install xen-tools and xen-server on Ubuntu 10.10

installationUbuntuxen

I'm trying to install xen.org server on a fresh Ubuntu server 10.10 installation.

When I try:

sudo apt-get install ubuntu-xen-server

ERROR:

ubuntu-xen-server : Depends : xen-tools but it is not installable

and if I try:

sudo apt-get install xen-tools

ERROR:

Package 'xen-tools' has no installation candidate

Can you give me some advice?

Best Answer

Xen 4:

Step 1: Open a terminal and enter:

sudo add-apt-repository ppa:ukplc-team/xen-stable

sudo apt-get update

sudo apt-get install ubuntu-xen-server