How to Install and Uninstall texlive-import.noarch Package on Oracle Linux 9

Last updated: May 18,2024

1. Install "texlive-import.noarch" package

This tutorial shows how to install texlive-import.noarch on Oracle Linux 9

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

2. Uninstall "texlive-import.noarch" package

This guide let you learn how to uninstall texlive-import.noarch on Oracle Linux 9:

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

3. Information about the texlive-import.noarch package on Oracle Linux 9

Last metadata expiration check: 0:21:49 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : texlive-import
Epoch : 9
Version : 20200406
Release : 26.el9_2
Architecture : noarch
Size : 254 k
Source : texlive-20200406-26.el9_2.src.rpm
Repository : ol9_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.