How To Install gr-iqbal on Fedora 36

In this tutorial we learn how to install gr-iqbal in Fedora 36. gr-iqbal is GNURadio block for suppressing IQ imbalance

Introduction

In this tutorial we learn how to install gr-iqbal on Fedora 36.

What is gr-iqbal

This GNURadio block can suppress IQ imbalance in the RX path of quadrature receivers.

We can use yum or dnf to install gr-iqbal on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gr-iqbal.

Install gr-iqbal 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 gr-iqbal using dnf by running the following command:

sudo dnf -y install gr-iqbal

Install gr-iqbal 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 gr-iqbal using yum by running the following command:

sudo yum -y install gr-iqbal

How To Uninstall gr-iqbal on Fedora 36

To uninstall only the gr-iqbal package we can use the following command:

sudo dnf remove gr-iqbal

gr-iqbal Package Contents on Fedora 36

---
title: "How To Install gr-iqbal on Fedora 36"
linkTitle: "gr-iqbal"
type: "docs"
description: "In this tutorial we learn how to install gr-iqbal in Fedora 36. gr-iqbal is GNURadio block for suppressing IQ imbalance"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/gr-iqbal-featured.png
---

## Introduction
/usr/lib/.build-id
/usr/lib/.build-id/9b
/usr/lib/.build-id/9b/38e322dd72047b2688c15258b63935f6a288ae
/usr/lib/.build-id/9d
/usr/lib/.build-id/9d/7f5b3ca92d3eef66080f8af56faac30752ff83
/usr/lib64/libgnuradio-iqbalance.so.3.9.0
/usr/lib64/libgnuradio-iqbalance.so.3.9.0.0
/usr/lib64/python3.10/site-packages/gnuradio
/usr/lib64/python3.10/site-packages/gnuradio/iqbalance
/usr/lib64/python3.10/site-packages/gnuradio/iqbalance/__init__.py
/usr/lib64/python3.10/site-packages/gnuradio/iqbalance/__init__.pyc
/usr/lib64/python3.10/site-packages/gnuradio/iqbalance/__init__.pyo
/usr/lib64/python3.10/site-packages/gnuradio/iqbalance/__pycache__
/usr/lib64/python3.10/site-packages/gnuradio/iqbalance/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/gnuradio/iqbalance/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/gnuradio/iqbalance/iqbalance_python.cpython-310-x86_64-linux-gnu.so
/usr/share/doc/gr-iqbal
/usr/share/doc/gr-iqbal/AUTHORS
/usr/share/doc/gr-iqbal/COPYING
/usr/share/gnuradio/grc/blocks/iqbalance.tree.yml
/usr/share/gnuradio/grc/blocks/iqbalance_fix_cc.block.yml
/usr/share/gnuradio/grc/blocks/iqbalance_optimize_c.block.yml

In this tutorial we learn how to install `gr-iqbal` on Fedora 36.

### What is `gr-iqbal`

> This GNURadio block can suppress IQ imbalance in the RX path of quadrature receivers.  

We can use `yum` or `dnf` to install `gr-iqbal` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gr-iqbal.

Install gr-iqbal on Fedora 36 Using dnf

References

Update yum database with dnf using the following command.


sudo dnf makecache --refresh
## Summary

In this tutorial we learn how to install gr-iqbal on Fedora 36 using yum and [dnf]((/fedora/36/dnf/). After updating yum database, We can install gr-iqbal using dnf by running the following command:

sudo dnf -y install gr-iqbal

Install gr-iqbal 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 gr-iqbal using yum by running the following command:

sudo yum -y install gr-iqbal

How To Uninstall gr-iqbal on Fedora 36

To uninstall only the gr-iqbal package we can use the following command:

sudo dnf remove gr-iqbal

gr-iqbal Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/bd
/usr/lib/.build-id/bd/53a7e741eddf172e96be53770acaad4d5a412e
/usr/lib/.build-id/fe
/usr/lib/.build-id/fe/f130d2fb8f00492bfc64bdb25835b93cd463f8
/usr/lib/libgnuradio-iqbalance.so.3.9.0
/usr/lib/libgnuradio-iqbalance.so.3.9.0.0
/usr/lib/python3.10/site-packages/gnuradio
/usr/lib/python3.10/site-packages/gnuradio/iqbalance
/usr/lib/python3.10/site-packages/gnuradio/iqbalance/__init__.py
/usr/lib/python3.10/site-packages/gnuradio/iqbalance/__init__.pyc
/usr/lib/python3.10/site-packages/gnuradio/iqbalance/__init__.pyo
/usr/lib/python3.10/site-packages/gnuradio/iqbalance/__pycache__
/usr/lib/python3.10/site-packages/gnuradio/iqbalance/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gnuradio/iqbalance/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/gnuradio/iqbalance/iqbalance_python.cpython-310-i386-linux-gnu.so
/usr/share/doc/gr-iqbal
/usr/share/doc/gr-iqbal/AUTHORS
/usr/share/doc/gr-iqbal/COPYING
/usr/share/gnuradio/grc/blocks/iqbalance.tree.yml
/usr/share/gnuradio/grc/blocks/iqbalance_fix_cc.block.yml
/usr/share/gnuradio/grc/blocks/iqbalance_optimize_c.block.yml

References

Summary

In this tutorial we learn how to install gr-iqbal on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).