How To Install ctk-widgets on Fedora 36
Introduction
In this tutorial we learn how to install ctk-widgets
on Fedora 36.
What is ctk-widgets
The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects. The Widgets library is a collection of Qt widgets for usage in biomedical imaging applications.
We can use yum
or dnf
to install ctk-widgets
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ctk-widgets.
Install ctk-widgets on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install ctk-widgets
using dnf
by running the following command:
sudo dnf -y install ctk-widgets
Install ctk-widgets on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install ctk-widgets
using yum
by running the following command:
sudo yum -y install ctk-widgets
How To Uninstall ctk-widgets on Fedora 36
To uninstall only the ctk-widgets
package we can use the following command:
sudo dnf remove ctk-widgets
ctk-widgets Package Contents on Fedora 36
---
title: "How To Install ctk-widgets on Fedora 36"
linkTitle: "ctk-widgets"
type: "docs"
description: "In this tutorial we learn how to install ctk-widgets in Fedora 36. ctk-widgets is A collection of Qt widgets for biomedical imaging applications"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/ctk-widgets-featured.png
---
## Introduction
In this tutorial we learn how to install `ctk-widgets` on Fedora 36.
### What is `ctk-widgets`
> The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects. The Widgets library is a collection of Qt widgets for usage in biomedical imaging applications.
We can use `yum` or `dnf` to install `ctk-widgets` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ctk-widgets.
## Install ctk-widgets on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install ctk-widgets
using dnf
by running the following command:
sudo dnf -y install ctk-widgets
Install ctk-widgets on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install ctk-widgets
using yum
by running the following command:
sudo yum -y install ctk-widgets
How To Uninstall ctk-widgets on Fedora 36
To uninstall only the ctk-widgets
package we can use the following command:
sudo dnf remove ctk-widgets
ctk-widgets Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/7f
/usr/lib/.build-id/7f/fb5e484a9e30b1d9ad11e74ecbcd62bc19ad56
/usr/lib64/libCTKWidgets.so.0.1
/usr/lib64/libCTKWidgets.so.0.1.0
References
Summary
In this tutorial we learn how to install ctk-widgets
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id /usr/lib/.build-id/f6 /usr/lib/.build-id/f6/97348d2458526788abb90e9b308e4da3c6dcfb /usr/lib/libCTKWidgets.so.0.1 /usr/lib/libCTKWidgets.so.0.1.0
## References
* [ctk-widgets website](http://www.commontk.org)
## Summary
In this tutorial we learn how to install `ctk-widgets` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).