How To Install ctk-dicom on Fedora 36
Introduction
In this tutorial we learn how to install ctk-dicom
on Fedora 36.
What is ctk-dicom
The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects. DICOM library provides high-level classes supporting query and retrieve operations from PACS and local databases. It includes Qt widgets to easily set-up a server connection and to send queries and view the results.
We can use yum
or dnf
to install ctk-dicom
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ctk-dicom.
Install ctk-dicom 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-dicom
using dnf
by running the following command:
sudo dnf -y install ctk-dicom
Install ctk-dicom 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-dicom
using yum
by running the following command:
sudo yum -y install ctk-dicom
How To Uninstall ctk-dicom on Fedora 36
To uninstall only the ctk-dicom
package we can use the following command:
sudo dnf remove ctk-dicom
ctk-dicom Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/3f
/usr/lib/.build-id/3f/db786b5c069bcd935aacdf00165da0a873a6f1
/usr/lib/.build-id/cc
/usr/lib/.build-id/cc/1556c12847c5fe8bd339464872b4c7c30b977f
/usr/lib/libCTKDICOMCore.so.0.1
/usr/lib/libCTKDICOMCore.so.0.1.0
/usr/lib/libCTKDICOMWidgets.so.0.1
/usr/lib/libCTKDICOMWidgets.so.0.1.0
References
Summary
In this tutorial we learn how to install ctk-dicom
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install ctk-dicom on Fedora 36” linkTitle: “ctk-dicom” type: “docs” description: “In this tutorial we learn how to install ctk-dicom in Fedora 36. ctk-dicom is Library of high-level classes for querying PACS and local databases” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/ctk-dicom-featured.png
Introduction
In this tutorial we learn how to install ctk-dicom
on Fedora 36.
What is ctk-dicom
The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects. DICOM library provides high-level classes supporting query and retrieve operations from PACS and local databases. It includes Qt widgets to easily set-up a server connection and to send queries and view the results.
We can use yum
or dnf
to install ctk-dicom
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ctk-dicom.
Install ctk-dicom 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-dicom
using dnf
by running the following command:
sudo dnf -y install ctk-dicom
Install ctk-dicom 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-dicom
using yum
by running the following command:
sudo yum -y install ctk-dicom
How To Uninstall ctk-dicom on Fedora 36
To uninstall only the ctk-dicom
package we can use the following command:
sudo dnf remove ctk-dicom
ctk-dicom Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/a4
/usr/lib/.build-id/a4/4b340565de018bfe091d73ea3480ab1e8dab16
/usr/lib/.build-id/c9
/usr/lib/.build-id/c9/3ee5d36bdd681ab5ca34caed3f55faaf113228
/usr/lib64/libCTKDICOMCore.so.0.1
/usr/lib64/libCTKDICOMCore.so.0.1.0
/usr/lib64/libCTKDICOMWidgets.so.0.1
/usr/lib64/libCTKDICOMWidgets.so.0.1.0
References
Summary
In this tutorial we learn how to install ctk-dicom
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).