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

Last updated: May 07,2024

1. Install "abc.x86_64" package

Please follow the guidance below to install abc.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install abc.x86_64

2. Uninstall "abc.x86_64" package

Please follow the guidance below to uninstall abc.x86_64 on Fedora 35:

$ sudo dnf remove abc.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 0:52:52 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : abc
Version : 1.01
Release : 31.git20210328.fc35
Architecture : x86_64
Size : 18 k
Source : abc-1.01-31.git20210328.fc35.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.