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

Last updated: May 19,2024

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

Please follow the guidance below to install compat-golang-github-tdewolff-minify-2-devel.noarch on Fedora 36

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

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

This guide let you learn how to uninstall compat-golang-github-tdewolff-minify-2-devel.noarch on Fedora 36:

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

3. Information about the compat-golang-github-tdewolff-minify-2-devel.noarch package on Fedora 36

Last metadata expiration check: 1:13:23 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : compat-golang-github-tdewolff-minify-2-devel
Version : 2.11.10
Release : 4.fc36
Architecture : noarch
Size : 12 k
Source : golang-github-tdewolff-minify-2.11.10-4.fc36.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 provides symbolic links that alias the following Go import paths to
: github.com/tdewolff/minify:
: – github.com/tdewolff/minify/v2
:
: Aliasing Go import paths via symbolic links or http redirects is fragile. If
: your Go code depends on this package, you should patch it to import directly
: github.com/tdewolff/minify.