Results 1 to 7 of 7

Thread: How do I uninstall a compiled version of gimp?

  1. #1
    Join Date
    Feb 2010
    Location
    Hull
    Beans
    359

    How do I uninstall a compiled version of gimp?

    Hi, I compiled the latest stable version of gimp, but I want to go back to the one in the repositories, how do I uninstall the compiled version?
    Signatures are a myth.

  2. #2
    Join Date
    Jul 2006
    Beans
    607
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: How do I uninstall a compiled version of gimp?

    Wouldn't this work?

    sudo dpkg --purge gimp

  3. #3
    Join Date
    Feb 2010
    Location
    Hull
    Beans
    359

    Re: How do I uninstall a compiled version of gimp?

    Quote Originally Posted by foxmulder881 View Post
    Wouldn't this work?
    Not if I compiled it from source.
    Signatures are a myth.

  4. #4
    Join Date
    Jul 2006
    Beans
    607
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: How do I uninstall a compiled version of gimp?

    Does Synaptic see it?

    Also, there should be a README file in the tarball. Check that as it may contain removal instructions.

  5. #5
    Join Date
    Feb 2010
    Location
    Hull
    Beans
    359

    Re: How do I uninstall a compiled version of gimp?

    Quote Originally Posted by foxmulder881 View Post
    Does Synaptic see it?
    Nope, synaptic only sees things that were installed as packages. I think. But I can't see it anyways.
    Signatures are a myth.

  6. #6
    Join Date
    Jun 2007
    Beans
    17,337

    Re: How do I uninstall a compiled version of gimp?

    If you installed with "sudo make install" then cd back to build dir. and run "sudo make uninstall"

    ================================================== ==============
    if you've removed the build (source) dir. then you can manually remove, unless specified then it would have installed to /usr/local/*
    (usr/local/bin, /usr/local/share, ect. ect.

    (you could also rebuild the gimp source as before, run a sudo make install followed by a sudo make uninstall

  7. #7
    Join Date
    Feb 2010
    Location
    Hull
    Beans
    359

    Re: How do I uninstall a compiled version of gimp?

    Quote Originally Posted by mc4man View Post
    If you installed with "sudo make install" then cd back to build dir. and run "sudo make uninstall"

    ================================================== ==============
    if you've removed the build (source) dir. then you can manually remove, unless specified then it would have installed to /usr/local/*
    (usr/local/bin, /usr/local/share, ect. ect.

    (you could also rebuild the gimp source as before, run a sudo make install followed by a sudo make uninstall
    I still had the source in a folder, so "sudo make uninstall" worked. Thanks
    Signatures are a myth.

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
  •