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

Last updated: January 17,2025

1. Install "texlive-lcg.noarch" package

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

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

2. Uninstall "texlive-lcg.noarch" package

Please follow the guidance below to uninstall texlive-lcg.noarch on Fedora 39:

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

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

Last metadata expiration check: 2:29:00 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : texlive-lcg
Epoch : 11
Version : svn31474.1.3
Release : 69.fc39
Architecture : noarch
Size : 17 k
Source : texlive-2023-69.fc39.src.rpm
Repository : fedora
Summary : Generate random integers
URL : http://tug.org/texlive/
License : LPPL-1.3c
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.