How to Install and Uninstall texlive-beamer.noarch Package on CentOS 8 / RHEL 8

Last updated: November 30,2024

1. Install "texlive-beamer.noarch" package

Please follow the instructions below to install texlive-beamer.noarch on CentOS 8 / RHEL 8

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

2. Uninstall "texlive-beamer.noarch" package

This guide let you learn how to uninstall texlive-beamer.noarch on CentOS 8 / RHEL 8:

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

3. Information about the texlive-beamer.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 8:45:10 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : texlive-beamer
Epoch : 7
Version : 20180414
Release : 19.el8
Architecture : noarch
Size : 2.4 M
Source : texlive-20180414-19.el8.src.rpm
Repository : appstream
Summary : A LaTeX class for producing presentations and slides
URL : http://tug.org/texlive/
License : GPL+
Description : The beamer LaTeX class can be used for producing slides. Its
: functionality is similar to Prosper but does not need any
: external programs and can directly produce a presentation using
: pdflatex. Beamer uses pgf for pdf/ps independent graphics.
: Frames are created using \frame{...}, and a frame can build
: multiple slides through a simple notation for specifying
: material for each slide within a frame. Beamer supports
: bibliographies, appendicies and transitions. Short versions of
: title, authors, institute can also be specified as optional
: parameters. A \plainframe{} allows a picture, for example, to
: fill the whole frame. Support figure and table environments,
: transparency effects, a \transduration command, animation
: commands, a pauses environment. Beamer also provides
: compatibility with other packages like prosper. The package now
: incorporates the functionality of the former translator
: package, which is used for customising the package for use in
: other language environments.