[Date Prev][Date Next][Thread Prev][][Date Index][Thread Index]

Re: emacs-w3m-1.4.4 and emacs 23



On May 5, 2011 at 12:36PM +0200,
osterchrisi (at gmx.at) wrote:

> Now last question: Is there any way to remove the possible 'dirt' I
> installed on my computer with the failed tries of installing various w3m
> versions before? There are now uninstall routines right?

If you didn't use an installation tool to track the installed
files, there isn't an information to uninstall.  If you ran
`make install', see Makefile to know what you did.

The following commands might clean up the files installed with
prefix=/usr.

  # apt-get --purge remove w3m-el
  # apt-get --purge remove w3m-el-snapshot
  # rm -rf /usr/share/emacs/site-lisp/w3m
  # rm -rf /usr/share/emacs/23.*/etc/images/w3m
  # install-info --remove --info-dir=/usr/share/info /usr/share/info/emacs-w3m.info
  # install-info --remove --info-dir=/usr/share/info /usr/share/info/emacs-w3m-ja.info
  # rm -f /usr/share/info/emacs-w3m*.info

Thanks,
-- 
Tatsuya Kinoshita