Debian
在 debian stable 上安裝 emacs
我有一個使用者需要在 Debian stable 上使用 emacs(emacs-x11,首選)。我發現以下https://www.emacswiki.org/emacs/EmacsSnapshotAndDebian提到“直接從 Emacs git master 建構的軟體包:http: //emacs.ganneff.de/ ” - 這聽起來像我需要的,但是我不確定安裝它的命令。我們嘗試過 flatpak,但發現 xming 渲染的視窗會跳來跳去,並且 flatpak 的靜態庫集成阻止了我們內部軟體開發工具的使用。任何幫助或建議將不勝感激。
Debian Stretch 中至少有 4 個不同的 emacs 包可用,您真的想從原始碼編譯 emacs?
- emacs (GTK+ GUI 支持)
- emacs25-lucid(基於 Lucid 工具包的 GUI)
- emacs25-nox(無圖形使用者界面)
- xemacs21
據我所知,除了 emacs25-nox 之外,它們都有 gui 支持。
要安裝最新的軟體包,請以 root 身份執行:
# optional: fetch the latest package index files apt-get update # replace with the package you want to install: emacs, emacs25-lucid, emacs25-nox or xemacs21 apt-get install emacs
如果使用者真的想要他自己的版本,那麼告訴他應該自己編譯。那不是你作為管理員的工作。