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

Last updated: October 05,2024

1. Install "python3-myhdl.noarch" package

Please follow the step by step instructions below to install python3-myhdl.noarch on Fedora 34

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

2. Uninstall "python3-myhdl.noarch" package

This tutorial shows how to uninstall python3-myhdl.noarch on Fedora 34:

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

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

Last metadata expiration check: 5:40:51 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-myhdl
Version : 0.11
Release : 4.fc34
Architecture : noarch
Size : 197 k
Source : python-myhdl-0.11-4.fc34.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.