How To Install ctk on Fedora 36

In this tutorial we learn how to install ctk in Fedora 36. ctk is The Commmon Toolkit for biomedical imaging

Introduction

In this tutorial we learn how to install ctk on Fedora 36.

What is ctk

The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects. This package contains the CTK Core library.

We can use yum or dnf to install ctk on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ctk.

Install ctk 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 using dnf by running the following command:

sudo dnf -y install ctk

Install ctk 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 using yum by running the following command:

sudo yum -y install ctk

How To Uninstall ctk on Fedora 36

To uninstall only the ctk package we can use the following command:

sudo dnf remove ctk

ctk Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/a1
/usr/lib/.build-id/a1/c7fc425e3adb3b619fd1a58370411a72509424
/usr/lib/libCTKCore.so.0.1
/usr/lib/libCTKCore.so.0.1.0
/usr/share/doc/ctk
/usr/share/doc/ctk/README.rst
/usr/share/licenses/ctk
/usr/share/licenses/ctk/LICENSE
/usr/share/licenses/ctk/NOTICE

References

Summary

In this tutorial we learn how to install ctk on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install ctk on Fedora 36” linkTitle: “ctk” type: “docs” description: “In this tutorial we learn how to install ctk in Fedora 36. ctk is The Commmon Toolkit for biomedical imaging” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/ctk-featured.png

Introduction

In this tutorial we learn how to install ctk on Fedora 36.

What is ctk

The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects. This package contains the CTK Core library.

We can use yum or dnf to install ctk on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ctk.

Install ctk 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 using dnf by running the following command:

sudo dnf -y install ctk

Install ctk 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 using yum by running the following command:

sudo yum -y install ctk

How To Uninstall ctk on Fedora 36

To uninstall only the ctk package we can use the following command:

sudo dnf remove ctk

ctk Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/f5
/usr/lib/.build-id/f5/39a5c29138c481bda0d6cc89e1342011338c53
/usr/lib64/libCTKCore.so.0.1
/usr/lib64/libCTKCore.so.0.1.0
/usr/share/doc/ctk
/usr/share/doc/ctk/README.rst
/usr/share/licenses/ctk
/usr/share/licenses/ctk/LICENSE
/usr/share/licenses/ctk/NOTICE

References

Summary

In this tutorial we learn how to install ctk on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).