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.

1 Arch Linux update from Dec 2019 results in Carli-3

Every month Arch Linux is releasing its Arch Linux iso. So every month we need to see what packages they have added or deleted because we want our Carli to start off with the same package base as a rule.

We download the arch linux iso. We mount it and we get the pkglist.x86_64.txt from the Arch Linux iso.

You can reuse my arcogetstarted script to get all the carli githubs. You can find it on discord in the official channel.

We need to build carli2 to know if the iso of Arch Linux and Carli2 contains the same packages and whether we need to create a carli3 because of the new monthly release.

We install archiso to be able to build the iso

sudo pacman -S archiso

We also quikly compare carli1 with carli2.

We compare both isos and we see that
libatomic_ops
is a new package on their iso.
We follow Arch Linux and create carli3.