How To Install teem-examples on Fedora 36

In this tutorial we learn how to install teem-examples in Fedora 36. teem-examples is Examples for developing with for teem

Introduction

In this tutorial we learn how to install teem-examples on Fedora 36.

What is teem-examples

What Is Teem? Teem is a coordinated group of libraries for representing, processing, and visualizing scientific raster data. Teem includes command-line tools that permit the library functions to be quickly applied to files and streams, without having to write any code. The most important and useful libraries in Teem are • Nrrd (and the unu command-line tool on top of it) supports a range of operations for transforming N-dimensional raster data (resample, crop, slice, project, histogram, etc.), as well as the NRRD file format for storing arrays and their meta-information. • Gage volume datasets (scalar, vector, tensor, etc.) • Mite based on any quantity Gage can measure • Ten including fiber tractography methods. Strengths of Teem • Teem works processing, and research is enabled when simple things are simple to do. Teem’s functionality and its ease of use have allowed it to become a component of larger research software projects, such as SCIRun and 3D Slicer. • Teem is light-weight minimizing the annoyance of getting data in an out, by using the simplest possible constructs for the job, and by supporting combinations of operations that arise in common practice. • Teem is coherent represented, and uniformity in the APIs across libraries. • Teem is portable everywhere, including Windows, using either CMake or GNU Make. A Dashboard is used to monitor compiler errors and warnings. • Teem is growing remained stable, but new libraries and new functionality are continually being added. • Teem is open source is licensed under the GNU Lesser General Public License, plus exceptions which facilitate linking Teem into binary-only applications. The teem-examples package contains examples for developing applications that use Teem.

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

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

sudo dnf -y install teem-examples

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

sudo yum -y install teem-examples

How To Uninstall teem-examples on Fedora 36

To uninstall only the teem-examples package we can use the following command:

sudo dnf remove teem-examples

teem-examples Package Contents on Fedora 36

/usr/share/doc/teem-examples
/usr/share/doc/teem-examples/Examples
/usr/share/doc/teem-examples/Examples/sanity
/usr/share/doc/teem-examples/Examples/sanity/CMakeLists.txt
/usr/share/doc/teem-examples/Examples/sanity/sanity.c
/usr/share/doc/teem-examples/UseTeemCMakeDemo
/usr/share/doc/teem-examples/UseTeemCMakeDemo/CMakeLists.txt
/usr/share/doc/teem-examples/UseTeemCMakeDemo/sanity.c
/usr/share/licenses/teem-examples
/usr/share/licenses/teem-examples/LICENSE.txt

References

Summary

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