How to Install and Uninstall yosys Package on Kali Linux

Last updated: May 03,2024

1. Install "yosys" package

Here is a brief guide to show you how to install yosys on Kali Linux

$ sudo apt update $ sudo apt install yosys

2. Uninstall "yosys" package

Please follow the steps below to uninstall yosys on Kali Linux:

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

3. Information about the yosys package on Kali Linux

Package: yosys
Version: 0.33-5
Installed-Size: 12433
Maintainer: Debian Science Maintainers
Architecture: amd64
Depends: libc6 (>= 2.35), libffi8 (>= 3.4), libgcc-s1 (>= 3.3.1), libreadline8 (>= 6.0), libstdc++6 (>= 13.1), libtcl8.6 (>= 8.6.0), zlib1g (>= 1:1.2.0), python3:any, python3-click, yosys-abc (>= 0.32-1)
Recommends: xdot
Size: 3023064
SHA256: f165118d04397e2689fa1123cb845c6d9f97aa15b0f2dec5ba0f3169e0d44ebe
SHA1: 2a78339040b24728fbb5a733f543a888652dc639
MD5sum: 5ac096a06da92fb9ad99eea99f3b7032
Description: Framework for Verilog RTL synthesis
This 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.
Description-md5:
Homepage: https://github.com/YosysHQ/yosys
Section: electronics
Priority: optional
Filename: pool/main/y/yosys/yosys_0.33-5_amd64.deb