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.

Adding packages from Arch repos and packages from AUR to the iso

Content of video

  • packages can either be installed from the Arch Linux repos – pacman – add to the list
  • packages coming from AUR need to be built – build the packages and add them to your repo
  • we use yay to build our packages and show you the workflow
  • man makepkg
  • makepkg -s
  • we can build another iso if all the packages are present on the repo’s
  • TIP: wait for github to acknowledge the packages have been uploaded

What have we done until now?