Install vim-puppet
Installing vim-puppet package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install vim-puppet
vim-puppet package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | vim-puppet |
version | 3.8.5-2 |
description | syntax highlighting for puppet manifests in vim |
subsection | admin |
website | projects.puppetlabs.com / projects / puppet |
maintainer | Puppet Package Maintainers |
Uninstall vim-puppet
To remove just vim-puppet package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove vim-puppet
Uninstall vim-puppet and it’s dependent packages
To remove the vim-puppet package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove vim-puppet
Purging vim-puppet
If you also want to delete configuration and/or data files of vim-puppet from Debian Sid then this will work:
sudo apt-get purge vim-puppet
To delete configuration and/or data files of vim-puppet and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove vim-puppet