How to Install and Uninstall golang-github-disintegration-imaging-devel.noarch Package on Fedora 34

Last updated: May 18,2024

1. Install "golang-github-disintegration-imaging-devel.noarch" package

In this section, we are going to explain the necessary steps to install golang-github-disintegration-imaging-devel.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install golang-github-disintegration-imaging-devel.noarch

2. Uninstall "golang-github-disintegration-imaging-devel.noarch" package

Please follow the guidelines below to uninstall golang-github-disintegration-imaging-devel.noarch on Fedora 34:

$ sudo dnf remove golang-github-disintegration-imaging-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-disintegration-imaging-devel.noarch package on Fedora 34

Last metadata expiration check: 0:50:15 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : golang-github-disintegration-imaging-devel
Version : 1.6.2
Release : 3.fc34
Architecture : noarch
Size : 40 k
Source : golang-github-disintegration-imaging-1.6.2-3.fc34.src.rpm
Repository : fedora
Summary : Simple image processing package for Go
URL : https://github.com/disintegration/imaging
License : MIT
Description : Package imaging provides basic image processing functions (resize, rotate, crop,
: brightness/contrast adjustments, etc.).
:
: All the image processing functions provided by the package accept any image type
: that implements image.Image interface as an input, and return a new image of
: *image.NRGBA type (32bit RGBA colors, non-premultiplied alpha).
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/disintegration/imaging