To install Gradience, run this command in your terminal:
$ flatpak install com.github.GradienceTeam.GradienceThis 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.
Gradience is available on COPR. You can install it using the following command:
$ dnf copr enable lyessaadi/gradience
$ dnf install gradienceGradience is available on AUR:
Using Paru:
$ paru -S gradienceFor latest changes (git version maybe unstable):
$ paru -S gradience-gitThe sources for Gradience can be downloaded from the Github repo.
You can either clone the public repository:
$ git clone git://github.com/GradienceTeam/Gradienceor download the tarball:
$ curl -OJL https://github.com/GradienceTeam/Gradience/tarball/masterOnce you have a copy of the source, you can install it with:
$ make install