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

Last updated: May 03,2024

1. Install "vim-tabular" package

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

$ sudo apt update $ sudo apt install vim-tabular

2. Uninstall "vim-tabular" package

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

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

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

Package: vim-tabular
Priority: optional
Section: universe/editors
Installed-Size: 104
Maintainer: Ubuntu Developers
Original-Maintainer: Andrea Capriotti
Architecture: all
Version: 1.0-3
Depends: vim, vim-addon-manager
Filename: pool/universe/v/vim-tabular/vim-tabular_1.0-3_all.deb
Size: 15696
MD5sum: 1cb6876936f34b9e6d62105311e72cc2
SHA1: f87ac55d392f6fc775e031d63cf75dd5c5a7273d
SHA256: 567106a9dcbe2a71ba84cfa62d25cfa8bd8c4397ab2b92dd1971c8fd2f729b26
Description-en: Vim script for text filtering and alignment
Sometimes, it's useful to line up text. Naturally, it's nicer to have the
computer do this for you, since aligning things by hand quickly becomes
unpleasant. While there are other plugins for aligning text, the ones I've
tried are either impossibly difficult to understand and use, or too simplistic
to handle complicated tasks. This plugin aims to make the easy things easy and
the hard things possible, without providing an unnecessarily obtuse interface.
It's still a work in progress, and criticisms are welcome.
Description-md5: 930da261f691c9917dfbccc297d582dc
Homepage: https://github.com/godlygeek/tabular
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu