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

Last updated: October 13,2024

1. Install "texlive-dashrule.noarch" package

Please follow the guidance below to install texlive-dashrule.noarch on Fedora 38

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

2. Uninstall "texlive-dashrule.noarch" package

In this section, we are going to explain the necessary steps to uninstall texlive-dashrule.noarch on Fedora 38:

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

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

Last metadata expiration check: 2:56:45 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : texlive-dashrule
Epoch : 10
Version : svn29579.1.3
Release : 65.fc38
Architecture : noarch
Size : 15 k
Source : texlive-2022-65.fc38.src.rpm
Repository : fedora
Summary : Draw dashed rules
URL : http://tug.org/texlive/
License : LPPL-1.3c
Description : The dashrule package makes it easy to draw a huge variety of
: dashed rules (i.e., lines) in LaTeX. dashrule provides a
: command, \hdashrule, which is a cross between LaTeX's \rule and
: PostScript's setdash command. \hdashrule draws horizontally
: dashed rules using the same syntax as \rule, but with an
: additional, setdash-like parameter that specifies the pattern
: of dash segments and the space between those segments. Because
: dashrule's rules are constructed internally using \rule (as
: opposed to, e.g., PostScript \specials) they are fully
: compatible with every LaTeX back-end processor.