How to Install and Uninstall editorconfig Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "editorconfig" package

Learn how to install editorconfig on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install editorconfig

2. Uninstall "editorconfig" package

Learn how to uninstall editorconfig on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the editorconfig package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: editorconfig
Priority: optional
Section: universe/utils
Installed-Size: 75
Maintainer: Ubuntu Developers
Original-Maintainer: Jonas Smedegaard
Architecture: amd64
Source: editorconfig-core
Version: 0.12.0-2
Depends: libc6 (>= 2.14), libpcre3
Filename: pool/universe/e/editorconfig-core/editorconfig_0.12.0-2_amd64.deb
Size: 16862
MD5sum: 82b8b00688141b454807ba4377578a92
SHA1: 9eb1f7f1663d7fb3937bb123a743c7ab757b0d30
SHA256: c6f31f36eb59b66152575e805d129f182e53c832d07ceddb31a2dad7de7e58e9
Description-en: 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: 50f8a1a5b59deb32abfd0a2ea08f5887
Homepage: http://editorconfig.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu