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

Last updated: November 26,2024

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

This is a short guide on how to install ctk-plugin-framework.i686 on Fedora 39

$ 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 39:

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

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

Last metadata expiration check: 3:38:45 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : ctk-plugin-framework
Version : 0.1
Release : 55.fc39
Architecture : i686
Size : 255 k
Source : ctk-0.1-55.fc39.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.