🍿Getting Started with AxOS

You now have AxOS installed, you may now wonder what you should do ?


Install needed apps

Packages can be installed using Epsilon. Epsilon is a package manager made for AxOS. You can see the usage by typing epsi -h in your terminal.

For a full update, use: epsi or epsi upgrade

To install something, you can use: epsi install <package name> or epsi i <package name>

You can check if your app exists with by typing epsi search <package name>


Configurations and settings

On the Plasma Desktop, you can find an app called Configuration center. You will find almost every settings you are looking for.

With Calla, most system configurations should be made by command line or with a third party graphical app. However, Calla provides a settings app for desktop related stuff such as colors, themes, fonts and else. Open the app by pressing the gear button at the top left of the app launcher.

With Hyprland, you can find a settings app by typing "Settings" in the app launcher or by pressing Super + i (super is the windows key).

Obviously, you can use the terminal to configure stuff in every desktops.


If you have the "invalid or corrupted packages"

This means that your pacman keyring is not initialized.

  • Initialize the keyring: sudo pacman-key --init

  • Populate archlinux keys: sudo pacman-key --populate archlinux

You can now use pacman normally.

Last updated