How to install Ubuntu in a chroot environment on an Archlinux system?

Currently I'm stuck with an Archlinux system at work. However, I want to be able to package some software for Ubuntu on this machine. So I thought it should be possible to set up an Ubuntu (Precise) system inside a chroot environment on my Archlinux box. Of course, I wouldn't have X11 in the chroot, but I wouldn't need that.

Any thoughts on how I can install Ubuntu inside a chroot environment on my box?

1 Answer

I should've thought a bit more before asking ... debootstrap is available from the AUR (Archlinux contributed packages), so it's an easy

yaourt debootstrap
debootstrap --arch amd64 precise /path/to/chroot/environment

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like