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

Last updated: May 21,2024

1. Install "qrouter" package

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

$ sudo apt update $ sudo apt install qrouter

2. Uninstall "qrouter" package

This guide let you learn how to uninstall qrouter on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove qrouter $ sudo apt autoclean && sudo apt autoremove

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

Package: qrouter
Priority: optional
Section: universe/electronics
Installed-Size: 223
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Maintainers
Architecture: amd64
Version: 1.3.33-1
Depends: libc6 (>= 2.14), libtcl8.6 (>= 8.6.0), libtk8.6 (>= 8.6.0), libx11-6, tkcon
Filename: pool/universe/q/qrouter/qrouter_1.3.33-1_amd64.deb
Size: 91544
MD5sum: b5009c5b026c775903a2269f53c187cd
SHA1: 98c030d90ff1c087b817ff4ba641a4ddd3f29039
SHA256: 119def8276a9a42a5f0365b3192e6eca07e16b6168c8ff9497baf8bda911b258
Description-en: Multi-level, over-the-cell maze router
Qrouter is a tool to generate metal layers and vias to physically connect
together a netlist in a VLSI fabrication technology. It is a maze router,
otherwise known as an "over-the-cell" router or "sea-of-gates" router. That
is, unlike a channel router, it begins with a description of placed standard
cells, usually packed together at minimum spacing, and places metal routes
over the standard cells.
.
Qrouter uses the open standard LEF and DEF formats as file input and output.
It takes the cell definitions from a LEF file, and analyzes the geometry for
each cell to determine contact points and route obstructions. It then reads
the cell placement, pin placement, and netlist from a DEF file, performs the
detailed route, and writes an annotated DEF file as output.
Description-md5: 36eec188e75e1ca9afb5d31574ff67c0
Homepage: http://opencircuitdesign.com/qrouter/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu