ubuntu emacs 的傻瓜安装与卸载教程

install

To ensure a clean installation, please follow these steps:

1
2
3
$ sudo apt-get update
$ sudo apt-get install
$ sudo apt-get purge emacs emacs-snapshot-common emacs-snapshot-bin-common emacs-snapshot emacs-snapshot-el emacs-snapshot-gtk emacs23 emacs23-bin-common emacs23-common emacs23-el emacs23-nox emacs23-lucid auctex apel emacs24 emacs24-bin-common emacs24-common emacs24-common-non-dfsg emacs24-el

To add this PPA:

1
2
3
$ sudo add-apt-repository ppa:cassou/emacs
$ sudo apt-get update
$ sudo apt-get install emacs24 emacs24-el emacs24-common-non-dfsg

the end:

1
$ emacs

按照以上顺序执行完即可

remove

1
2
3
sudo apt-get remove emacs

sudo apt-get remove --auto-remove emacs24 emacs24-el emacs24-common-non-dfsg