How to make a Ubuntu chroot in Arch Linux or Manjaro Linux
Use debootstrap.
sudo pacman -S debootstrap
Don’t follow the instructions on Ubuntu’s site, their deboostrap doesn’t work with Manjaro Linux or Arch Linux.
sudo debootstrap --variant=buildd --arch amd64 trusty /ubuntu http://mirror.pnl.gov/ubuntu/
That’s the command I just used, Airfoil Speakers probably requires an old Ubuntu version. I tried the newer version the first time.
mount -o bind /dev /ubuntu/dev mount -o bind /proc /ubuntu/proc mount -o bind /sys /ubuntu/sys chroot /ubuntu
Then after you are in, run “export PATH=”$PATH:/usr/sbin:/sbin:/bin””. Then install nano, and put that in the /etc/profile file.
Good luck, you need a virtual machine for Airfoil Speakers.
If compiling Mono GIT doesn’t work, then I give up. No audio in Windows for me. Screw that, use Stream What You Hear.
It’ll give you an URL, that you can play in VLC. Don’t need to install anything to do that, VLC already is.
It works, and it might have a delay, which is a bummer. Good enough.
Update
You actually need to put “export PATH=”$PATH:/usr/sbin:/sbin:/bin”” in /etc/bash.bashrc.