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

Last updated: November 29,2024

1. Install "texlive-import.noarch" package

This guide let you learn how to install texlive-import.noarch on CentOS 8 / RHEL 8

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

2. Uninstall "texlive-import.noarch" package

Please follow the steps below to uninstall texlive-import.noarch on CentOS 8 / RHEL 8:

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

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

Last metadata expiration check: 1 day, 8:47:35 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : texlive-import
Epoch : 7
Version : 20180414
Release : 19.el8
Architecture : noarch
Size : 266 k
Source : texlive-20180414-19.el8.src.rpm
Repository : appstream
Summary : Establish input relative to a directory
URL : http://tug.org/texlive/
License : Public Domain
Description : The commands \import{full_path}{file} and
: \subimport{path_extension}{file} set up input through standard
: LaTeX mechanisms (\input, \include and \includegraphics) to
: load files relative to the \import-ed directory. There are also
: \includefrom, \subincludefrom, and * variants of the commands.