Results 1 to 3 of 3

Thread: Can I remove ROOT CINT/C++ interpreter?

  1. #1
    Join Date
    Mar 2009
    Location
    Pennsylvania
    Beans
    81
    Distro
    Ubuntu 9.10 Karmic Koala

    [SOLVED] Can I remove ROOT CINT/C++ interpreter?

    I downloaded a CINT/C++ interpreter called ROOT, but now I want to remove it, because it has some objectional pictures. I tried removing it with sudo apt-get remove ROOT, but it didn't work. How can I safely remove this?
    Last edited by davidstri; April 28th, 2009 at 09:57 PM.

  2. #2
    Join Date
    Mar 2006
    Location
    Williams Lake
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Can I remove ROOT CINT/C++ interpreter?

    If you installed from source, and still have the source directory on your hard drive, simply go into the source directory and type:

    Code:
    sudo make uninstall
    Jim

  3. #3
    Join Date
    Mar 2009
    Location
    Pennsylvania
    Beans
    81
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Can I remove ROOT CINT/C++ interpreter?

    I found a different way . I found out where the objectional icons were located.The first two were in /usr/share/root/icons, but it told me I didn't have permission to delete them. So I used
    Code:
    sudo nautilus
    to give me superuser privileges in nautilus. I deleted them, and then navigated to /usr/share/icons/hicolor/48X48/apps/ and deleted the desktop icon. But it had a back-up icon in /usr/share/pixmaps/ which I also deleted. Now I can keep ROOT without the objectional icons .

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
  •