How to Install and Uninstall python3-collada.noarch Package on AlmaLinux 9

Last updated: July 02,2024

1. Install "python3-collada.noarch" package

This guide covers the steps necessary to install python3-collada.noarch on AlmaLinux 9

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

2. Uninstall "python3-collada.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-collada.noarch on AlmaLinux 9:

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

3. Information about the python3-collada.noarch package on AlmaLinux 9

Last metadata expiration check: 0:17:45 ago on Wed Mar 13 07:41:12 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.