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

Last updated: October 12,2024

1. Install "texlive-dashrule.noarch" package

This guide let you learn how to install texlive-dashrule.noarch on Fedora 39

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

2. Uninstall "texlive-dashrule.noarch" package

Please follow the steps below to uninstall texlive-dashrule.noarch on Fedora 39:

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

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

Last metadata expiration check: 3:07:36 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : texlive-dashrule
Epoch : 11
Version : svn29579.1.3
Release : 69.fc39
Architecture : noarch
Size : 16 k
Source : texlive-2023-69.fc39.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.