[CentOS-virt] xen

Tue Apr 28 11:49:21 UTC 2009
Karanbir Singh <mail-lists at karan.org>

mattias wrote:
> Yes but it are a deb file
> I haven't a ubuntu boxfor unpack it

you can unpack a .deb file on CentOS using :

ar x <filename>.deb data.tar.gz; tar zxvf data.tar.gz

that will give you the entire payload from the .deb file.


- KB