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

Last updated: October 05,2024

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

Here is a brief guide to show you how to install ctk-plugin-framework.i686 on Fedora 35

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

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

Please follow the guidelines below to uninstall ctk-plugin-framework.i686 on Fedora 35:

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

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

Last metadata expiration check: 2:27:44 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : ctk-plugin-framework
Version : 0.1
Release : 0.24.20190721.fc35
Architecture : i686
Size : 248 k
Source : ctk-0.1-0.24.20190721.fc35.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.