Thursday, May 2, 2024
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 5990  / 3 Years ago, wed, september 22, 2021, 7:43:48

Currently I have the standard Emacs installation, 2.3.1, from Ubuntu repo, but would like to get a newer version of Emacs from GNU website, which is 2.3.4. My question is that do I need to wipe out my current installation completely and build it from scratch or I can just run the build script from the 2.3.4 and overwrite those file if found identical? Also, a general question, if I install third party software other than those from Ubuntu repo, most of them don't have any uninstall scripts, how do I get rid of those cleanly? Thanks a ton


More From » installation

 Answers
1

Yes, you would want to uninstall emacs before installing it from source.



sudo apt-get remove emacs


That should do the trick.



If they do not provide an uninstall script (usually made when you do a make/make install) in the source folder, you are pretty much out of luck for uninstalling cleanly, unless you can figure out what all it installed and where.



I looked and couldn't find a current emacs repository, which makes install/uninstall much safer. In general, don't install outside of repos (or at the very least .debs), unless it is something you really need, just because it can be so messy.


[#38187] Thursday, September 23, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ronicod

Total Points: 71
Total Questions: 111
Total Answers: 111

Location: Montenegro
Member since Fri, Dec 10, 2021
2 Years ago
ronicod questions
Thu, Nov 11, 21, 06:26, 3 Years ago
Sun, May 7, 23, 13:57, 1 Year ago
Sun, Jun 26, 22, 06:13, 2 Years ago
Fri, Oct 14, 22, 13:55, 2 Years ago
;