How to Install and Uninstall texlive-geometry.noarch Package on AlmaLinux 8

Last updated: October 06,2024

1. Install "texlive-geometry.noarch" package

Please follow the step by step instructions below to install texlive-geometry.noarch on AlmaLinux 8

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

2. Uninstall "texlive-geometry.noarch" package

Learn how to uninstall texlive-geometry.noarch on AlmaLinux 8:

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

3. Information about the texlive-geometry.noarch package on AlmaLinux 8

Last metadata expiration check: 0:08:23 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : texlive-geometry
Epoch : 7
Version : 20180414
Release : 25.el8
Architecture : noarch
Size : 221 k
Source : texlive-20180414-25.el8.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).