How to Install and Uninstall texlive-dvisvgm.x86_64 Package on AlmaLinux 8

Last updated: April 30,2024

1. Install "texlive-dvisvgm.x86_64" package

In this section, we are going to explain the necessary steps to install texlive-dvisvgm.x86_64 on AlmaLinux 8

$ sudo dnf update $ sudo dnf install texlive-dvisvgm.x86_64

2. Uninstall "texlive-dvisvgm.x86_64" package

Please follow the step by step instructions below to uninstall texlive-dvisvgm.x86_64 on AlmaLinux 8:

$ sudo dnf remove texlive-dvisvgm.x86_64 $ sudo dnf autoremove

3. Information about the texlive-dvisvgm.x86_64 package on AlmaLinux 8

Last metadata expiration check: 0:15:16 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : texlive-dvisvgm
Epoch : 7
Version : 20180414
Release : 25.el8
Architecture : x86_64
Size : 1.4 M
Source : texlive-20180414-25.el8.src.rpm
Repository : appstream
Summary : Convert DVI files to Scalable Vector Graphics format (SVG)
URL : http://tug.org/texlive/
License : GPL+
Description : Dvisvgm is a command line utility that converts TeX DVI files
: to the XML-based Scalable Vector Graphics (SVG) format. It
: provides full font support including virtual fonts, font maps,
: and sub-fonts. If necessary, dvisvgm vectorizes Metafont's
: bitmap output in order to always create lossless scalable
: output. The embedded SVG fonts can optionally be replaced with
: graphics paths so that applications that don't support SVG
: fonts are enabled to render the graphics properly. Besides many
: other features, dvisvgm also supports color, emTeX, tpic, PDF
: mapfile and PostScript specials. Users will need a working TeX
: installation including the kpathsea library. For more detailed
: information, see the project page.