all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* How to uninstall Emacs?
@ 2015-04-08 18:29 Rodolfo Medina
  2015-04-08 18:30 ` J. David Boyd
                   ` (4 more replies)
  0 siblings, 5 replies; 44+ messages in thread
From: Rodolfo Medina @ 2015-04-08 18:29 UTC (permalink / raw
  To: help-gnu-emacs

Hi all.

I recently installed Emacs after downloading it from git repositories.  Suppose
I would like to uninstall it - I want to try how the Emacs distribution
provided by Debian works and then, perhaps, reinstall Emacs from git.  How can
I completely uninstall it?

Thanks for any help.

Rodolfo




^ permalink raw reply	[flat|nested] 44+ messages in thread
* Re: How to uninstall Emacs?
@ 2015-04-09 13:20 Jorge
  0 siblings, 0 replies; 44+ messages in thread
From: Jorge @ 2015-04-09 13:20 UTC (permalink / raw
  To: help-gnu-emacs

[Since I just subscribed, I do not have the original message to reply to]

To be able to easily uninstall Emacs, I installed it in a prefix.
Configure it with
$ ./configure --prefix=/usr/local/$emacs_version
Then when you type
$ sudo make install
it will install into the chosen prefix.  Then create symlinks into
/usr/local/bin
$ sudo ln -sirv $prefix/bin/* /usr/local/bin

Later, to uninstall:
$ sudo rm -rI $prefix
$ find -L -type l /usr/local/bin
<Review the list of broken links in /usr/local/bin.  Confirm you want
to remove them all>
$ sudo find -L -type l /usr/local/bin -exec rm {} +

Regards



^ permalink raw reply	[flat|nested] 44+ messages in thread
* Re: How to uninstall Emacs?
@ 2015-04-09 13:41 Jorge
  0 siblings, 0 replies; 44+ messages in thread
From: Jorge @ 2015-04-09 13:41 UTC (permalink / raw
  To: help-gnu-emacs

[Since I just subscribed, I do not have the original message to reply to]

To be able to easily uninstall Emacs, I installed it in a prefix.
Configure it with:
$ ./configure --prefix=/usr/local/$emacs_version
Then when you type:
$ sudo make install
it will install into the chosen prefix.  Then create symlinks into
/usr/local/bin:
$ sudo ln -sirv $prefix/bin/* /usr/local/bin

Later, to uninstall:
$ sudo rm -rI $prefix
$ find -L -type l /usr/local/bin
<Review the list of broken links in /usr/local/bin.  Confirm you want
to remove them all>
$ sudo find -L -type l /usr/local/bin -exec rm {} +

Regards



^ permalink raw reply	[flat|nested] 44+ messages in thread
[parent not found: <mailman.297.1428587209.904.help-gnu-emacs@gnu.org>]

end of thread, other threads:[~2015-04-21 17:53 UTC | newest]

Thread overview: 44+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-08 18:29 How to uninstall Emacs? Rodolfo Medina
2015-04-08 18:30 ` J. David Boyd
2015-04-08 18:35 ` Eli Zaretskii
2015-04-08 21:15 ` Bob Proulx
2015-04-09 19:54 ` Thien-Thi Nguyen
2015-04-11 13:11   ` Rodolfo Medina
     [not found] ` <mailman.243.1428527741.904.help-gnu-emacs@gnu.org>
2015-04-09 23:07   ` Emanuel Berg
2015-04-11 13:11     ` [solved] " Rodolfo Medina
2015-04-11 19:05       ` Bob Proulx
2015-04-12 11:34         ` Rodolfo Medina
2015-04-13 23:03           ` Bob Proulx
2015-04-15  6:34             ` Rodolfo Medina
     [not found]           ` <mailman.611.1428966213.904.help-gnu-emacs@gnu.org>
2015-04-13 23:23             ` [solved] " Emanuel Berg
2015-04-15 21:41               ` Bob Proulx
2015-04-16 15:38                 ` Rodolfo Medina
2015-04-16 21:16                   ` Bob Proulx
     [not found]                   ` <mailman.848.1429218983.904.help-gnu-emacs@gnu.org>
2015-04-16 22:58                     ` Emanuel Berg
2015-04-17  2:46                       ` Rusi
2015-04-18 20:39                       ` Bob Proulx
     [not found]                       ` <mailman.1049.1429389591.904.help-gnu-emacs@gnu.org>
2015-04-19 21:42                         ` Emanuel Berg
2015-04-19 23:29                           ` Bob Proulx
     [not found]                           ` <mailman.1135.1429490170.904.help-gnu-emacs@gnu.org>
2015-04-20  1:40                             ` Emanuel Berg
     [not found]                 ` <mailman.830.1429198561.904.help-gnu-emacs@gnu.org>
2015-04-16 22:47                   ` Emanuel Berg
     [not found]               ` <mailman.782.1429134342.904.help-gnu-emacs@gnu.org>
2015-04-16  1:09                 ` Emanuel Berg
2015-04-16  3:58                 ` Rusi
2015-04-16 22:44                   ` Emanuel Berg
2015-04-17  3:00                     ` Rusi
2015-04-18 20:05                       ` Bob Proulx
     [not found]                       ` <mailman.1047.1429387523.904.help-gnu-emacs@gnu.org>
2015-04-19 11:59                         ` Jim Diamond
2015-04-19 23:35                           ` Bob Proulx
2015-04-20  7:46                           ` Alexis
     [not found]                           ` <mailman.1136.1429490171.904.help-gnu-emacs@gnu.org>
2015-04-21 17:53                             ` Jim Diamond
2015-04-18 21:08           ` Rodolfo Medina
2015-04-18 22:27             ` Bob Proulx
2015-04-18 22:59               ` Rodolfo Medina
     [not found]         ` <mailman.504.1428838317.904.help-gnu-emacs@gnu.org>
2015-04-12 14:36           ` [solved] " Rusi
2015-04-12 17:02             ` Emanuel Berg
2015-04-12 18:50               ` Rodolfo Medina
2015-04-12 16:31           ` Emanuel Berg
2015-04-12 18:53             ` Rodolfo Medina
     [not found]       ` <mailman.482.1428779144.904.help-gnu-emacs@gnu.org>
2015-04-12  0:01         ` Emanuel Berg
  -- strict thread matches above, loose matches on Subject: below --
2015-04-09 13:20 Jorge
2015-04-09 13:41 Jorge
     [not found] <mailman.297.1428587209.904.help-gnu-emacs@gnu.org>
2015-04-09 22:48 ` Emanuel Berg

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.