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

Last updated: May 15,2024

1. Install "vim-ultisnips" package

This tutorial shows how to install vim-ultisnips on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install vim-ultisnips

2. Uninstall "vim-ultisnips" package

This is a short guide on how to uninstall vim-ultisnips on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: vim-ultisnips
Priority: optional
Section: universe/editors
Installed-Size: 1406
Maintainer: Ubuntu Developers
Original-Maintainer: Michael Fladischer
Architecture: all
Version: 3.1-3
Depends: vim-addon-manager, vim-nox | vim-python, python:any (>= 2.7.5-5~)
Recommends: vim-snippets
Filename: pool/universe/v/vim-ultisnips/vim-ultisnips_3.1-3_all.deb
Size: 1128558
MD5sum: 93697634c15e6c389ae9cb60fc71d1ea
SHA1: eef727725f7ec40df72f618b1933f8941133ca47
SHA256: 0c146b7b975ac6125e3ab20ad8f00820f10a9e96e1b582e75bab0e88a83fda97
Description-en: snippet solution for Vim
UltiSnips provides snippet management for the Vim editor. A snippet is a short
piece of text that is either re-used often or contains a lot of redundant
text. UltiSnips allows you to insert a snippet with only a few key strokes.
Snippets are common in structured text like source code but can also be used
for general editing like, for example, inserting a signature in an email or
inserting the current date in a text file.
.
This plugin can utilize the snippets provided by the vim-snippets package.
Description-md5: 5bd641c7047d68e9501886954169acbd
Homepage: https://github.com/SirVer/ultisnips
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu