How to Install and Uninstall perl-Image-Dot.noarch Package on Fedora 36

Last updated: April 28,2024

1. Install "perl-Image-Dot.noarch" package

This guide covers the steps necessary to install perl-Image-Dot.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-Image-Dot.noarch

2. Uninstall "perl-Image-Dot.noarch" package

Please follow the steps below to uninstall perl-Image-Dot.noarch on Fedora 36:

$ sudo dnf remove perl-Image-Dot.noarch $ sudo dnf autoremove

3. Information about the perl-Image-Dot.noarch package on Fedora 36

Last metadata expiration check: 4:35:39 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-Image-Dot
Version : 1.1
Release : 25.fc36
Architecture : noarch
Size : 14 k
Source : perl-Image-Dot-1.1-25.fc36.src.rpm
Repository : fedora
Summary : Create 1x1 pixel image files in pure perl
URL : https://metacpan.org/release/Image-Dot
License : GPL+ or Artistic
Description : This package provides 1x1 pixel PNG images of a certain RGB color (also
: with transparency) without relying on any external modules like GD, libpng
: or Compress::Zlib. These pixel dots can be useful in a pure-perl HTTP
: server to be able to create colored dots on-the-fly, e.g. for formatting or
: drawing purposes.