I made a fork of a clone detection tool named CCFinderX . Two days ago I got a message from an user telling that the compilation was not working on Arch Linux. As some Kernel developers, such as Greg KH, has mentioned Arch Linux as being nice , I decided to try it. I prefer chroots over virtual machines due higher performance, and due the fact that I do not need insulation between my chroots. As for Debian, Fedora provides all tools needed to create chroots for Arch Linux. This is "very" nice, as one can setup the Arch Linux chroot in just a few minutes. The steps will cover installing Arch Linux tools on Fedora, creating the Arch Linux chroot, and configuring it with a new user and ssh server. Some data: Target directory for the chroot: /opt/arch Package groups to be installed: base base-devel (More groups available here ) User: peter ssh server port of the chroot: 2227 Note that the text refers to "[fedora] $" and "[arch] $", but this strings...