Skip to content

Requirements

FrancescoMagliocco edited this page Aug 9, 2019 · 3 revisions

Vim-UCTags has one mandatory requirement: Universal-Ctags, which can be built from source at GitHub, or installed using your package manager.

apt-get

For Debian and Debian derivatives, you can run the following in a terminal of your choosing:

sudo apt-get -fV install universal-ctags --no-install-recommends

pacman

For Arch Linux and Arch Linux derivatives, you can run the following in a terminal of your choosing:

pacman -Syu universal-ctags-git

NOTE: You may need to issue this through sudo if you do not have sufficient privileges.

Additionally, you will need the find command―provided by the findutils* (Should be installed by default if on Linux)** package.
* Package name based on Debian repositories.
** If not installed by default, consult your package manager.