Ubuntu 12.10でシステムのemacをアップグレードする方法


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にアップグレードするにはどうすればいいですか?

回答:


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


手順は次のとおりです。1. COLUMNS = 80 dpkg -l | grep "^ ii emacs" 2. apt-get emacs24をインストールしますか?
Juanito Fatas

いや、ただ sudo apt-get install emacs24。私がしたのは展示用でした。もちろん使うこともできます aptitudeあるいは、Ubuntuソフトウェアセンター、あるいはあなたが使用するパッケージシステムへの他のどんなインタフェースでも。
Dirk Eddelbuettel

ああ...これを共有していただきありがとうございます! dpkgは最新のemacを提供していないようです。
Juanito Fatas

この作業のために、あなたは混乱しているかもしれません dpkg のようなもので apt-cache search emacs。試してみてください。
Dirk Eddelbuettel

1
@ DirkEddelbuettelこれはどのように答えですか。 OPは明らかにEmacsを要求しました 24.3 これは明らかです ではない 標準リポジトリにあります。
lunaryorn

4

追加する Damien Cassouの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

さて、最初にOPがスナップショットではなくemacs 24を要求しました。第二に、emacs 24 です すでに彼のUbuntuリリースに入っています。
Dirk Eddelbuettel

OK ...私は自分の答えを編集することをどのように提案しますか?
Juanito Fatas

さて...私の答えを見て、そしてコメントしなさい。現時点では、この回答を削除する必要があります。
Dirk Eddelbuettel

OK。私たちは両方の答えを残すと思います。私はLinuxが初めてです。だからdpkg、apt-cacheは私にとっては初めてのことです。勉強してそれを使うにはもっと時間が必要です。今のところ、私はemacsをアップグレードするための単純な(私にとっては単純な)解決策に固執します。ありがとうございます。
Juanito Fatas

2
24.3はquantalのリポジトリにはありませんので、インストールしてください。 emacs24 からのパッケージ ppa:cassou/emacs それを得るためのおそらく最も簡単な方法です。
immerrr
弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.