How to Install and Uninstall python3-collada.noarch Package on Fedora 36

Last updated: October 07,2024

1. Install "python3-collada.noarch" package

Please follow the steps below to install python3-collada.noarch on Fedora 36

$ 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 Fedora 36:

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

3. Information about the python3-collada.noarch package on Fedora 36

Last metadata expiration check: 0:10:37 ago on Thu Sep 8 14:04:51 2022.
Available Packages
Name : python3-collada
Version : 0.7.2
Release : 2.fc36
Architecture : noarch
Size : 166 k
Source : python-collada-0.7.2-2.fc36.src.rpm
Repository : fedora
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.