How to Install and Uninstall texlive-comment.noarch Package on Fedora 38

Last updated: November 29,2024

1. Install "texlive-comment.noarch" package

This tutorial shows how to install texlive-comment.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install texlive-comment.noarch

2. Uninstall "texlive-comment.noarch" package

Please follow the guidance below to uninstall texlive-comment.noarch on Fedora 38:

$ sudo dnf remove texlive-comment.noarch $ sudo dnf autoremove

3. Information about the texlive-comment.noarch package on Fedora 38

Last metadata expiration check: 5:20:02 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : texlive-comment
Epoch : 10
Version : svn41927
Release : 65.fc38
Architecture : noarch
Size : 19 k
Source : texlive-2022-65.fc38.src.rpm
Repository : fedora
Summary : Selectively include/excludes portions of text
URL : http://tug.org/texlive/
License : GPL-1.0-or-later
Description : Selectively include/exclude pieces of text, allowing the user
: to define new, separately controlled, comment versions. All
: text between \comment ... \endcomment or \begin{comment} ...
: \end{comment} is discarded. The opening and closing commands
: should appear on a line of their own. No starting spaces,
: nothing after it. This environment should work with arbitrary
: amounts of comment, and the comment can be arbitrary text.
: Other 'comment' environments are defined and
: selected/deselected with \includecomment{versiona} and
: \excludecoment{versionb} These environments are used as
: \versiona ... \endversiona or \begin{versiona} ...
: \end{versiona} with the opening and closing commands again on a
: line of their own.