How To Install libkindrv on Fedora 36

In this tutorial we learn how to install libkindrv in Fedora 36. libkindrv is Driver for controlling robotic arms by Kinova

Introduction

In this tutorial we learn how to install libkindrv on Fedora 36.

What is libkindrv

This driver allows to navigate robotic arms by Kinova. It supports different modes for arm navigation and finger control.

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

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

sudo dnf -y install libkindrv

Install libkindrv on Fedora 36 Using yum


title: “How To Install libkindrv on Fedora 36” linkTitle: “libkindrv” type: “docs” description: “In this tutorial we learn how to install libkindrv in Fedora 36. libkindrv is Driver for controlling robotic arms by Kinova” Update yum database with yum using the following command. date: “2022-08-17”

lastmod: “2022-08-17”

#image: /images/fedora/36/libkindrv-featured.png
sudo yum makecache --refresh
---

Introduction

After updating yum database, We can install libkindrv using yum by running the following command:

In this tutorial we learn how to install libkindrv on Fedora 36.


sudo yum -y install libkindrv
### What is `libkindrv`

How To Uninstall libkindrv on Fedora 36

This driver allows to navigate robotic arms by Kinova. It supports different modes for arm navigation and finger control.

To uninstall only the libkindrv package we can use the following command:

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


sudo dnf remove libkindrv
## Install libkindrv on Fedora 36 Using dnf

Update yum database with dnf using the following command.

libkindrv Package Contents on Fedora 36

```bash
sudo dnf makecache --refresh

After updating yum database, We can install libkindrv using dnf by running the following command:

sudo dnf -y install libkindrv

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

sudo yum -y install libkindrv

How To Uninstall libkindrv on Fedora 36

To uninstall only the libkindrv package we can use the following command:

sudo dnf remove libkindrv

libkindrv Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/5d
/usr/lib/.build-id/5d/3eac92c7778ffa635181351a77483a43d6810f
/usr/lib/libkindrv.so.0
/usr/lib/libkindrv.so.0.1.1
/usr/lib/udev/rules.d/10-libkindrv.rules
/usr/share/licenses/libkindrv
/usr/share/licenses/libkindrv/LICENSE.GPL
/usr/share/licenses/libkindrv/LICENSE.LGPL

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/18 /usr/lib/.build-id/18/9b56f0fa1fb4f351d952ae7d16123859c3f0b2 /usr/lib/udev/rules.d/10-libkindrv.rules /usr/lib64/libkindrv.so.0 /usr/lib64/libkindrv.so.0.1.1 /usr/share/licenses/libkindrv /usr/share/licenses/libkindrv/LICENSE.GPL /usr/share/licenses/libkindrv/LICENSE.LGPL


## References

* [libkindrv website](http://fawkesrobotics.org/projects/libkindrv/)

## Summary

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