How to Install and Uninstall editorconfig Package on Kali Linux

Last updated: September 20,2024

1. Install "editorconfig" package

This guide covers the steps necessary to install editorconfig on Kali Linux

$ sudo apt update $ sudo apt install editorconfig

2. Uninstall "editorconfig" package

This guide covers the steps necessary to uninstall editorconfig on Kali Linux:

$ sudo apt remove editorconfig $ sudo apt autoclean && sudo apt autoremove

3. Information about the editorconfig package on Kali Linux

Package: editorconfig
Source: editorconfig-core (0.12.6-0.1)
Version: 0.12.6-0.1+b1
Installed-Size: 43
Maintainer: Jonas Smedegaard
Architecture: amd64
Depends: libc6 (>= 2.34), libeditorconfig0 (>= 0.11.0)
Size: 12176
SHA256: c078fa3fb1ffde13e2823cf5de5ac8d0a0d39cb0b58f32458cd1bb779e2fce1d
SHA1: 9917a5e8af6ea0fd9bdf50d72cda94b065667c0a
MD5sum: 2ea85ae99fdd80ba7a3f0c6fa89a9152
Description: coding style indenter for all editors - commandline tools
This package helps developers define and maintain
consistent coding styles between different editors and IDEs.
The EditorConfig project consists of a file format
for defining coding styles
and a collection of text editor plugins
that enable editors to read the file format
and adhere to defined styles.
.
EditorConfig files are easily readable
and they work nicely with version control systems.
.
This package provides editorconfig command which
can be used to reformat and indent code files
using editorconfig configuration file.
Description-md5:
Homepage: https://editorconfig.org/
Section: utils
Priority: optional
Filename: pool/main/e/editorconfig-core/editorconfig_0.12.6-0.1+b1_amd64.deb