How To Install Field3D on Fedora 36

In this tutorial we learn how to install Field3D in Fedora 36. Field3D is Library for storing voxel data

Introduction

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

What is Field3D

Field3D is an open source library for storing voxel data. It provides C++ classes that handle in-memory storage and a file format based on HDF5 that allows the C++ objects to be written to and read from disk.

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

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

sudo dnf -y install Field3D

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

sudo yum -y install Field3D

How To Uninstall Field3D on Fedora 36

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

sudo dnf remove Field3D

Field3D Package Contents on Fedora 36

/usr/bin/f3dinfo
/usr/lib/.build-id
/usr/lib/.build-id/19
/usr/lib/.build-id/19/b325f32fe1417627726a8b8fcb92a6e6ae3c37
/usr/lib/.build-id/b2
/usr/lib/.build-id/b2/86b6c62f688da1e0715a40fb4a78413a17e111
/usr/lib64/libField3D.so.1.7
/usr/lib64/libField3D.so.1.7.3
/usr/share/doc/Field3D
/usr/share/doc/Field3D/CHANGES
/usr/share/doc/Field3D/README
/usr/share/licenses/Field3D
/usr/share/licenses/Field3D/COPYING
/usr/share/man/man1/f3dinfo.1.gz

References

Summary

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


title: “How To Install Field3D on Fedora 36” linkTitle: “Field3D” type: “docs” description: “In this tutorial we learn how to install Field3D in Fedora 36. Field3D is Library for storing voxel data” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/Field3D-featured.png

Introduction

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

What is Field3D

Field3D is an open source library for storing voxel data. It provides C++ classes that handle in-memory storage and a file format based on HDF5 that allows the C++ objects to be written to and read from disk.

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

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

sudo dnf -y install Field3D

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

sudo yum -y install Field3D

How To Uninstall Field3D on Fedora 36

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

sudo dnf remove Field3D

Field3D Package Contents on Fedora 36

/usr/bin/f3dinfo
/usr/lib/.build-id
/usr/lib/.build-id/81
/usr/lib/.build-id/81/1ffc6fc14dcf2d7b04fbfb1b86cfb4a8e1e134
/usr/lib/.build-id/90
/usr/lib/.build-id/90/a3934f7705f78ba9f646e1786755295f184058
/usr/lib/libField3D.so.1.7
/usr/lib/libField3D.so.1.7.3
/usr/share/doc/Field3D
/usr/share/doc/Field3D/CHANGES
/usr/share/doc/Field3D/README
/usr/share/licenses/Field3D
/usr/share/licenses/Field3D/COPYING
/usr/share/man/man1/f3dinfo.1.gz

References

Summary

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