How To Install ctk-plugin-framework on Fedora 36

In this tutorial we learn how to install ctk-plugin-framework in Fedora 36. ctk-plugin-framework is A dynamic component system for C++

Introduction

In this tutorial we learn how to install ctk-plugin-framework on Fedora 36.

What is ctk-plugin-framework

The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects. The Plugin Framework is a dynamic component system for C++, modeled after the OSGi specifications. It enable a development model where applications are (dynamically) composed of many different (reusable) components following a service oriented approach.

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

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

sudo dnf -y install ctk-plugin-framework

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

sudo yum -y install ctk-plugin-framework

How To Uninstall ctk-plugin-framework on Fedora 36

To uninstall only the ctk-plugin-framework package we can use the following command:

sudo dnf remove ctk-plugin-framework

ctk-plugin-framework Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/4b
/usr/lib/.build-id/4b/6caac1042dbf36f5dcf17e624fb90f073c7c3d
/usr/lib/libCTKPluginFramework.so.0.1
/usr/lib/libCTKPluginFramework.so.0.1.0

References

Summary

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


title: “How To Install ctk-plugin-framework on Fedora 36” linkTitle: “ctk-plugin-framework” type: “docs” description: “In this tutorial we learn how to install ctk-plugin-framework in Fedora 36. ctk-plugin-framework is A dynamic component system for C++” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/ctk-plugin-framework-featured.png

Introduction

In this tutorial we learn how to install ctk-plugin-framework on Fedora 36.

What is ctk-plugin-framework

The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects. The Plugin Framework is a dynamic component system for C++, modeled after the OSGi specifications. It enable a development model where applications are (dynamically) composed of many different (reusable) components following a service oriented approach.

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

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

sudo dnf -y install ctk-plugin-framework

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

sudo yum -y install ctk-plugin-framework

How To Uninstall ctk-plugin-framework on Fedora 36

To uninstall only the ctk-plugin-framework package we can use the following command:

sudo dnf remove ctk-plugin-framework

ctk-plugin-framework Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/66
/usr/lib/.build-id/66/de2cc0fcf53c128850b37bdd06b30f4437862b
/usr/lib64/libCTKPluginFramework.so.0.1
/usr/lib64/libCTKPluginFramework.so.0.1.0

References

Summary

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