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

Last updated: October 07,2024

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

Please follow the step by step instructions below to install perl-Image-Dot.noarch on Fedora 34

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

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

Please follow the guidance below to uninstall perl-Image-Dot.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:10:55 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : perl-Image-Dot
Version : 1.1
Release : 22.fc34
Architecture : noarch
Size : 14 k
Source : perl-Image-Dot-1.1-22.fc34.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.