How to Install and Uninstall python3-collada.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 06,2024

1. Install "python3-collada.noarch" package

Please follow the instructions below to install python3-collada.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install python3-collada.noarch

2. Uninstall "python3-collada.noarch" package

Please follow the guidelines below to uninstall python3-collada.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove python3-collada.noarch $ sudo dnf autoremove

3. Information about the python3-collada.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:54:02 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-collada
Version : 0.7.2
Release : 5.el9
Architecture : noarch
Size : 165 k
Source : python-collada-0.7.2-5.el9.src.rpm
Repository : epel
Summary : A python 3 module for creating, editing and loading COLLADA
URL : https://github.com/pycollada/pycollada
License : BSD
Description : pycollada is a python 3 module for creating, editing and loading COLLADA, which
: is a COLLAborative Design Activity for establishing an interchange file format
: for interactive 3D applications.
:
: The library allows you to load a COLLADA file and interact with it as a python
: object. In addition, it supports creating a collada python object from scratch,
: as well as in-place editing.