How To Install teem on Fedora 36
Introduction
In this tutorial we learn how to install teem
on Fedora 36.
What is teem
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 package contains the command-line tools included with Teem.
We can use yum
or dnf
to install teem
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install teem.
Install teem 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
using dnf
by running the following command:
sudo dnf -y install teem
Install teem 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
using yum
by running the following command:
sudo yum -y install teem
How To Uninstall teem on Fedora 36
To uninstall only the teem
package we can use the following command:
sudo dnf remove teem
teem Package Contents on Fedora 36
/usr/bin/gprobe
/usr/bin/ilk
/usr/bin/miter
/usr/bin/mrender
/usr/bin/nrrdSanity
/usr/bin/overrgb
/usr/bin/puller
/usr/bin/tend
/usr/bin/unu
/usr/bin/vprobe
/usr/lib/.build-id
/usr/lib/.build-id/01
/usr/lib/.build-id/01/75bf937652b493a17d5d40d26f762d5cd1429b
/usr/lib/.build-id/86
/usr/lib/.build-id/86/3aae185a3972deecd9c8cda38af72aa45caa29
/usr/lib/.build-id/8a
/usr/lib/.build-id/8a/4fe27b5676566153436326de4e8ae337f6c5e8
/usr/lib/.build-id/97
/usr/lib/.build-id/97/3eb961dcc7608e8c4799516ee627687336a50d
/usr/lib/.build-id/a9
/usr/lib/.build-id/a9/0f172a3a8da14d702136b7737ab266e08a9fac
/usr/lib/.build-id/ac
/usr/lib/.build-id/ac/acbd41bf84eaab6c20a38606ac59d2092a6681
/usr/lib/.build-id/be
/usr/lib/.build-id/be/ee21ce2066ecbbc2ea73c44c3d8242c636db42
/usr/lib/.build-id/cb
/usr/lib/.build-id/cb/cf6cbb5a495caa986e2e2eedd694f595dde1b6
/usr/lib/.build-id/cb/e4263a100012608b9d79ac18480db9757b9ce4
/usr/lib/.build-id/f9
/usr/lib/.build-id/f9/c52818954a41863c6210a06881474c0e372587
/usr/share/doc/teem
/usr/share/doc/teem/README.txt
References
Summary
In this tutorial we learn how to install teem
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).