all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Emanuel Berg <embe8573@student.uu.se>
To: help-gnu-emacs@gnu.org
Subject: Re: How to uninstall Emacs?
Date: Fri, 10 Apr 2015 00:48:33 +0200	[thread overview]
Message-ID: <87k2xkq5oe.fsf@debian.uxu> (raw)
In-Reply-To: mailman.297.1428587209.904.help-gnu-emacs@gnu.org

Jorge <jorge13515@gmail.com> writes:

> 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 {} +

On an aptitude system (e.g. Debian, the Ubuntus, and
so on) you don't have to bother uninstalling programs
because they are just binaries (and sometimes scripts)
that lie passively unless you invoke them: they are
put into their respective boxes in the filesystem and
do not interfere with other programs - they are also
small, so disk space shortage cannot be remedied that
way either.

The package manager is the best way to not have to
deal with the make, configure, and 'make install'
dance, and you don't have to fiddle the symlinks,
either.

Of course it is still possible to uninstall - sudo
aptitude remove - but that is mostly done (seldom)
when the upgrade/installation process has had some
dust in its machinery and you need to give it
a fresh start.

-- 
underground experts united
http://user.it.uu.se/~embe8573


       reply	other threads:[~2015-04-09 22:48 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.297.1428587209.904.help-gnu-emacs@gnu.org>
2015-04-09 22:48 ` Emanuel Berg [this message]
2015-04-09 13:41 How to uninstall Emacs? Jorge
  -- strict thread matches above, loose matches on Subject: below --
2015-04-09 13:20 Jorge
2015-04-08 18:29 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
2015-04-18 21:08           ` Rodolfo Medina
2015-04-18 22:27             ` Bob Proulx
2015-04-18 22:59               ` Rodolfo Medina

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87k2xkq5oe.fsf@debian.uxu \
    --to=embe8573@student.uu.se \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.