How to Install and Uninstall texlive-fetchcls Package on openSUSE Leap

Last updated: November 23,2024

1. Install "texlive-fetchcls" package

Learn how to install texlive-fetchcls on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install texlive-fetchcls

2. Uninstall "texlive-fetchcls" package

This guide covers the steps necessary to uninstall texlive-fetchcls on openSUSE Leap:

$ sudo zypper remove texlive-fetchcls

3. Information about the texlive-fetchcls package on openSUSE Leap

Information for package texlive-fetchcls:
-----------------------------------------
Repository : Main Repository
Name : texlive-fetchcls
Version : 2021.189.1.0svn45245-150400.18.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 1.2 KiB
Installed : No
Status : not installed
Source package : texlive-specs-i-2021-150400.18.1.src
Upstream URL : http://www.tug.org/texlive/
Summary : Fetch the current class name
Description :
With standard LaTeX you are able to check for the class in use
invoking the kernel command \@ifclassloaded. However, doing so
you cannot get the explicit class name, unless you want to loop
over every possible class name until \@ifclassloaded returns
true -- don't do that! With the help of the present package you
can obtain the name of the current class with significantly
less effort. Just load the package as usual:
\usepackage{fetchcls}; then, the control sequence \classname
will hold the name you were looking for.

5. The same packages on other Linux Distributions