How to Install and Uninstall python3-gphoto2.x86_64 Package on Fedora 36

Last updated: May 19,2024

1. Install "python3-gphoto2.x86_64" package

Learn how to install python3-gphoto2.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install python3-gphoto2.x86_64

2. Uninstall "python3-gphoto2.x86_64" package

Please follow the instructions below to uninstall python3-gphoto2.x86_64 on Fedora 36:

$ sudo dnf remove python3-gphoto2.x86_64 $ sudo dnf autoremove

3. Information about the python3-gphoto2.x86_64 package on Fedora 36

Last metadata expiration check: 0:44:07 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-gphoto2
Version : 2.0.0
Release : 11.fc36
Architecture : x86_64
Size : 256 k
Source : python-gphoto2-2.0.0-11.fc36.src.rpm
Repository : fedora
Summary : A Python interface to libgphoto2
URL : https://github.com/jim-easterbrook/python-gphoto2
License : GPLv3+
Description : python-gphoto2 is a comprehensive Python interface (or binding) to libgphoto2.
: It is built using SWIG to automatically generate the interface code. This
: gives direct access to nearly all the libgphoto2 functions, but sometimes in
: a rather un-Pythonic manner.