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

Last updated: January 15,2025

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

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

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

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

Here is a brief guide to show you how to uninstall ctk-plugin-framework.i686 on Fedora 38:

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

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

Last metadata expiration check: 4:07:08 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : ctk-plugin-framework
Version : 0.1
Release : 55.fc38
Architecture : i686
Size : 255 k
Source : ctk-0.1-55.fc38.src.rpm
Repository : updates
Summary : A dynamic component system for C++
URL : https://commontk.org/
License : Apache-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.