Results 1 to 3 of 3

Thread: This newbie need help removing a program

  1. #1
    Join Date
    Mar 2015
    Beans
    10

    This newbie need help removing a program

    Hi,

    I am dual booting win 8.1 / Ubuntu 14.04 and on windows I've been using F.lux for a long time, so also wanted to use It on Ubuntu. I installed it from: https://justgetflux.com/linux.html

    I copy and pasted the lines of code and it installed, however it didn work so I installed Redshift form the software center. Now I want to remove Flux but I can seem to figure out how.

    I tried:
    sudo rm /usr/bin/xflux

    and

    sudo rm /usr/bin/fluxgui

    But it didn do anything.

    Any suggestions?

  2. #2
    Join Date
    Apr 2012
    Beans
    7,256

    Re: This newbie need help removing a program

    Since it was installed as a packged via a PPA, you should be able to reverse the steps using

    Code:
    sudo apt-get remove --purge fluxgui
    
    sudo add-apt-repository --remove ppa:kilian/f.lux

  3. #3
    Join Date
    Mar 2015
    Beans
    10

    Re: This newbie need help removing a program

    Yup, that did the trick.

    Thanks

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •