How To Install vrq on Fedora 36
Introduction
In this tutorial we learn how to install vrq
on Fedora 36.
What is vrq
VRQ is modular verilog parser that supports plugin tools to process verilog. Multiple tools may be invoked in a pipeline fashion within a single execution of vrq. It is a generic front-end parser with support for plugin backend customizable tools.
We can use yum
or dnf
to install vrq
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install vrq.
Install vrq on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install vrq
using dnf
by running the following command:
sudo dnf -y install vrq
Install vrq on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install vrq
using yum
by running the following command:
sudo yum -y install vrq
How To Uninstall vrq on Fedora 36
To uninstall only the vrq
package we can use the following command:
sudo dnf remove vrq
vrq Package Contents on Fedora 36
/usr/bin/vrq
/usr/lib/.build-id
/usr/lib/.build-id/1f
/usr/lib/.build-id/1f/0ec999ed6f907678b3907e39d1fa88c2a887c1
/usr/lib/.build-id/44
/usr/lib/.build-id/44/792b786c637e36a73b9420203377f7ca12d93f
/usr/lib/.build-id/4f
/usr/lib/.build-id/4f/bee48885b44fffe934923f1bc8ef8d63c0ec81
/usr/lib/.build-id/60
/usr/lib/.build-id/60/764e4b1cfbe24954b1b911c7677e4c85810755
/usr/lib/.build-id/67
/usr/lib/.build-id/67/213403b965a86bc6858a9b5ca236ac221ccb20
/usr/lib/.build-id/92
/usr/lib/.build-id/92/fddb1adfe38331557a45f7c54f811d95c88356
/usr/lib/.build-id/b6
/usr/lib/.build-id/b6/2c6e9200bb6bf3bc13b95b8e2297b78a546a77
/usr/lib/.build-id/c6
/usr/lib/.build-id/c6/29f21b3c8d732e1b033531a32a92f8d03ea767
/usr/lib64/vrq-1.0.134
/usr/lib64/vrq-1.0.134/builder.so
/usr/lib64/vrq-1.0.134/coverage.so
/usr/lib64/vrq-1.0.134/filter.so
/usr/lib64/vrq-1.0.134/flatten.so
/usr/lib64/vrq-1.0.134/rectify.so
/usr/lib64/vrq-1.0.134/sim.so
/usr/lib64/vrq-1.0.134/stats.so
/usr/share/doc/vrq
/usr/share/doc/vrq/AUTHORS
/usr/share/doc/vrq/COPYING
/usr/share/doc/vrq/ChangeLog
/usr/share/doc/vrq/README
/usr/share/doc/vrq/doc
/usr/share/doc/vrq/doc/faq.html
/usr/share/man/man1/vrq.1.gz
References
Summary
In this tutorial we learn how to install vrq
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).