How to Install and Uninstall nodejs-svgo.noarch Package on CentOS Stream 9

Last updated: September 30,2024

1. Install "nodejs-svgo.noarch" package

Please follow the step by step instructions below to install nodejs-svgo.noarch on CentOS Stream 9

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

2. Uninstall "nodejs-svgo.noarch" package

Please follow the guidance below to uninstall nodejs-svgo.noarch on CentOS Stream 9:

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

3. Information about the nodejs-svgo.noarch package on CentOS Stream 9

Last metadata expiration check: 2:06:56 ago on Sat Mar 16 16:03:45 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.