How to Install and Uninstall texlive-dvisvgm.x86_64 Package on CentOS 8 / RHEL 8

Last updated: November 30,2024

1. Install "texlive-dvisvgm.x86_64" package

Please follow the instructions below to install texlive-dvisvgm.x86_64 on CentOS 8 / RHEL 8

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

2. Uninstall "texlive-dvisvgm.x86_64" package

This is a short guide on how to uninstall texlive-dvisvgm.x86_64 on CentOS 8 / RHEL 8:

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

3. Information about the texlive-dvisvgm.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 8:46:12 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : texlive-dvisvgm
Epoch : 7
Version : 20180414
Release : 19.el8
Architecture : x86_64
Size : 1.4 M
Source : texlive-20180414-19.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.