How to Install and Uninstall texlive-context-vim.noarch Package on Fedora 34

Last updated: September 23,2024

1. Install "texlive-context-vim.noarch" package

This tutorial shows how to install texlive-context-vim.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install texlive-context-vim.noarch

2. Uninstall "texlive-context-vim.noarch" package

Learn how to uninstall texlive-context-vim.noarch on Fedora 34:

$ sudo dnf remove texlive-context-vim.noarch $ sudo dnf autoremove

3. Information about the texlive-context-vim.noarch package on Fedora 34

Last metadata expiration check: 4:02:49 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : texlive-context-vim
Epoch : 9
Version : svn54913
Release : 39.fc34
Architecture : noarch
Size : 21 k
Source : texlive-2020-39.fc34.src.rpm
Repository : updates
Summary : Generate Context syntax highlighting code from vim
URL : http://tug.org/texlive/
License : BSD
Description : ConTeXt has excellent pretty printing capabilities for many
: languages. The code for pretty printing is written in TeX, and
: due to catcode juggling, such verbatim typesetting is perhaps
: the trickiest part of TeX. This makes it difficult for a
: "normal" user to define syntax highlighting rules for a new
: language. This module takes the onus of defining syntax
: highlighting rules away from the user and uses ViM editor to
: generate the syntax highlighting. There is a helper
: 2context.vim script to do the syntax parsing in ViM.