this post was submitted on 13 Jan 2025
6 points (87.5% liked)

Emacs

2281 readers
2 users here now

Our infinitely powerful editor.

founded 5 years ago
MODERATORS
6
submitted 4 days ago* (last edited 3 days ago) by MITM0@lemmy.world to c/emacs@lemmy.ml
 

Okay, so this is probably a stupid question, I use Pop!_OS & the current emacs version is Emacs-27 So, If I had to install the latest one (Emacs-29.1 or even Emacs-30.0.93) what does one have to do, compile it manually ?

Or is there another way ?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] theit8514@lemmy.world 3 points 4 days ago (4 children)

There is a snap package which should be more up-to-date, but I'm not sure I would recommend that for an editor. Compiling from source would be fine, as it will default install into /usr/local and shouldn't affect the existing install. Afterwards you may need to update the link to emacs in your /bin folder (manually or via update alternatives) or add the folder where the new emacs is to your path at the front.

[โ€“] bunitor 1 points 4 days ago

if the snap package is anything like the flatpak, i wouldn't recommend it. the sandboxing gets in the way of a lot of stuff, including compilation, lsp, etc. it was a pain last time i tried it, unfortunately

load more comments (3 replies)