How to Install and Uninstall elpa-language-id Package on Kali Linux

Last updated: November 07,2024

1. Install "elpa-language-id" package

In this section, we are going to explain the necessary steps to install elpa-language-id on Kali Linux

$ sudo apt update $ sudo apt install elpa-language-id

2. Uninstall "elpa-language-id" package

Here is a brief guide to show you how to uninstall elpa-language-id on Kali Linux:

$ sudo apt remove elpa-language-id $ sudo apt autoclean && sudo apt autoremove

3. Information about the elpa-language-id package on Kali Linux

Package: elpa-language-id
Source: emacs-language-id
Version: 0.19-2
Installed-Size: 35
Maintainer: Debian Emacsen team
Architecture: all
Depends: dh-elpa-helper, emacsen-common
Recommends: emacs (>= 46.0)
Enhances: emacs
Size: 5788
SHA256: 732c98a328ce60a5c99f1be6bc03b1846bf7d786762dbd95aa95725f3a4c4211
SHA1: d5729e94a00609795105bccbdaa0a3b71547570b
MD5sum: d0e8e897b47ed458e8fd72a71bbad1a9
Description: Library to work with programming language identifiers
language-id is a small, focused library that helps other Emacs
packages identify the programming languages and markup languages
used in Emacs buffers. The main point is that it contains an
evolving table of language definitions that doesn't need to be
replicated in other packages.
.
Right now there is only one public function, `language-id-buffer'.
It looks at the major mode and other variables and returns the
language's GitHub Linguist identifier. We can add support for
other kinds of identifiers if there is demand.
.
This library does not do any statistical text matching to guess the
language.
Description-md5:
Homepage: https://github.com/lassik/emacs-language-id
Section: editors
Priority: optional
Filename: pool/main/e/emacs-language-id/elpa-language-id_0.19-2_all.deb

5. The same packages on other Linux Distributions