Find the answer to your Linux question:
Results 1 to 8 of 8
I installed Keytouch in a useless attempt to allow me to brighten my screen (but that's another thread...) and now the control keys don't work, which is a real pain. ...
  1. #1
    Just Joined!
    Join Date
    Jan 2011
    Posts
    27

    Uninstalling Keytouch

    I installed Keytouch in a useless attempt to allow me to brighten my screen (but that's another thread...) and now the control keys don't work, which is a real pain. I tried a couple of files that were supposed to be my keyboard, but neither worked. I don't want to mess with it any more, but I can't figure out how to uninstall it! Help?

  2. #2
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,144
    How did you install it to begin with?
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

  3. #3
    Just Joined!
    Join Date
    Jan 2011
    Posts
    27
    Quote Originally Posted by MikeTbob View Post
    How did you install it to begin with?
    I (think) I compiled it.

  4. #4
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,144
    Well, can you explain the process you used? Did it involve the command line and the keywords, "make or make install" or did you use the system package manager? Maybe used yum from the command line? Tell us about it because different installs must be removed differently.
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

  5. #5
    Just Joined!
    Join Date
    Jan 2011
    Posts
    27
    Alright, I thought it was through the command line and a tar, but I used an RPM.

  6. #6
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,144
    Post the output of this command please.
    Code:
    rpm -qa keytouch
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

  7. #7
    Just Joined!
    Join Date
    Jan 2011
    Posts
    27
    Hm...alright, it just spit out:

    keytouch-2.3.0-1.i386

  8. #8
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,144
    Quote Originally Posted by FlyingJester View Post
    Hm...alright, it just spit out:

    keytouch-2.3.0-1.i386
    So now that you know the name.
    Login as root:
    su -
    (password)
    Code:
    rpm -e keytouch
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

Posting Permissions

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