How to Install and Uninstall yosys-dev Package on Kali Linux

Last updated: May 18,2024

1. Install "yosys-dev" package

In this section, we are going to explain the necessary steps to install yosys-dev on Kali Linux

$ sudo apt update $ sudo apt install yosys-dev

2. Uninstall "yosys-dev" package

Please follow the instructions below to uninstall yosys-dev on Kali Linux:

$ sudo apt remove yosys-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the yosys-dev package on Kali Linux

Package: yosys-dev
Source: yosys
Version: 0.33-5
Installed-Size: 506
Maintainer: Debian Science Maintainers
Architecture: amd64
Depends: tcl-dev, libffi-dev, libreadline-dev
Size: 102008
SHA256: 0d7081b936a5a5dee4965c74f7851301007cb865f982cf6bb5cf877629c608e2
SHA1: 5d1253fe429087cdc193f670a006e2eb5dfe331d
MD5sum: c1fe009b60f4bc8a180b414f70b3ebd0
Description: Framework for Verilog RTL synthesis (development files)
Yosys is a framework for Verilog RTL synthesis. It currently has extensive
Verilog-2005 support and provides a basic set of synthesis algorithms for
various application domains.
.
Yosys can be adapted to perform any synthesis job by combining the existing
passes (algorithms) using synthesis scripts and adding additional passes as
needed by extending the yosys C++ code base.
.
This package contains the headers and programs needed to build yosys plugins.
Description-md5:
Homepage: https://github.com/YosysHQ/yosys
Section: electronics
Priority: optional
Filename: pool/main/y/yosys/yosys-dev_0.33-5_amd64.deb