How To Install platform on Fedora 36
Introduction
In this tutorial we learn how to install platform
on Fedora 36.
What is platform
Platform support library used by libCEC and binary add-ons for Kodi.
We can use yum
or dnf
to install platform
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install platform.
Install platform 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 platform
using dnf
by running the following command:
sudo dnf -y install platform
Install platform 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 platform
using yum
by running the following command:
sudo yum -y install platform
How To Uninstall platform on Fedora 36
To uninstall only the platform
package we can use the following command:
sudo dnf remove platform
platform Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/d3
/usr/lib/.build-id/d3/9ae637f8b6a7d33b9e87a14488ab37f6b69f47
/usr/lib/libp8-platform.so.2
/usr/lib/libp8-platform.so.2.1.0
/usr/share/doc/platform
/usr/share/doc/platform/README.md
/usr/share/licenses/platform
/usr/share/licenses/platform/gpl-2.0.txt
References
Summary
In this tutorial we learn how to install platform
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install platform on Fedora 36” linkTitle: “platform” type: “docs” description: “In this tutorial we learn how to install platform in Fedora 36. platform is Platform support library used by libCEC and binary add-ons for Kodi” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/platform-featured.png
Introduction
In this tutorial we learn how to install platform
on Fedora 36.
What is platform
Platform support library used by libCEC and binary add-ons for Kodi.
We can use yum
or dnf
to install platform
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install platform.
Install platform 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 platform
using dnf
by running the following command:
sudo dnf -y install platform
Install platform 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 platform
using yum
by running the following command:
sudo yum -y install platform
How To Uninstall platform on Fedora 36
To uninstall only the platform
package we can use the following command:
sudo dnf remove platform
platform Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/65
/usr/lib/.build-id/65/997367789ae51366522148dbdff3f143f38143
/usr/lib64/libp8-platform.so.2
/usr/lib64/libp8-platform.so.2.1.0
/usr/share/doc/platform
/usr/share/doc/platform/README.md
/usr/share/licenses/platform
/usr/share/licenses/platform/gpl-2.0.txt
References
Summary
In this tutorial we learn how to install platform
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).