How to Install and Uninstall nodejs-svgo.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "nodejs-svgo.noarch" package

Please follow the step by step instructions below to install nodejs-svgo.noarch on Fedora 34

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

2. Uninstall "nodejs-svgo.noarch" package

Please follow the step by step instructions below to uninstall nodejs-svgo.noarch on Fedora 34:

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

3. Information about the nodejs-svgo.noarch package on Fedora 34

Last metadata expiration check: 4:11:25 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : nodejs-svgo
Version : 2.8.0
Release : 2.fc34
Architecture : noarch
Size : 613 k
Source : nodejs-svgo-2.8.0-2.fc34.src.rpm
Repository : updates
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.