I am using CachyOS on my primary system these days and pretty content with its performance. Since it is based on Arch Linux, I am using a few software installed from the Arch User Repository (AUR) with Yay AUR Helper. While updating,
Read More
I was trying to update my CachyOS system with in the usual Arch way when I encountered this ‘failed to synchronize all databases’ error. sudo pacman -Syu [sudo] password for abhishek: :: Synchronizing package databases… error: failed to synchronize all databases (unable
Read More
There are two main choices for getting VS Code on Arch Linux: Install Code – OSS from Arch repositories Install Microsoft’s VS Code from AUR I know. It’s confusing. Let me clear the air for you. VS Code is an open source
Read More
How do you update Arch Linux? You run sudo pacman -Syu command. How do you install a package on Arch Linux? You run sudo pacman -Syu package_name. Which might make you wonder why do you need a system update while installing a
Read More
On our Arch installation video, a viewer requested a tutorial on installing Arch but with BTRFS and with encryption enabled. And hence this tutorial came into existence. I am using the official archinstall script. Though a command line tool, this guided installer
Read More
Core? Extra? Multilib? You’ll find these terms ‘strange’ when you are just starting your Arch journey but you’ll come across them in various forum discussion and wiki references. Hence, I thought of writing this tutorial to quickly explain the different kinds of
Read More
So, you installed Arch Linux, but find downloading updates/packages a bit slow. Well, unless you have a network issue, it is an easy fix by selecting the fastest mirror. Unlike Ubuntu, where you get a GUI utility to find and enable the
Read More
So, I installed Arch Linux quite easily thanks to the archinstall script. After I started using it and exploring it, I tried using my Bluetooth headphones only to notice that the Bluetooth was not working. I could see the Bluetooth option but
Read More
The other day I was trying to install Hyperland on Arch Linux. When I used the Pacman command to install it, it threw a ‘target not found’ error. [abhishek@itsfoss ~]$ sudo pacman -S hyperland [sudo] password for abhishek: error: target not found:
Read More
Installing Docker on Arch Linux is easy. It is available in the Extra repository and you can simply do the pacman magic: sudo pacman -S docker But there are more steps involved here to run Docker on Arch Linux properly. Making Arch
Read More