How To Install pyotherside on Fedora 36
Introduction
In this tutorial we learn how to install pyotherside
on Fedora 36.
What is pyotherside
A QML Plugin that provides access to a Python 3 interpreter from QML.
We can use yum
or dnf
to install pyotherside
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install pyotherside.
Install pyotherside 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 pyotherside
using dnf
by running the following command:
sudo dnf -y install pyotherside
Install pyotherside 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 pyotherside
using yum
by running the following command:
sudo yum -y install pyotherside
How To Uninstall pyotherside on Fedora 36
To uninstall only the pyotherside
package we can use the following command:
sudo dnf remove pyotherside
pyotherside Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/3f
/usr/lib/.build-id/3f/dbcdef3c336085237c2afd97ee9f1eeeeae80a
/usr/lib/.build-id/69
/usr/lib/.build-id/69/48cdbf5337c028f3df077dd0dbe0e15955ea89
/usr/lib64/qt5/qml/io
/usr/lib64/qt5/qml/io/thp
/usr/lib64/qt5/qml/io/thp/pyotherside
/usr/lib64/qt5/qml/io/thp/pyotherside/libpyothersideplugin.so
/usr/lib64/qt5/qml/io/thp/pyotherside/pyotherside.qmltypes
/usr/lib64/qt5/qml/io/thp/pyotherside/qmldir
/usr/share/doc/pyotherside
/usr/share/doc/pyotherside/README
/usr/share/licenses/pyotherside
/usr/share/licenses/pyotherside/LICENSE
References
Summary
In this tutorial we learn how to install pyotherside
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install pyotherside on Fedora 36” linkTitle: “pyotherside” type: “docs” description: “In this tutorial we learn how to install pyotherside in Fedora 36. pyotherside is Asynchronous Python 3 Bindings for Qt 5” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/pyotherside-featured.png
Introduction
In this tutorial we learn how to install pyotherside
on Fedora 36.
What is pyotherside
A QML Plugin that provides access to a Python 3 interpreter from QML.
We can use yum
or dnf
to install pyotherside
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install pyotherside.
Install pyotherside 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 pyotherside
using dnf
by running the following command:
sudo dnf -y install pyotherside
Install pyotherside 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 pyotherside
using yum
by running the following command:
sudo yum -y install pyotherside
How To Uninstall pyotherside on Fedora 36
To uninstall only the pyotherside
package we can use the following command:
sudo dnf remove pyotherside
pyotherside Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/81
/usr/lib/.build-id/81/6ceb024261068d9d3313514df6bbf6e8e0c8ab
/usr/lib/.build-id/dd
/usr/lib/.build-id/dd/f617378221f56acea1f321a28e20aefbd5dbde
/usr/lib/qt5/qml/io
/usr/lib/qt5/qml/io/thp
/usr/lib/qt5/qml/io/thp/pyotherside
/usr/lib/qt5/qml/io/thp/pyotherside/libpyothersideplugin.so
/usr/lib/qt5/qml/io/thp/pyotherside/pyotherside.qmltypes
/usr/lib/qt5/qml/io/thp/pyotherside/qmldir
/usr/share/doc/pyotherside
/usr/share/doc/pyotherside/README
/usr/share/licenses/pyotherside
/usr/share/licenses/pyotherside/LICENSE
References
Summary
In this tutorial we learn how to install pyotherside
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).