How to Install and Uninstall yosys Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "yosys" package

In this section, we are going to explain the necessary steps to install yosys on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install yosys

2. Uninstall "yosys" package

Please follow the instructions below to uninstall yosys on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the yosys package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: yosys
Priority: optional
Section: universe/electronics
Installed-Size: 5337
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Maintainers
Architecture: amd64
Version: 0.5.0+20151013gitf13e387-1
Depends: libc6 (>= 2.11), libffi6 (>= 3.0.4), libgcc1 (>= 1:3.0), libreadline6 (>= 6.0), libstdc++6 (>= 5.2), libtcl8.6 (>= 8.6.0), berkeley-abc (>= 1.01), xdot
Filename: pool/universe/y/yosys/yosys_0.5.0+20151013gitf13e387-1_amd64.deb
Size: 1504824
MD5sum: 897954c2df3874f7dfedf646551f16d6
SHA1: d7fe85f9f7863c4dda38567c67ededdcaa313083
SHA256: 9609116d0926a93dae3bae4ebe1c57bbe75c1c9dc9fa67faef0fa75eaa8e7e2b
Description-en: 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: b4a38d1bfabb13bedbd16816bf4105ab
Homepage: http://www.clifford.at/yosys
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu