Installing emacs on buster
so many ways to get software
- tags
- emacs
- debian
- flatpak
Contents
I've already written about installing emacs-snapshot on debian buster, here are two additional ways. The first is to use flatpak, and the other is to build from source.
Flatpack
|
|
Then:
|
|
And running it:
|
|
You can then pin it in your dock and you are good to go.
From Source
For buster debian, make sure you have the deb-src lines in your /etc/apt/sources.list
|
|
Then lets add the dependancies and pull down the emacs source code:
|
|
Now we can run ./autogen.sh
and ./configure
:
|
|
You can test this out by running:
|
|
Or just install it:
|
|
.desktop
file:
This is what I have in my ~/.local/share/applications/emacs.desktop
:
|
|
Native json support test
The whole point of this for me was to see if we have native json support. We can test this with:
|
|
Native JSON is available
Previously
Next