How to Install and Uninstall texlive-sty2dtx.noarch Package on Fedora 36

Last updated: January 14,2025

1. Install "texlive-sty2dtx.noarch" package

This guide let you learn how to install texlive-sty2dtx.noarch on Fedora 36

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

2. Uninstall "texlive-sty2dtx.noarch" package

Please follow the guidelines below to uninstall texlive-sty2dtx.noarch on Fedora 36:

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

3. Information about the texlive-sty2dtx.noarch package on Fedora 36

Last metadata expiration check: 4:45:21 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : texlive-sty2dtx
Epoch : 9
Version : 20210325
Release : 47.fc36
Architecture : noarch
Size : 164 k
Source : texlive-base-20210325-47.fc36.src.rpm
Repository : fedora
Summary : Create a .dtx file from a .sty file
URL : http://tug.org/texlive/
License : GPLv3+
Description : The package provides a Perl script that converts a .sty file
: (LaTeX package) to .dtx format (documented LaTeX source), by
: surrounding macro definitions with macro and macrocode
: environments. The macro name is automatically inserted as an
: argument to the macro environemnt. Code lines outside macro
: definitions are wrapped only in macrocode environments. Empty
: lines are removed. The script should not be thought to be fool
: proof and 100% accurate but rather as a good start to the
: business of making a .dtx file from an undocumented style file.
: Full .dtx files are generated. A template based on the skeleton
: file from 'dtxtut' is used. User level macros are added
: automatically to the 'Usage' section of the .dtx file. A
: corresponding .ins file can be generated as well.