From: Martin on
A few months ago I installed emacs 23.1 from source. I just issued:
../configure
make
make install

I know I should've created a slack package for easier management. But I
didn't...
How can I remove emacs from my system now?
The only things I'm going to keep are ~/.emacs and ~/.emacs.d

thanks in advance

--
regards

Martin
From: Glyn Millington on
Martin <xtd8865(a)gmail.com> writes:

> A few months ago I installed emacs 23.1 from source. I just issued:
> ./configure
> make
> make install
>
> I know I should've created a slack package for easier management. But I
> didn't...
> How can I remove emacs from my system now?
> The only things I'm going to keep are ~/.emacs and ~/.emacs.d

Get your locate database up to date
Do locate emacs - that will tell you where most of the big emacs
directories are
Delete 'em!

On my system most are under /usr/local/share/emacs and /usr/local/share/info

Track down the binaries and remove them too!!

A package is much easier .....

atb

Glyn
--
RTFM http://www.tldp.org/index.html
GAFC http://slackbook.org/ The Official Source :-)
STFW http://groups.google.com/groups?hl=en&group=alt.os.linux.slackware
JFGI http://jfgi.us/
From: dillinger on
On 05/03/10 18:57, Martin wrote:
> A few months ago I installed emacs 23.1 from source. I just issued:
> ./configure
> make
> make install
>
> I know I should've created a slack package for easier management. But I
> didn't...
> How can I remove emacs from my system now?
> The only things I'm going to keep are ~/.emacs and ~/.emacs.d
>
> thanks in advance
>

make uninstall
From: Martin on
On 03/05/2010 06:12 PM, Glyn Millington wrote:
> Martin <xtd8865(a)gmail.com> writes:
>
>> A few months ago I installed emacs 23.1 from source. I just issued:
>> ./configure
>> make
>> make install
>>
>> I know I should've created a slack package for easier management. But I
>> didn't...
>> How can I remove emacs from my system now?
>> The only things I'm going to keep are ~/.emacs and ~/.emacs.d
>
> Get your locate database up to date
> Do locate emacs - that will tell you where most of the big emacs
> directories are
> Delete 'em!
>
> On my system most are under /usr/local/share/emacs and /usr/local/share/info
>
> Track down the binaries and remove them too!!
>
> A package is much easier .....
>
> atb
>
> Glyn

That's what I thought, but I don't want to remove too many files. Some
files might perhaps just be some kind of emacs extensions for other
programs.

I'll try to remove only files that are definitely part of emacs
thanks

--
regards

Martin
From: Martin on
On 03/05/2010 06:31 PM, dillinger wrote:
> On 05/03/10 18:57, Martin wrote:
>> A few months ago I installed emacs 23.1 from source. I just issued:
>> ./configure
>> make
>> make install
>>
>> I know I should've created a slack package for easier management. But I
>> didn't...
>> How can I remove emacs from my system now?
>> The only things I'm going to keep are ~/.emacs and ~/.emacs.d
>>
>> thanks in advance
>>
>
> make uninstall
The problem is that I removed the directory where I built it ages ago.

--
regards

Martin