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

Last updated: November 28,2024

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

Please follow the instructions below to install perl-Image-Dot.noarch on Fedora 38

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

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

Please follow the guidelines below to uninstall perl-Image-Dot.noarch on Fedora 38:

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

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

Last metadata expiration check: 0:20:28 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : perl-Image-Dot
Version : 1.1
Release : 28.fc38
Architecture : noarch
Size : 14 k
Source : perl-Image-Dot-1.1-28.fc38.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.