How To Install libclastfm on Fedora 36
Introduction
In this tutorial we learn how to install libclastfm
on Fedora 36.
What is libclastfm
libclastfm is an unofficial C-API for the Last.fm web service written with libcurl. It was written because the official CBS Interactive Last.fm library requires Nokia QT, which is usually not desired when using GTK+ based distros. This library supports much more than basic scrobble submission. You can send shouts, fetch Album covers and much more. Due to the naming conflict with the official last.fm library, this library will install as “libclastfm”.
We can use yum
or dnf
to install libclastfm
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libclastfm.
Install libclastfm 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 libclastfm
using dnf
by running the following command:
sudo dnf -y install libclastfm
Install libclastfm 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 libclastfm
using yum
by running the following command:
sudo yum -y install libclastfm
How To Uninstall libclastfm on Fedora 36
To uninstall only the libclastfm
package we can use the following command:
sudo dnf remove libclastfm
libclastfm Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/af
/usr/lib/.build-id/af/52feb77f7ce7ccc92a20e5fe959e26befb9daa
/usr/lib64/libclastfm.so.0
/usr/lib64/libclastfm.so.0.0.0
/usr/share/doc/libclastfm
/usr/share/doc/libclastfm/AUTHORS
/usr/share/doc/libclastfm/COPYING
/usr/share/doc/libclastfm/ChangeLog
/usr/share/doc/libclastfm/NEWS
/usr/share/doc/libclastfm/README
References
Summary
In this tutorial we learn how to install libclastfm
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libclastfm on Fedora 36” linkTitle: “libclastfm” type: “docs” description: “In this tutorial we learn how to install libclastfm in Fedora 36. libclastfm is Unofficial C-API for the Last.fm web service” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libclastfm-featured.png
Introduction
In this tutorial we learn how to install libclastfm
on Fedora 36.
What is libclastfm
libclastfm is an unofficial C-API for the Last.fm web service written with libcurl. It was written because the official CBS Interactive Last.fm library requires Nokia QT, which is usually not desired when using GTK+ based distros. This library supports much more than basic scrobble submission. You can send shouts, fetch Album covers and much more. Due to the naming conflict with the official last.fm library, this library will install as “libclastfm”.
We can use yum
or dnf
to install libclastfm
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libclastfm.
Install libclastfm 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 libclastfm
using dnf
by running the following command:
sudo dnf -y install libclastfm
Install libclastfm 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 libclastfm
using yum
by running the following command:
sudo yum -y install libclastfm
How To Uninstall libclastfm on Fedora 36
To uninstall only the libclastfm
package we can use the following command:
sudo dnf remove libclastfm
libclastfm Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/2e
/usr/lib/.build-id/2e/8b875f76749e0165d892dbe65fb5e8be65e6ba
/usr/lib/libclastfm.so.0
/usr/lib/libclastfm.so.0.0.0
/usr/share/doc/libclastfm
/usr/share/doc/libclastfm/AUTHORS
/usr/share/doc/libclastfm/COPYING
/usr/share/doc/libclastfm/ChangeLog
/usr/share/doc/libclastfm/NEWS
/usr/share/doc/libclastfm/README
References
Summary
In this tutorial we learn how to install libclastfm
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).