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.

41 updating plasma – fixing numix circle icon theme and deleting packages

In this video we will update our system with

update
upall

At this point there is an error in the pkgbuild of numix-circle-icon-theme. We will show you that you need to delete an obstructing file and rerun upall.

sudo rm /usr/share/icons/Numix-Circle/icon-theme.cache

We are also delete packages that were orphaned. I means that nobody is maintaining them.

sudo pacman -R b43-firmware b43-fwcutter

We see that the brand new kernel of 31/12/2018 4.20 is coming in so we reboot.

There is also a lot of Plasma and Qt5 elements coming in.

Do not be afraid if this will crash your system or if this will make your system act up.

Just reboot and evaluate then.