We are creating a series of YouTube videos under the “edu-“ label to guide users through the migration from ArcoLinux to Arch Linux. These tutorials aim to make the transition process smoother by explaining each step clearly and providing practical examples. Whether you’re switching to gain more control or to learn vanilla Arch, our edu- videos are here to support your journey.

ArcoLinux has stopped

Teaching never stops—because learning is a lifelong journey for all of us.

16 How to install virtualbox on Deepin – any desktop

Installing virtual box on your Arch Linux or ArcoLinux computer should start with a visit to the Arch wiki and Nemesis scripts.

The Arch Wiki gives you an abundance of knowledge.

Follow this url and start reading : https://wiki.archlinux.org/index.php/VirtualBox

You can read even more in the tips and trics.

But for the most people the scripts on the nemesis github will suffice.

https://github.com/erikdubois/arcolinux-nemesis

 

IF on LINUX kernel then execute these commands in the terminal

sudo pacman -S --needed --noconfirm virtualbox-host-modules-arch
sudo pacman -S --noconfirm --needed virtualbox
sudo grub-mkconfig -o /boot/grub/grub.cfg

 

IF on LINUX-LTS kernel then execute these commands in the terminal

sudo pacman -S --noconfirm --needed virtualbox
sudo pacman -S --needed virtualbox-host-dkms
sudo pacman -S --noconfirm --needed linux-lts-headers
sudo grub-mkconfig -o /boot/grub/grub.cfg

 

 

Then we show you what the settings in your Virtualbox should be and install ArcoLinux in it.

In the video I created a template. I totally forgot to clone this template and install ArcoLinux on the clone.