How to Install and Uninstall potrace.src Package on Oracle Linux 8

Last updated: April 30,2024

1. Install "potrace.src" package

In this section, we are going to explain the necessary steps to install potrace.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install potrace.src

2. Uninstall "potrace.src" package

This guide covers the steps necessary to uninstall potrace.src on Oracle Linux 8:

$ sudo dnf remove potrace.src $ sudo dnf autoremove

3. Information about the potrace.src package on Oracle Linux 8

Last metadata expiration check: 0:00:25 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : potrace
Version : 1.15
Release : 3.el8
Architecture : src
Size : 1.0 M
Source : None
Repository : ol8_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.