How To Install pyotherside on Fedora 34
Introduction
In this tutorial we learn how to install pyotherside
on Fedora 34.
What is pyotherside
A QML Plugin that provides access to a Python 3 interpreter from QML. pyotherside 1.5.9 8.fc34 x86_64 93 k pyotherside-1.5.9-8.fc34.src.rpm fedora Asynchronous Python 3 Bindings for Qt 5 http ISC A QML Plugin that provides access to a Python 3 interpreter from QML.
We can use yum
or dnf
to install pyotherside
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install pyotherside.
Install pyotherside on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install pyotherside
using dnf
by running the following command:
sudo dnf -y install pyotherside
Install pyotherside on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
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 34
To uninstall only the pyotherside
package we can use the following command:
sudo dnf remove pyotherside
pyotherside Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/17
/usr/lib/.build-id/17/a021aa4b166664de5c2b05500b06b4b0da65da
/usr/lib/.build-id/7f
/usr/lib/.build-id/7f/94f5bcd9d2c5a944f4006422de88bbf6b1cbae
/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
/usr/lib/.build-id
/usr/lib/.build-id/79
/usr/lib/.build-id/79/5568bf6973c7541d73b15f1bb0fd9e2dca5486
/usr/lib/.build-id/bd
/usr/lib/.build-id/bd/d82b483c000cadf581df006921bdab5d549a87
/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
- [pyotherside website](http://thp.io/2011/pyotherside/ http://thp.io/2011/pyotherside/)
Summary
In this tutorial we learn how to install pyotherside
on Fedora 34 using yum and dnf.