How to Install and Uninstall potrace.x86_64 Package on CentOS 8 / RHEL 8

Last updated: May 19,2024

1. Install "potrace.x86_64" package

Here is a brief guide to show you how to install potrace.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install potrace.x86_64

2. Uninstall "potrace.x86_64" package

Please follow the guidelines below to uninstall potrace.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove potrace.x86_64 $ sudo dnf autoremove

3. Information about the potrace.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 7:34:44 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : potrace
Version : 1.15
Release : 3.el8
Architecture : x86_64
Size : 122 k
Source : potrace-1.15-3.el8.src.rpm
Repository : appstream
Summary : Transform bitmaps into vector graphics
URL : http://potrace.sourceforge.net
License : GPLv2+
Description : Potrace is a utility for tracing a bitmap, which means, transforming a bitmap
: into a smooth, scalable image. The input is a bitmap (PBM, PGM, PPM, or BMP
: format), and the default output is an encapsulated PostScript file (EPS).
: A typical use is to create EPS files from scanned data, such as company or
: university logos, handwritten notes, etc. The resulting image is not "jaggy"
: like a bitmap, but smooth. It can then be rendered at any resolution.
:
: Potrace can currently produce the following output formats: EPS, PostScript,
: PDF, SVG (scalable vector graphics), Xfig, Gimppath, and PGM (for easy
: antialiasing). Additional backends might be added in the future.
:
: Mkbitmap is a program distributed with Potrace which can be used to pre-process
: the input for better tracing behavior on greyscale and color images.