How-to Get f.lux Red-Hat/Fedora Release
This Tip Shows You Step-by-Step How-to Download and Install f.lux App for Red-Hat/SUSE/Mandriva GNU/Linux Based Systems.
f.lux is a proprietary computer program that Adjusts a Display’s Color Temperature according to Location and Time of day.
-
Open a Shell Terminal emulator window
-
Installing Git
On Red-Hat Based:sudo yum install git
On SUSE Based:
sudo zypper install git
On Mandriva Based:
sudo urpmi git
-
Download xflux-gui Applet
Change to the Temporary directory:cd /tmp
Clone the xflux Git Repo:
git clone "https://github.com/xflux-gui/xflux-gui.git"
Change to the Target:
cd xflux-gui
Get with Python the xflux-gui:
python download-xflux.py
-
How-to Install the Latest f.lux GUI on GNU/Linux