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

Last updated: May 17,2024

1. Install "vim-editorconfig" package

This guide covers the steps necessary to install vim-editorconfig on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install vim-editorconfig

2. Uninstall "vim-editorconfig" package

Please follow the steps below to uninstall vim-editorconfig on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: vim-editorconfig
Priority: optional
Section: universe/editors
Installed-Size: 51
Maintainer: Ubuntu Developers
Original-Maintainer: Michael Fladischer
Architecture: all
Version: 0.3.3+dfsg-1
Depends: editorconfig, vim
Recommends: vim-addon-manager
Filename: pool/universe/v/vim-editorconfig/vim-editorconfig_0.3.3+dfsg-1_all.deb
Size: 9988
MD5sum: e334d37094b13fd9040c30ed5711edc1
SHA1: 7cfbf569b9aa73b640471931b11cbbc97819753a
SHA256: c232b5192dd29161f7a5cb4a0d6669c2a6a627719f51f1dd8747e9e94c8f090f
Description-en: EditorConfig Plugin for Vim
EditorConfig helps developers define and maintain consistent coding styles for
their projects for 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 readibly and they work nicely
with version control systems.
.
The EditorConfig Vim plugin supports the following EditorConfig properties:
* indent_style
* indent_size
* tab_width
* end_of_line
* charset
* insert_final_newline
* trim_trailing_whitespace
* max_line_length
* root (only used by EditorConfig core)
Description-md5: 678a397696db47878a35dc272c385244
Homepage: https://github.com/editorconfig/editorconfig-vim
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu