

But once you've gone through the process, you'll start to understand how the other distributions work in general. It's just that you have to go through the individual steps manually instead of having an installer do the things for you. Speaking from experience, installing Arch Linux is not very different from installing something like Fedora or Ubuntu. So running Arch Linux on your system is kind of a testament to your understanding of Linux. This is because installing Arch Linux on a machine requires you to have proper knowledge of how different parts of a Linux distribution work. Have you ever heard someone say, Oh – by the way, I use Arch Linux! You'll get to choose what packages you want, the kernel (yes there are multiple), the boot-loader, the desktop environment, and so on. It lets you have full responsibility and control over your system. In other words, Arch Linux is a distribution optimized for x86-64 architecture targeted at experienced Linux users. The default installation is a minimal base system, configured by the user to only add what is purposely required. The freedom of putting together an operating system according to my needs, and that's where Arch Linux comes in.Īccording to their wiki, Arch Linux is an independently developed, x86-64 general-purpose GNU/Linux distribution that strives to provide the latest stable versions of most software by following a rolling-release model.

Those with more technical knowledge will probably call it a kernel.įor me, though, Linux is not just an operating system or a kernel. If I have helped you, consider signing up for free to get access to all my guides and my newsletter.If you ask a group of developers what Linux is, most of them will probably say it's an open-source operating system. In this guide I showed you how to setup VirtualBox on Arch. $ sudo usermod -aG vboxusers $(whoami) Add your user to the vboxusers groupįinally you can start Virtualbox over your DE or through the therminal: $ virtualbox Start virtualbox with the terminal You'll need to add your useer to the vboxusers group so that you can use VirtualBox without root. Vboxdrv Create file and write vboxdrv in it To load this module automatically on boot, we'll create a file in the /etc/modules-load.d/ directory: $ sudo nano /etc/modules-load.d/nf If you now would try to run VirtualBox it would fail because we first need to load the VirtualBox kernel module. $ sudo pacman -S virtualbox Installing the VirtualBox packages with Pacman If you are prompted to select a package, choose your default (just press "Enter"). In this guide I am going to show you how to setup VirtualBox - a VM - on Archlinuxįirst, we are going to start of by installing the VirtualBox package. There are two ways if you wan't to try a new Linx distro without losing your beloved arch install.
