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にアップグレードするにはどうすればいいですか?
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にアップグレードするにはどうすればいいですか?
回答:
新しいリポジトリは必要ありません - インストールするだけです。 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
)
sudo apt-get install emacs24
。私がしたのは展示用でした。もちろん使うこともできます aptitude
あるいは、Ubuntuソフトウェアセンター、あるいはあなたが使用するパッケージシステムへの他のどんなインタフェースでも。
dpkg
のようなもので apt-cache search emacs
。試してみてください。
sudo add-apt-repository ppa:cassou/emacs
sudo apt-get update
sudo apt-get install emacs-snapshot-el emacs-snapshot-gtk emacs-snapshot
sudo apt-get autoremove
emacs24
からのパッケージ ppa:cassou/emacs
それを得るためのおそらく最も簡単な方法です。