How To Install libgpod-sharp on Fedora 36
Introduction
In this tutorial we learn how to install libgpod-sharp
on Fedora 36.
What is libgpod-sharp
C#/.NET library to access iPod content. Provides bindings to the libgpod library.
We can use yum
or dnf
to install libgpod-sharp
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libgpod-sharp.
Install libgpod-sharp 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 libgpod-sharp
using dnf
by running the following command:
sudo dnf -y install libgpod-sharp
Install libgpod-sharp 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 libgpod-sharp
using yum
by running the following command:
sudo yum -y install libgpod-sharp
How To Uninstall libgpod-sharp on Fedora 36
To uninstall only the libgpod-sharp
package we can use the following command:
sudo dnf remove libgpod-sharp
libgpod-sharp Package Contents on Fedora 36
/usr/lib/libgpod/libgpod-sharp-test.exe
/usr/lib/libgpod/libgpod-sharp-test.exe.mdb
/usr/lib/libgpod/libgpod-sharp.dll
/usr/lib/libgpod/libgpod-sharp.dll.config
/usr/lib/libgpod/libgpod-sharp.dll.mdb
References
Summary
In this tutorial we learn how to install libgpod-sharp
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libgpod-sharp on Fedora 36” linkTitle: “libgpod-sharp” type: “docs” description: “In this tutorial we learn how to install libgpod-sharp in Fedora 36. libgpod-sharp is C#/.NET library to access iPod content” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libgpod-sharp-featured.png
Introduction
In this tutorial we learn how to install libgpod-sharp
on Fedora 36.
What is libgpod-sharp
C#/.NET library to access iPod content. Provides bindings to the libgpod library.
We can use yum
or dnf
to install libgpod-sharp
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libgpod-sharp.
Install libgpod-sharp 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 libgpod-sharp
using dnf
by running the following command:
sudo dnf -y install libgpod-sharp
Install libgpod-sharp 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 libgpod-sharp
using yum
by running the following command:
sudo yum -y install libgpod-sharp
How To Uninstall libgpod-sharp on Fedora 36
To uninstall only the libgpod-sharp
package we can use the following command:
sudo dnf remove libgpod-sharp
libgpod-sharp Package Contents on Fedora 36
/usr/lib64/libgpod/libgpod-sharp-test.exe
/usr/lib64/libgpod/libgpod-sharp-test.exe.mdb
/usr/lib64/libgpod/libgpod-sharp.dll
/usr/lib64/libgpod/libgpod-sharp.dll.config
/usr/lib64/libgpod/libgpod-sharp.dll.mdb
References
Summary
In this tutorial we learn how to install libgpod-sharp
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).