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

Last updated: September 22,2024

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

In this section, we are going to explain the necessary steps to install texlive-context-vim.noarch on Fedora 39

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

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

Please follow the step by step instructions below to uninstall texlive-context-vim.noarch on Fedora 39:

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

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

Last metadata expiration check: 3:27:49 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : texlive-context-vim
Epoch : 11
Version : svn62071
Release : 69.fc39
Architecture : noarch
Size : 22 k
Source : texlive-2023-69.fc39.src.rpm
Repository : fedora
Summary : Generate Context syntax highlighting code from vim
URL : http://tug.org/texlive/
License : BSD-3-Clause
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.