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