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

Last updated: January 12,2025

1. Install "python3-myhdl.noarch" package

Please follow the steps below to install python3-myhdl.noarch on Fedora 39

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

2. Uninstall "python3-myhdl.noarch" package

Please follow the instructions below to uninstall python3-myhdl.noarch on Fedora 39:

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

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

Last metadata expiration check: 4:14:16 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-myhdl
Version : 0.11
Release : 12.fc39
Architecture : noarch
Size : 276 k
Source : python-myhdl-0.11-12.fc39.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.