Hello,
Sorry, I speak a little English.
How to install f.lux for Debian 9? I try and try, but not working.
Please help me. Thanks!
Cyborg wrote:Redshift works well and does the same thing.
http://jonls.dk/redshift/
su
sudo add-apt-repository ppa:nathan-renniewaldock/flux
GUI for f.lux
https://justgetflux.com/
Bugs/feature requests should be directed to: https://github.com/xflux-gui/xflux-gui
I do not develop this, only provide a PPA.
More info: https://launchpad.net/~nathan-renniewaldock/+archive/ubuntu/flux
Press [ENTER] to continue or ctrl-c to cancel adding it
gpg: keybox '/tmp/tmpwhtyn646/pubring.gpg' created
gpg: failed to start the dirmngr '/usr/bin/dirmngr': Nincs ilyen fájl vagy könyvtár
gpg: connecting dirmngr at '/tmp/tmpwhtyn646/S.dirmngr' failed: Nincs ilyen fájl vagy könyvtár
gpg: keyserver receive failed: Nincs dirmngr
Is it ok? I think it is not ok. Why?
Don't make a FrankenDebian
Debian Stable should not be combined with other releases. If you're trying to install software that isn't available in the current Debian Stable release, it's not a good idea to add repositories for other Debian releases. The problems might not happen right away, but the next time you install updates.
The reason things can break is because the software packaged for one Debian release is built to be compatible with the rest of the software for that release. For example, installing packages from buster on a stretch system could also install newer versions of core libraries including libc6. This results in a system that is not testing or stable but a broken mix of the two.
Repositories that can create a FrankenDebian if used with Debian Stable:
Debian testing release (currently buster)
Debian unstable release (also known as sid)
Ubuntu, Mint or other derivative repositories are not compatible with Debian!
Ubuntu PPAs
# Download fluxgui
cd /tmp
git clone "https://github.com/xflux-gui/fluxgui.git"
cd fluxgui
./download-xflux.py
# EITHER install system wide
sudo ./setup.py install --record installed.txt
# EXCLUSIVE OR, install in your home directory
#
# The fluxgui program installs
# into ~/.local/bin, so be sure to add that to your PATH if installing
# locally. In particular, autostarting fluxgui in Gnome will not work
# if the locally installed fluxgui is not on your PATH.
./setup.py install --user --record installed.txt
# Run flux
fluxgui
Users browsing this forum: No registered users and 11 guests