How To Install blitz on Fedora 36

In this tutorial we learn how to install blitz in Fedora 36. blitz is C++ class library for matrix scientific computing

Introduction

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

What is blitz

Blitz++ is a C++ class library for scientific computing which provides performance on par with Fortran 77/90. It uses template techniques to achieve high performance. Blitz++ provides dense arrays and vectors, random number generators, and small vectors

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

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

sudo dnf -y install blitz

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

sudo yum -y install blitz

How To Uninstall blitz on Fedora 36

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

sudo dnf remove blitz

blitz Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/c5
/usr/lib/.build-id/c5/8e24f3ba93a74579142128d7a20d984060088b
/usr/lib/libblitz.so.0
/usr/lib/libblitz.so.1.0.2
/usr/share/doc/blitz
/usr/share/doc/blitz/AUTHORS
/usr/share/doc/blitz/README.fedora
/usr/share/doc/blitz/README.md
/usr/share/licenses/blitz
/usr/share/licenses/blitz/COPYING
/usr/share/licenses/blitz/COPYING.LESSER
/usr/share/licenses/blitz/LEGAL
/usr/share/licenses/blitz/LICENSE

References

Summary

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


title: “How To Install blitz on Fedora 36” linkTitle: “blitz” type: “docs” description: “In this tutorial we learn how to install blitz in Fedora 36. blitz is C++ class library for matrix scientific computing” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/blitz-featured.png

Introduction

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

What is blitz

Blitz++ is a C++ class library for scientific computing which provides performance on par with Fortran 77/90. It uses template techniques to achieve high performance. Blitz++ provides dense arrays and vectors, random number generators, and small vectors

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

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

sudo dnf -y install blitz

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

sudo yum -y install blitz

How To Uninstall blitz on Fedora 36

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

sudo dnf remove blitz

blitz Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/fa
/usr/lib/.build-id/fa/fda183d5d38cb5166ddf210974f2aefbee248d
/usr/lib64/libblitz.so.0
/usr/lib64/libblitz.so.1.0.2
/usr/share/doc/blitz
/usr/share/doc/blitz/AUTHORS
/usr/share/doc/blitz/README.fedora
/usr/share/doc/blitz/README.md
/usr/share/licenses/blitz
/usr/share/licenses/blitz/COPYING
/usr/share/licenses/blitz/COPYING.LESSER
/usr/share/licenses/blitz/LEGAL
/usr/share/licenses/blitz/LICENSE

References

Summary

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