How to Install and Uninstall texlive-geometry.noarch Package on Rocky Linux 9

Last updated: May 18,2024

1. Install "texlive-geometry.noarch" package

This is a short guide on how to install texlive-geometry.noarch on Rocky Linux 9

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

2. Uninstall "texlive-geometry.noarch" package

Please follow the instructions below to uninstall texlive-geometry.noarch on Rocky Linux 9:

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

3. Information about the texlive-geometry.noarch package on Rocky Linux 9

Last metadata expiration check: 1:48:09 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : texlive-geometry
Epoch : 9
Version : 20200406
Release : 26.el9_2
Architecture : noarch
Size : 854 k
Source : texlive-20200406-26.el9_2.src.rpm
Repository : appstream
Summary : Flexible and complete interface to document dimensions
URL : http://tug.org/texlive/
License : LPPL
Description : The package provides an easy and flexible user interface to
: customize page layout, implementing auto-centering and auto-
: balancing mechanisms so that the users have only to give the
: least description for the page layout. For example, if you want
: to set each margin 2cm without header space, what you need is
: just \usepackage[margin=2cm,nohead]{geometry}. The package
: knows about all the standard paper sizes, so that the user need
: not know what the nominal 'real' dimensions of the paper are,
: just its standard name (such as a4, letter, etc.). An important
: feature is the package's ability to communicate the paper size
: it's set up to the output (whether via DVI \specials or via
: direct interaction with PDF(La)TeX).