How to Install and Uninstall ctk-plugin-framework.i686 Package on Fedora 36

Last updated: October 01,2024

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

Please follow the guidance below to install ctk-plugin-framework.i686 on Fedora 36

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

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

This is a short guide on how to uninstall ctk-plugin-framework.i686 on Fedora 36:

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

3. Information about the ctk-plugin-framework.i686 package on Fedora 36

Last metadata expiration check: 1:32:46 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ctk-plugin-framework
Version : 0.1
Release : 0.24.20190721.fc36
Architecture : i686
Size : 250 k
Source : ctk-0.1-0.24.20190721.fc36.src.rpm
Repository : updates
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.