If your an avid Emacs user as I am along with being a security geek then you may be disappointed to know that Emacs 24.X is not available in the Kali repos.
This is what you need to do if you want to use Emacs 24.X in your Kali instance:
This process assumes you are using a non-root account with sudo access.
1. Obtain the latest Emacs source package from GNU Emacs Repository.
2. Open a Terminal and extract the Emacs source package locally.
3. Type: sudo apt-get build-dep emacs23
4. Change to the directory where you extracted your Emacs source code.
5. Type: ./configure; make; sudo make install
Let it run and you will then have Emacs 24 installed on your system. It will show up in your Main Menu under Programming > Emacs.
Ping me on the #Kali IRC Freenode channel if you into any issues.
Subscribe to:
Post Comments (Atom)
Buying Ammo Online
Since firearms sales have been skyrocketing since March 2020 due to the Rona and riots in some of the US larger Democrat controlled cities, ...
-
If your an avid Emacs user as I am along with being a security geek then you may be disappointed to know that Emacs 24.X is not available in...
-
I have been reading through Thomas Brooks , Heaven on Earth and the book has been focusing a lot on the doctrine of assurance and thought...
-
Having been working in the Information Security industry for almost two decades, I've seen what has and has not worked well for organiza...
Justin, 2 questions -
ReplyDeleteYou typed "build-dep emacs23" - is that a typo, or do you get the dependencies for the older Emacs to build the current one?
Did you get the "eww" browser working? I (we) have a friend that could not get it going from his build from source, and I wondered if you had any luck?
- John D. Bell
John - That is the correct syntax. In the Kali Linux repo's emacs24 is not available, so you have to use the emacs23 package for getting the dependencies, but Emacs 24 source builds fine with them.
DeleteI never use eww for browsing, so I couldn't say.