How to Install and Uninstall vim-plugin-snipmate Package on openSuSE Tumbleweed

Last updated: July 03,2024

1. Install "vim-plugin-snipmate" package

This guide let you learn how to install vim-plugin-snipmate on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install vim-plugin-snipmate

2. Uninstall "vim-plugin-snipmate" package

Please follow the guidance below to uninstall vim-plugin-snipmate on openSuSE Tumbleweed:

$ sudo zypper remove vim-plugin-snipmate

3. Information about the vim-plugin-snipmate package on openSuSE Tumbleweed

Information for package vim-plugin-snipmate:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : vim-plugin-snipmate
Version : 0.83-60.1
Arch : noarch
Vendor : openSUSE
Installed Size : 73.4 KiB
Installed : No
Status : not installed
Source package : vim-plugins-7.3.0-60.1.src
Upstream URL : http://www.vim.org/
Summary : Implements some of TextMate's snippets features in Vim
Description :
snipMate aims to be an unobtrusive, concise vim script that implements some of
TextMate's snippets features in Vim. A snippet is a piece of often-typed text
that you can insert into your document using a trigger word followed by a
.
For instance, in a C file using the default installation of snipMate.vim, if
you type "for" in insert mode, it will expand a typical for loop in C:
for (i = 0; i < count; i++) {
}

5. The same packages on other Linux Distributions