How to Install and Uninstall ctk-plugin-framework.x86_64 Package on Fedora 34

Last updated: September 28,2024

1. Install "ctk-plugin-framework.x86_64" package

Please follow the instructions below to install ctk-plugin-framework.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install ctk-plugin-framework.x86_64

2. Uninstall "ctk-plugin-framework.x86_64" package

In this section, we are going to explain the necessary steps to uninstall ctk-plugin-framework.x86_64 on Fedora 34:

$ sudo dnf remove ctk-plugin-framework.x86_64 $ sudo dnf autoremove

3. Information about the ctk-plugin-framework.x86_64 package on Fedora 34

Last metadata expiration check: 0:03:28 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : ctk-plugin-framework
Version : 0.1
Release : 0.19.20190721.fc34
Architecture : x86_64
Size : 234 k
Source : ctk-0.1-0.19.20190721.fc34.src.rpm
Repository : fedora
Summary : A dynamic component system for C++
URL : http://www.commontk.org
License : ASL 2.0
Description : 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.