How To Install libechonest on Fedora 36
Introduction
In this tutorial we learn how to install libechonest
on Fedora 36.
What is libechonest
libechonest is a collection of Qt4 classes designed to make a developer’s life easy when trying to use the APIs provided by The Echo Nest.
We can use yum
or dnf
to install libechonest
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libechonest.
Install libechonest 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 libechonest
using dnf
by running the following command:
sudo dnf -y install libechonest
Install libechonest 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 libechonest
using yum
by running the following command:
sudo yum -y install libechonest
How To Uninstall libechonest on Fedora 36
To uninstall only the libechonest
package we can use the following command:
sudo dnf remove libechonest
libechonest Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/46
/usr/lib/.build-id/46/dc4bdc7d89722b2bcd2e164960f0829dc7f51b
/usr/lib/libechonest.so.2.3
/usr/lib/libechonest.so.2.3.0
/usr/share/doc/libechonest
/usr/share/doc/libechonest/AUTHORS
/usr/share/doc/libechonest/COPYING
/usr/share/doc/libechonest/README
/usr/share/doc/libechonest/TODO
References
Summary
In this tutorial we learn how to install libechonest
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libechonest on Fedora 36” linkTitle: “libechonest” type: “docs” description: “In this tutorial we learn how to install libechonest in Fedora 36. libechonest is C++ wrapper for the Echo Nest API” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libechonest-featured.png
Introduction
In this tutorial we learn how to install libechonest
on Fedora 36.
What is libechonest
libechonest is a collection of Qt4 classes designed to make a developer’s life easy when trying to use the APIs provided by The Echo Nest.
We can use yum
or dnf
to install libechonest
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libechonest.
Install libechonest 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 libechonest
using dnf
by running the following command:
sudo dnf -y install libechonest
Install libechonest 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 libechonest
using yum
by running the following command:
sudo yum -y install libechonest
How To Uninstall libechonest on Fedora 36
To uninstall only the libechonest
package we can use the following command:
sudo dnf remove libechonest
libechonest Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/23
/usr/lib/.build-id/23/b8163a0869e4dd331e4f981ef11f6a1e4ec1f4
/usr/lib64/libechonest.so.2.3
/usr/lib64/libechonest.so.2.3.0
/usr/share/doc/libechonest
/usr/share/doc/libechonest/AUTHORS
/usr/share/doc/libechonest/COPYING
/usr/share/doc/libechonest/README
/usr/share/doc/libechonest/TODO
References
Summary
In this tutorial we learn how to install libechonest
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).