11

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".

bertieb
  • 7,344
  • 36
  • 42
  • 54
Erlja Jkdf.
  • 249
  • 1
  • 3
  • 9

3 Answers3

16

To uninstall f.lux, you need to do this:

sudo apt-get remove fluxgui

td512
  • 5,031
  • 2
  • 18
  • 41
  • 1
    Also worth noting that you can use `dpkg-query --list | grep flux` to find an actual package name, if you've forgotten it. – Archimaredes Apr 26 '17 at 23:35
4

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.

Archemar
  • 1,687
  • 2
  • 16
  • 20
Jeevan Maddu
  • 49
  • 1
  • 1
2

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.