Install redshift-gtk
Installing redshift-gtk package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install redshift-gtk
redshift-gtk package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | redshift-gtk |
version | 1.10-6 |
description | Adjusts the color temperature of your screen with GTK+ integration |
subsection | x11 |
website | jonls.dk / redshift / |
maintainer | Ritesh Raj Sarraf |
Uninstall redshift-gtk
To remove just redshift-gtk package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove redshift-gtk
Uninstall redshift-gtk and it’s dependent packages
To remove the redshift-gtk package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove redshift-gtk
Purging redshift-gtk
If you also want to delete configuration and/or data files of redshift-gtk from Debian Sid then this will work:
sudo apt-get purge redshift-gtk
To delete configuration and/or data files of redshift-gtk and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove redshift-gtk