Flux is a lighting app which malfunctions on my laptop. I tried
sudo apt-get remove flux
in the terminal, but it responds with "the package doesn't exist".
Flux is a lighting app which malfunctions on my laptop. I tried
sudo apt-get remove flux
in the terminal, but it responds with "the package doesn't exist".
To uninstall:
sudo rm -rf /usr/local/lib/python2.7/dist-packages/{fluxgui/,f.lux_indicator*}
sudo rm /usr/local/share/icons/hicolor/scalable/apps/fluxgui.*
sudo rm /usr/local/share/applications/fluxgui.desktop
sudo rm /usr/local/bin/{xflux,fluxgui}
rm -rf ~/.gconf/apps/fluxgui/
sudo is used to become root, your password will be asked the first time.
Type
sudo apt-get remove
and partial app name and press Tab. It will automatically fill the name of the application you want to remove.