Adding CachyOS Repository
Installing CachyOS repositories
Option 1: Automated Installation of CachyOS repositories
We’ve made it easy for you! Simply run the following commands to use our helper script that does all the work for you. 😉
Run the following commands:
-
Get archive with the script using one of the following utils:
If you don’t have
wget
, install it withsudo pacman -S wget
-
Extract and enter into the archive:
-
Run the script with sudo:
Behavior of the script
-
The script will auto-detect the CPU architecture, if the CPU has
x86-64-v4
orx86-64-v3
support, the script will automatically use the repositories which are optimized with this flag > and some other flags. -
The script will backup your old
pacman.conf
.
Option 2: Manual Installation
-
Install the cachyos keyring:
-
Install required packages:
Check CPU compatibility
If you want to add our repositories manually, you must check the compatibility of your CPU with CachyOS repositories.
If you are using the script above to add the CachyOS repositories, you can skip the check.
1. Check support by running the following the command
2. Understanding the command output
Pay attention to the following text with brackets. (supported, searched)
- If you see
x86-64-v4 (supported, searched)
, that means the CPU is compatible and can use the x86-64-v4 instruction set. - If you see
x86-64-v4
, that means the CPU is incompatible and cannot use the x86-64-v4 instruction set.
Example of CPU compatible with the x86-64-v3 instruction set
3. Adding the CachyOS repositories
You need to edit pacman.conf
and add the repositories ABOVE THE EXISTING ARCHLINUX REPOS
If your CPU supports only x86-64
, then only add the [cachyos]
repository
If your CPU supports x86-64-v4
, then add [cachyos-v4]
, [cachyos-core-v4]
, [cachyos-extra-v4]
and [cachyos]
If your CPU supports x86-64-v3
, then add [cachyos-v3]
,[cachyos-core-v3]
,[cachyos-extra-v3]
and [cachyos]
Finally, update your system with the CachyOS packages:
Enjoy your improved system speed with optimized CachyOS packages! 🎉
Debug packages
We provide a debuginfod server for easy access to debug symbols via gdb
. Set the following environment variable:
Debug packages are available in the following repository. Add it with the following configuration:
Or download them from the above URL manually.
Uninstalling CachyOS repositories
This can be resolved with installing the archlinux pacman first before reinstalling all packages.
Option 1: Automated Removal
Run these commands to remove the CachyOS repos from your system:
Option 2: Manual Removal
-
Backup or remove the config file at
/etc/pacman.conf
. -
Run this command:
-
Switch to default Arch Linux packages with this command: