---
title: "Vim Latex Suite Install on Ubuntu"
url: "http://andrewbolster.info/2011/10/vim-latex-suite-install-on-ubuntu/"
date: "2011-10-05T14:43:50Z"
tags: ["Linux","Ubuntu","latex","Package Management"]
categories: ["Instructional"]
---

Ubuntu doesn’t manage vim’s addons, so installing the `vim-latexsuite` package doesn’t actually put all the relevant hooks into your vim installation. To do that, (after installing the package) execute; `sudo vim-addons -w install latex-suite`
