How to Install and Uninstall python3-myhdl.noarch Package on Fedora 36

Last updated: January 09,2025

1. Install "python3-myhdl.noarch" package

Please follow the guidelines below to install python3-myhdl.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install python3-myhdl.noarch

2. Uninstall "python3-myhdl.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-myhdl.noarch on Fedora 36:

$ sudo dnf remove python3-myhdl.noarch $ sudo dnf autoremove

3. Information about the python3-myhdl.noarch package on Fedora 36

Last metadata expiration check: 2:38:57 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-myhdl
Version : 0.11
Release : 7.fc36
Architecture : noarch
Size : 199 k
Source : python-myhdl-0.11-7.fc36.src.rpm
Repository : fedora
Summary : A python hardware description and verification language
URL : http://myhdl.org
License : LGPLv2+
Description : python-myhdl is a Python3 hardware description and verification language that
: helps you go from Python to silicon. MyHDL code can be converted to Verilog
: and VHDL. It can also be used to convert signals, do co-simulation
: with Verilog, generating test benches with test vectors for VHDL, Verilog and
: supports viewing waveform by tracing signal changes in a VCD file.