📦️ Installation#

Flatpak#

To install Gradience, run this command in your terminal:

$ flatpak install com.github.GradienceTeam.Gradience

This is the preferred method to install Gradience, as it will always install the most recent stable release in a portable way whatever the distribution you use.

If you don’t have Flatpak installed, this Flatpak installation guide can guide you through the process.

COPR (RPM Based)#

Gradience is available on COPR. You can install it using the following command:

$ dnf copr enable lyessaadi/gradience
$ dnf install gradience

AUR#

Gradience is available on AUR:

Using Paru:

$ paru -S gradience

For latest changes (git version maybe unstable):

$ paru -S gradience-git

From sources#

The sources for Gradience can be downloaded from the Github repo.

You can either clone the public repository:

$ git clone git://github.com/GradienceTeam/Gradience

or download the tarball:

$ curl -OJL https://github.com/GradienceTeam/Gradience/tarball/master

Once you have a copy of the source, you can install it with:

$ make install