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 ...
- 08-09-2009 #1Linux 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.
- 08-09-2009 #2forum.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.
- 08-09-2009 #3Linux Newbie
- Join Date
- Aug 2009
- Posts
- 132
I don't know how it installed and where Linux installs programs.
I just typed this:
and it installed some programs including XEmacs.Code:# yum groupinstall 'Electronic Lab'
- 08-09-2009 #4forum.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.
- 08-09-2009 #5
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.
- 08-09-2009 #6Linux Newbie
- Join Date
- Aug 2009
- Posts
- 132
This did it:
Now gedit "Text Editor" is default agian.Code:yum erase xemacs


Reply With Quote