How to Install and Uninstall nodejs-svgo.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: July 02,2024

1. Install "nodejs-svgo.noarch" package

This is a short guide on how to install nodejs-svgo.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install nodejs-svgo.noarch

2. Uninstall "nodejs-svgo.noarch" package

This tutorial shows how to uninstall nodejs-svgo.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove nodejs-svgo.noarch $ sudo dnf autoremove

3. Information about the nodejs-svgo.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:00:46 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : nodejs-svgo
Version : 2.8.0
Release : 5.el9
Architecture : noarch
Size : 613 k
Source : nodejs-svgo-2.8.0-5.el9.src.rpm
Repository : epel
Summary : Nodejs-based tool for optimizing SVG vector graphics files
URL : https://github.com/svg/svgo
License : MIT and BSD and ISC and CC0
Description : SVG Optimizer is a Nodejs-based tool for optimizing SVG vector graphics files.
:
: Why?
:
: SVG files, especially those exported from various editors, usually contain a
: lot of redundant and useless information. This can include editor metadata,
: comments, hidden elements, default or non-optimal values and other stuff that
: can be safely removed or converted without affecting the SVG rendering result.