Results 1 to 5 of 5

Thread: Please tell me How to Uninstall GTK-Engine?

  1. #1
    Join Date
    Sep 2008
    Location
    Texas
    Beans
    56
    Distro
    Xubuntu 8.04 Hardy Heron

    Smile Please tell me How to Uninstall GTK-Engine?

    I copied & pasted the commands at that page (see link below):

    URL: http://ubuntuforums.org/showthread.p...=Change+Themes

    Here are the Commands/Codes me & others were instructed to type to install the GTK-Engine on Ubuntu 8.04:
    Code:
    sudo apt-get update && sudo apt-get upgrade
    sudo apt-get install build-essential auto-apt checkinstall libgtk2.0-dev
    
    cd ~/Desktop
    tar jxfv 56438-Aurora-1.4.tar.bz2
    tar zxfv aurora-1.4.tar.gz
    cd aurora-1.4
    auto-apt run ./configure --prefix=/usr -enable-animation
    make
    checkinstall --install=no
    sudo dpkg -i *.deb
    cd ..
    tar jxfv gtkrc_themes.tar.bz2 -C ~/.themes
    After I tried installing the GTK-engine (I'm not really sure if it was even installed completely). After I finished typing in the 1st sudo-command (I only pasted the 1st line of code [sudo apt-get update...], which that person instructed us to enter) in the terminal: I was prompted to restart my Dell Inspirion 9100 laptop computer

    So I restarted my laptop, and I got this error-message:



    What should I do? Please give me detailed steps. I don't think it's necessary to have the GTK-Engine, unless it's easy to fix that problem (above). Thanks in advance to anyone, who wants to help or give me advice, in regards to this topic.
    Last edited by NewsAndHistory; January 24th, 2009 at 01:30 AM.

  2. #2
    Join Date
    Sep 2008
    Location
    Texas
    Beans
    56
    Distro
    Xubuntu 8.04 Hardy Heron

    Red face Re: Please tell me How to Uninstall GTK-Engine?

    Please tell me what I should do. I'd appreciate any suggestions in regards to this Installation problem.

  3. #3
    Join Date
    Apr 2005
    Location
    Glasgow, Scotland
    Beans
    1,642

    Re: Please tell me How to Uninstall GTK-Engine?

    It was the apt update command that messed things up. You haven't got anywhere near installing this theme engine.

    My advice is to not install that engine anyway.

    Which version is this?
    A Fedora user

  4. #4
    Join Date
    Apr 2005
    Location
    Finland/UK
    Beans
    Hidden!
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Please tell me How to Uninstall GTK-Engine?

    Since you installed the engine using checkinstall, uninstalling it will be easy. You can just search the package in Synaptic and remove it that way.

    Or, "sudo apt-get remove nameofthepackage"

  5. #5
    Join Date
    Sep 2008
    Location
    Texas
    Beans
    56
    Distro
    Xubuntu 8.04 Hardy Heron

    Smile Re: Please tell me How to Uninstall GTK-Engine?

    Thanks McDuck! I appreciate your kindness & help!

    Quote Originally Posted by bruce89 View Post
    It was the apt update command that messed things up. You haven't got anywhere near installing this theme engine.

    My advice is to not install that engine anyway.

    Which version is this?
    It's Ubuntu 8.04 Hardy Heron. Thanks for replying!

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
  •