How to Install and Uninstall abc.x86_64 Package on Fedora 36

Last updated: May 07,2024

1. Install "abc.x86_64" package

Please follow the instructions below to install abc.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install abc.x86_64

2. Uninstall "abc.x86_64" package

This is a short guide on how to uninstall abc.x86_64 on Fedora 36:

$ sudo dnf remove abc.x86_64 $ sudo dnf autoremove

3. Information about the abc.x86_64 package on Fedora 36

Last metadata expiration check: 0:41:31 ago on Thu Sep 8 14:04:51 2022.
Available Packages
Name : abc
Version : 1.01
Release : 33.git20211229.fc36
Architecture : x86_64
Size : 19 k
Source : abc-1.01-33.git20211229.fc36.src.rpm
Repository : fedora
Summary : Sequential logic synthesis and formal verification
URL : https://people.eecs.berkeley.edu/~alanmi/abc/abc.htm
License : MIT
Description : ABC is a growing software system for synthesis and verification of
: binary sequential logic circuits appearing in synchronous hardware
: designs. ABC combines scalable logic optimization based on And-Inverter
: Graphs (AIGs), optimal-delay DAG-based technology mapping for look-up
: tables and standard cells, and innovative algorithms for sequential
: synthesis and verification.
:
: ABC provides an experimental implementation of these algorithms and a
: programming environment for building similar applications. Future
: development will focus on improving the algorithms and making most of
: the packages stand-alone. This will allow the user to customize ABC for
: their needs as if it were a toolbox rather than a complete tool.