How to Install and Uninstall nodejs-svgo.noarch Package on Oracle Linux 9

Last updated: September 28,2024

1. Install "nodejs-svgo.noarch" package

Learn how to install nodejs-svgo.noarch on Oracle Linux 9

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

2. Uninstall "nodejs-svgo.noarch" package

This guide covers the steps necessary to uninstall nodejs-svgo.noarch on Oracle Linux 9:

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

3. Information about the nodejs-svgo.noarch package on Oracle Linux 9

Last metadata expiration check: 2:49:22 ago on Thu Feb 15 07:50:05 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.