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

Last updated: October 05,2024

1. Install "ghdl.x86_64" package

This tutorial shows how to install ghdl.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install ghdl.x86_64

2. Uninstall "ghdl.x86_64" package

Here is a brief guide to show you how to uninstall ghdl.x86_64 on Fedora 34:

$ sudo dnf remove ghdl.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1:20:14 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ghdl
Version : 0.38~dev
Release : 11.20201208git83dfd49.fc34
Architecture : x86_64
Size : 10 M
Source : ghdl-0.38~dev-11.20201208git83dfd49.fc34.src.rpm
Repository : fedora
Summary : A VHDL simulator, using the GCC technology
URL : http://ghdl.free.fr/
License : GPLv2+ and GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD
Description : GHDL is the open-source analyzer, compiler, simulator and (experimental)
: synthesizer for VHDL, a Hardware Description Language (HDL). GHDL implements
: the VHDL language according to the 1987, 1993 and 2002 versions of the IEEE
: 1076 VHDL standard, and partial for 2008. It compiles VHDL files and creates
: a binary that simulates (or executes) your design. GHDL can also translate
: a design into a VHDL 1993 netlist, or it can be plugged into Yosys for
: open-source synthesis.
:
: Since GHDL is a compiler (i.e., it generates object files), you can call
: functions or procedures written in a foreign language, such as C, C++, Ada95
: or Python.