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

Last updated: May 05,2024

1. Install "abc.x86_64" package

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

$ sudo dnf update $ sudo dnf install abc.x86_64

2. Uninstall "abc.x86_64" package

In this section, we are going to explain the necessary steps to uninstall abc.x86_64 on Fedora 34:

$ sudo dnf remove abc.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 5:56:02 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : abc
Version : 1.01
Release : 30.git20210328.fc34
Architecture : x86_64
Size : 19 k
Source : abc-1.01-30.git20210328.fc34.src.rpm
Repository : fedora
Summary : Sequential logic synthesis and formal verification
URL : http://www.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.