How to Install and Uninstall texlive-lcg.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "texlive-lcg.noarch" package

Please follow the guidance below to install texlive-lcg.noarch on Fedora 34

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

2. Uninstall "texlive-lcg.noarch" package

Please follow the instructions below to uninstall texlive-lcg.noarch on Fedora 34:

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

3. Information about the texlive-lcg.noarch package on Fedora 34

Last metadata expiration check: 2:20:55 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : texlive-lcg
Epoch : 9
Version : svn31474.1.3
Release : 39.fc34
Architecture : noarch
Size : 18 k
Source : texlive-2020-39.fc34.src.rpm
Repository : updates
Summary : Generate random integers
URL : http://tug.org/texlive/
License : LPPL
Description : The lcg package generates random numbers (integers) via a
: linear congruential generator (Schrage's method). The random
: numbers are written to a counter. The keyval package is used
: for the user to provide values for the range and a seed, and
: for the name of the counter to be used.