How to get the fastest Arch Linux servers

How to get the fastest Arch Linux servers

It started with the wish to have an up-to-date mirrorlist during the installation of ArcoLinux. Calamares provides us a great variety of applications to download. It is now more than ever important to get the best Arch Linux servers for your country. The alias mirror...

Clean up your computer and delete the pacman cache

Clean up your computer and delete the pacman cache

Type in the terminal man pacman and start reading. Pacman is the most important command on any Arch Linux based system.It is your Package Manager.Pacman is your application to install and remove packages aka software and so much more. There is always the official Arch...

Pacman needs an up-to-date mirrorlist – any desktop

Pacman needs an up-to-date mirrorlist – any desktop

Never mind the warningUpdate the mirrorlist with mirror in the terminal   Pacman or your PACkage MANager is going to get its packages from different servers over the world. Depending where you live you select the servers that our near to you in distance BUT they...

How to add the third party repo to pacman.conf

How to add the third party repo to pacman.conf

Open the file /etc/pacman.conf with sublime text and add these lines to it [arcolinux_repo_3party] SigLevel = Required DatabaseOptional Server = https://arcolinux.github.io/arcolinux_repo_3party/$arch Then do an update sudo pacman -Syyu and then you can install the...