How To Install openigtlink on Fedora 36
Introduction
In this tutorial we learn how to install openigtlink
on Fedora 36.
What is openigtlink
OpenIGTLink is a network communication protocol specifically designed and developed for research on image-guided and computer-assisted interventions. It provides a standardized mechanism for communications among computers and devices in operating rooms (OR) for a wide variety of image-guided therapy (IGT) applications. Examples of such applications include - Stereotactic surgical guidance using optical position sensor and medical image visualization software - Intraoperative image guidance using real-time MRI and medical image visualization software - Robot-assisted interventions using robotic devices and surgical planning software OpenIGTLink is a set of messaging formats and rules (protocol) used for data exchange on a local area network (LAN). The specification of OpenIGTLink and its reference implementation, the OpenIGTLink Library, are available free of charge for any purpose including commercial use.
We can use yum
or dnf
to install openigtlink
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install openigtlink.
Install openigtlink 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 openigtlink
using dnf
by running the following command:
sudo dnf -y install openigtlink
Install openigtlink 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 openigtlink
using yum
by running the following command:
sudo yum -y install openigtlink
How To Uninstall openigtlink on Fedora 36
To uninstall only the openigtlink
package we can use the following command:
sudo dnf remove openigtlink
openigtlink Package Contents on Fedora 36
---
title: "How To Install openigtlink on Fedora 36"
linkTitle: "openigtlink"
/usr/lib/.build-id
/usr/lib/.build-id/fa
/usr/lib/.build-id/fa/6eafb7da4a3b377a22eb5fb87df225aab31ac3
/usr/lib/libOpenIGTLink.so.2
/usr/lib/libOpenIGTLink.so.2.1.0
/usr/share/licenses/openigtlink
/usr/share/licenses/openigtlink/LICENSE.txt
type: "docs"
description: "In this tutorial we learn how to install openigtlink in Fedora 36. openigtlink is Implementation of the OpenIGTLink network communication protocol"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/openigtlink-featured.png
References
Introduction
In this tutorial we learn how to install openigtlink
on Fedora 36.
Summary
What is openigtlink
In this tutorial we learn how to install openigtlink
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
OpenIGTLink is a network communication protocol specifically designed and developed for research on image-guided and computer-assisted interventions. It provides a standardized mechanism for communications among computers and devices in operating rooms (OR) for a wide variety of image-guided therapy (IGT) applications. Examples of such applications include - Stereotactic surgical guidance using optical position sensor and medical image visualization software - Intraoperative image guidance using real-time MRI and medical image visualization software - Robot-assisted interventions using robotic devices and surgical planning software OpenIGTLink is a set of messaging formats and rules (protocol) used for data exchange on a local area network (LAN). The specification of OpenIGTLink and its reference implementation, the OpenIGTLink Library, are available free of charge for any purpose including commercial use.
We can use yum
or dnf
to install openigtlink
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install openigtlink.
Install openigtlink 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 openigtlink
using dnf
by running the following command:
sudo dnf -y install openigtlink
Install openigtlink 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 openigtlink
using yum
by running the following command:
sudo yum -y install openigtlink
How To Uninstall openigtlink on Fedora 36
To uninstall only the openigtlink
package we can use the following command:
sudo dnf remove openigtlink
openigtlink Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/67
/usr/lib/.build-id/67/5e069d7df2f2f49f9d28061c4563a972c1b5b2
/usr/lib64/libOpenIGTLink.so.2
/usr/lib64/libOpenIGTLink.so.2.1.0
/usr/share/licenses/openigtlink
/usr/share/licenses/openigtlink/LICENSE.txt
References
Summary
In this tutorial we learn how to install openigtlink
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).