How To Install tachyon-devel on Fedora 36
Introduction
In this tutorial we learn how to install tachyon-devel on Fedora 36.
What is tachyon-devel
This package contains development headers and libraries for developing with tachyon.
We can use yum or dnf to install tachyon-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install tachyon-devel.
Install tachyon-devel 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 tachyon-devel using dnf by running the following command:
sudo dnf -y install tachyon-devel
Install tachyon-devel 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 tachyon-devel using yum by running the following command:
sudo yum -y install tachyon-devel
How To Uninstall tachyon-devel on Fedora 36
To uninstall only the tachyon-devel package we can use the following command:
sudo dnf remove tachyon-devel
tachyon-devel Package Contents on Fedora 36
/usr/include/tachyon
/usr/include/tachyon/hash.h
/usr/include/tachyon/tachyon.h
/usr/include/tachyon/tachyon_dep.h
/usr/include/tachyon/util.h
/usr/lib/libtachyon.so
References
Summary
In this tutorial we learn how to install tachyon-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install tachyon-devel on Fedora 36” linkTitle: “tachyon-devel” type: “docs” description: “In this tutorial we learn how to install tachyon-devel in Fedora 36. tachyon-devel is Development files for tachyon” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/tachyon-devel-featured.png
Introduction
In this tutorial we learn how to install tachyon-devel on Fedora 36.
What is tachyon-devel
This package contains development headers and libraries for developing with tachyon.
We can use yum or dnf to install tachyon-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install tachyon-devel.
Install tachyon-devel 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 tachyon-devel using dnf by running the following command:
sudo dnf -y install tachyon-devel
Install tachyon-devel 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 tachyon-devel using yum by running the following command:
sudo yum -y install tachyon-devel
How To Uninstall tachyon-devel on Fedora 36
To uninstall only the tachyon-devel package we can use the following command:
sudo dnf remove tachyon-devel
tachyon-devel Package Contents on Fedora 36
/usr/include/tachyon
/usr/include/tachyon/hash.h
/usr/include/tachyon/tachyon.h
/usr/include/tachyon/tachyon_dep.h
/usr/include/tachyon/util.h
/usr/lib64/libtachyon.so
References
Summary
In this tutorial we learn how to install tachyon-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).