How To Install libkni3 on Fedora 36
Introduction
In this tutorial we learn how to install libkni3
on Fedora 36.
What is libkni3
Katana Native Interface is a C++ library for programmers who would like to write their own programs, but don’t want to implement the protocol and device stuff katana is using. This package contains the library for the Katana 300 series of the arm. For newer robots use libkni (version 4 and above).
We can use yum
or dnf
to install libkni3
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libkni3.
Install libkni3 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 libkni3
using dnf
by running the following command:
sudo dnf -y install libkni3
Install libkni3 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 libkni3
using yum
by running the following command:
sudo yum -y install libkni3
How To Uninstall libkni3 on Fedora 36
To uninstall only the libkni3
package we can use the following command:
sudo dnf remove libkni3
libkni3 Package Contents on Fedora 36
/etc/kni3
/etc/kni3/hd300
/etc/kni3/hd300/katana5M180.cfg
/etc/kni3/hd300/katana6M180.cfg
/etc/kni3/hd300/katana6M90G.cfg
/etc/kni3/hd300/katana6M90T.cfg
/etc/kni3/hd400
/etc/kni3/hd400/katana6M180.cfg
/etc/kni3/hd400/katana6M180_W.cfg
/etc/kni3/hd400/katana6M90G.cfg
/etc/kni3/hd400/katana6M90G_W.cfg
/etc/kni3/hd400/katana6M90T.cfg
/etc/kni3/hd400/katana6M90T_W.cfg
/usr/lib/.build-id
/usr/lib/.build-id/22
/usr/lib/.build-id/22/26dd1a4a3a8dd46eb2762109fc78e13bb77237
/usr/lib/.build-id/22/df825c2d533c8522952a1feeeb8433425537e6
/usr/lib/.build-id/2a
/usr/lib/.build-id/2a/16d9132d4fd03cd7d4eef880bf379f4b1339d8
/usr/lib/libKNIBase3.so.3.9
/usr/lib/libKNIBase3.so.3.9.0
/usr/lib/libKNI_InvKin3.so.3.9
/usr/lib/libKNI_InvKin3.so.3.9.0
/usr/lib/libKNI_LM3.so.3.9
/usr/lib/libKNI_LM3.so.3.9.0
/usr/share/doc/libkni3
/usr/share/doc/libkni3/AUTHORS.txt
/usr/share/doc/libkni3/LICENSE.txt
/usr/share/doc/libkni3/readme.txt
References
Summary
In this tutorial we learn how to install libkni3
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libkni3 on Fedora 36” linkTitle: “libkni3” type: “docs” description: “In this tutorial we learn how to install libkni3 in Fedora 36. libkni3 is C++ KNI library v3 for the Katana 300 robot arm” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libkni3-featured.png
Introduction
In this tutorial we learn how to install libkni3
on Fedora 36.
What is libkni3
Katana Native Interface is a C++ library for programmers who would like to write their own programs, but don’t want to implement the protocol and device stuff katana is using. This package contains the library for the Katana 300 series of the arm. For newer robots use libkni (version 4 and above).
We can use yum
or dnf
to install libkni3
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libkni3.
Install libkni3 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 libkni3
using dnf
by running the following command:
sudo dnf -y install libkni3
Install libkni3 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 libkni3
using yum
by running the following command:
sudo yum -y install libkni3
How To Uninstall libkni3 on Fedora 36
To uninstall only the libkni3
package we can use the following command:
sudo dnf remove libkni3
libkni3 Package Contents on Fedora 36
/etc/kni3
/etc/kni3/hd300
/etc/kni3/hd300/katana5M180.cfg
/etc/kni3/hd300/katana6M180.cfg
/etc/kni3/hd300/katana6M90G.cfg
/etc/kni3/hd300/katana6M90T.cfg
/etc/kni3/hd400
/etc/kni3/hd400/katana6M180.cfg
/etc/kni3/hd400/katana6M180_W.cfg
/etc/kni3/hd400/katana6M90G.cfg
/etc/kni3/hd400/katana6M90G_W.cfg
/etc/kni3/hd400/katana6M90T.cfg
/etc/kni3/hd400/katana6M90T_W.cfg
/usr/lib/.build-id
/usr/lib/.build-id/de
/usr/lib/.build-id/de/43b644707a51bc6979d84e0856fe0063b34545
/usr/lib/.build-id/df
/usr/lib/.build-id/df/ce1749932dd1a8b81790b53011408866819aa0
/usr/lib/.build-id/e7
/usr/lib/.build-id/e7/ca02ef405bb4ab5448e8c371db64bdedc72cc7
/usr/lib64/libKNIBase3.so.3.9
/usr/lib64/libKNIBase3.so.3.9.0
/usr/lib64/libKNI_InvKin3.so.3.9
/usr/lib64/libKNI_InvKin3.so.3.9.0
/usr/lib64/libKNI_LM3.so.3.9
/usr/lib64/libKNI_LM3.so.3.9.0
/usr/share/doc/libkni3
/usr/share/doc/libkni3/AUTHORS.txt
/usr/share/doc/libkni3/LICENSE.txt
/usr/share/doc/libkni3/readme.txt
References
Summary
In this tutorial we learn how to install libkni3
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).