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.

4 Building packages in a clean chroot environment

It would be nice to have an AUR helper on our iso like yay-bin or trizen.

We show you how to build yay-bin with makepkg.

Lateron we will build yay-bin in a chroot environment.

We follow the tutorial from above link to build yay-bin in a clean chroot.

We also see if we can improve the building process – we can change parameters of the /etc/makepkg.conf.

There we also change the name of the packager builder.

On the Arch wiki we see what we can do after making the video.

COMPRESSZST=(zstd -c -z -q - --threads=0)