How to Install and Uninstall golang-github-tdewolff-minify-devel.noarch Package on Fedora 35

Last updated: July 03,2024

1. Install "golang-github-tdewolff-minify-devel.noarch" package

Please follow the instructions below to install golang-github-tdewolff-minify-devel.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install golang-github-tdewolff-minify-devel.noarch

2. Uninstall "golang-github-tdewolff-minify-devel.noarch" package

In this section, we are going to explain the necessary steps to uninstall golang-github-tdewolff-minify-devel.noarch on Fedora 35:

$ sudo dnf remove golang-github-tdewolff-minify-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-tdewolff-minify-devel.noarch package on Fedora 35

Last metadata expiration check: 5:42:35 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : golang-github-tdewolff-minify-devel
Version : 2.11.10
Release : 3.fc35
Architecture : noarch
Size : 149 k
Source : golang-github-tdewolff-minify-2.11.10-3.fc35.src.rpm
Repository : updates
Summary : Go minifiers for web formats
URL : https://github.com/tdewolff/minify
License : MIT
Description : Minify is a minifier package written in Go. It provides HTML5, CSS3, JS, JSON,
: SVG and XML minifiers and an interface to implement any other minifier.
: Minification is the process of removing bytes from a file (such as whitespace)
: without changing its output and therefore shrinking its size and speeding up
: transmission over the internet and possibly parsing. The implemented minifiers
: are designed for high performance.
:
: The core functionality associates mimetypes with minification functions,
: allowing embedded resources (like CSS or JS within HTML files) to be minified as
: well. Users can add new implementations that are triggered based on a mimetype
: (or pattern), or redirect to an external command (like ClosureCompiler,
: UglifyCSS, ...).
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/tdewolff/minify