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

Last updated: September 21,2024

1. Install "texlive-fifo-stack.noarch" package

This guide covers the steps necessary to install texlive-fifo-stack.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install texlive-fifo-stack.noarch

2. Uninstall "texlive-fifo-stack.noarch" package

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

$ sudo dnf remove texlive-fifo-stack.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 4:23:36 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : texlive-fifo-stack
Epoch : 9
Version : svn33288.1.0
Release : 39.fc34
Architecture : noarch
Size : 18 k
Source : texlive-2020-39.fc34.src.rpm
Repository : updates
Summary : FIFO and stack implementation for package writers
URL : http://tug.org/texlive/
License : LPPL
Description : A LaTeX implementation of a combined FIFO Stack modified from
: the existing stack package by Benjamin Bayart. The package
: renames the original's \Push and \Pop commands \FSPush and
: \FSPop, and which work on the top/end of the FIFO/Stack), and
: adds the ability to \FSUnshift and \FSShift from the the
: bottom(front) of the FIFO/Stack.