3
OS: Ubuntu 12.10 (GNU/Linux 3.8.4-x86_64-linode31 x86_64)
$ emacs --version
=> 23.4.1
$ which emacs
/usr/bin/emacs

Как обновить emacs системы до 24.3?

2 ответа2

5

Нет необходимости в новых репозиториях - просто установите нужные вам пакеты emacs24 .

Из моей системы 12.10:

edd@max:~$ COLUMNS=80 dpkg -l | grep "^ii  emacs"                           
ii  emacs-goodies- 35.2ubuntu2  all          Miscellaneous add-ons for Emacs
ii  emacs23-bin-co 23.4+1-4ubun amd64        The GNU Emacs editor's shared, ar
ii  emacs23-common 23.4+1-4ubun all          The GNU Emacs editor's shared, ar
ii  emacs23-common 23.4+1-1     all          GNU Emacs shared, architecture in
ii  emacs23-lucid  23.4+1-4ubun amd64        The GNU Emacs editor
ii  emacs24        24.1+1-2ubun amd64        GNU Emacs editor (with GTK+ user 
ii  emacs24-bin-co 24.1+1-2ubun amd64        GNU Emacs editor's shared, archit
ii  emacs24-common 24.1+1-2ubun all          GNU Emacs editor's shared, archit
ii  emacs24-common 24.1+1-1     all          GNU Emacs common non-DFSG items, 
ii  emacsen-common 2.0.3        all          Common facilities for all emacsen
edd@max:~$

Так что просто sudo apt-get install emacs24 плюс любые дополнительные пакеты, которые вам нравятся. Это позволяет сосуществовать emacs23 и emacs24, а emacs23 обеспечивает значение по умолчанию. (Который вы можете переопределить, см. man dpkg-alternatives).

4

добавить снимок Emacs Дэмиена Кассу PPA

sudo add-apt-repository ppa:cassou/emacs

обновить пакеты

sudo apt-get update

установить Emacs 24,3

sudo apt-get install emacs-snapshot-el emacs-snapshot-gtk emacs-snapshot

удалить старые Emacs

sudo apt-get autoremove

Всё ещё ищете ответ? Посмотрите другие вопросы с метками .