How to Install and Uninstall python3-collada.noarch Package on Rocky Linux 8

Last updated: May 21,2024

1. Install "python3-collada.noarch" package

Please follow the steps below to install python3-collada.noarch on Rocky Linux 8

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

2. Uninstall "python3-collada.noarch" package

This guide let you learn how to uninstall python3-collada.noarch on Rocky Linux 8:

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

3. Information about the python3-collada.noarch package on Rocky Linux 8

Last metadata expiration check: 0:01:40 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : python3-collada
Version : 0.7.1
Release : 1.el8
Architecture : noarch
Size : 179 k
Source : python-collada-0.7.1-1.el8.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.