Find the answer to your Linux question:
Results 1 to 6 of 6
I downloaded Fedora electronics lab and it came with a text editor called XEmacs and it took over gedit. How do I uninstall XEmacs? I was also wondering in general ...
  1. #1
    MTK
    MTK is offline
    Linux Newbie
    Join Date
    Aug 2009
    Posts
    132

    How to uninstall programs

    I downloaded Fedora electronics lab and it came with a text editor called XEmacs and it took over gedit.

    How do I uninstall XEmacs?

    I was also wondering in general how to uninstall programs from linux because when I search for XEmacs in Add/Remove software, I get a overwhelming list of stuff that I don't understand where in Windows there would be just one listing per program.

  2. #2
    oz
    oz is online now
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,099
    Welcome to the forums!

    Whenever possible, it's generally best to use the default package tool for your distribution to install/remove packages. If you installed a package from source, check inside the decompressed package files for any readme instructions for removal. On occasion, packages installed from source can be rather difficult remove.
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  3. #3
    MTK
    MTK is offline
    Linux Newbie
    Join Date
    Aug 2009
    Posts
    132
    I don't know how it installed and where Linux installs programs.

    I just typed this:

    Code:
    # yum groupinstall 'Electronic Lab'
    and it installed some programs including XEmacs.

  4. #4
    oz
    oz is online now
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,099
    Then you can probably use yum to remove xemacs, unless some other app or file depends on xemacs. In that case, you might be able to force the removal.

    It's been a long time since I last used yum, so someone else might have to step in with some advice, or you can run man yum for more details on how to use it.
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  5. #5
    Linux Guru waterhead's Avatar
    Join Date
    Jul 2004
    Location
    Franklin, Wisconsin
    Posts
    4,577
    I'm sure that XEmacs is better for Electronic lab stuff, that is why it was installed. Most "geeks" prefer Emacs, but I'm not geeky enough to understand why. But I doubt that it removed gedit. It may have replaced it as the default text editor, but it should still be available from the menu, as "text editor".
    Paul

    Please do not send Private Messages to me with requests for help. I will not reply.

  6. #6
    MTK
    MTK is offline
    Linux Newbie
    Join Date
    Aug 2009
    Posts
    132
    This did it:

    Code:
    yum erase xemacs
    Now gedit "Text Editor" is default agian.

Posting Permissions

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