How to Install and Uninstall texlive-adjustbox.noarch Package on Fedora 36

Last updated: October 07,2024

1. Install "texlive-adjustbox.noarch" package

Please follow the instructions below to install texlive-adjustbox.noarch on Fedora 36

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

2. Uninstall "texlive-adjustbox.noarch" package

Please follow the guidelines below to uninstall texlive-adjustbox.noarch on Fedora 36:

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

3. Information about the texlive-adjustbox.noarch package on Fedora 36

Last metadata expiration check: 0:17:04 ago on Thu Sep 8 14:04:51 2022.
Available Packages
Name : texlive-adjustbox
Epoch : 9
Version : svn56291
Release : 55.fc36
Architecture : noarch
Size : 32 k
Source : texlive-2021-55.fc36.src.rpm
Repository : fedora
Summary : Graphics package-alike macros for "general" boxes
URL : http://tug.org/texlive/
License : LPPL 1.3
Description : The package provides several macros to adjust boxed content.
: One purpose is to supplement the standard graphics package,
: which defines the macros \resizebox, \scalebox and \rotatebox ,
: with the macros\trimbox and \clipbox. The main feature is the
: general \adjustbox macro which extends the "key=value"
: interface of \includegraphics from the graphics package and
: applies it to general text content. Additional provided box
: macros are \lapbox, \marginbox, \minsizebox, \maxsizebox and
: \phantombox. All macros use the collectbox package to read the
: content as a box and not as a macro argument. This allows for
: all forms of content including special material like verbatim
: content. A special feature of collectbox is used to provide
: matching environments with the identical names as the macros.