How to Install and Uninstall python3-transforms3d.noarch Package on Fedora 34

Last updated: September 06,2024

1. Install "python3-transforms3d.noarch" package

This is a short guide on how to install python3-transforms3d.noarch on Fedora 34

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

2. Uninstall "python3-transforms3d.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-transforms3d.noarch on Fedora 34:

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

3. Information about the python3-transforms3d.noarch package on Fedora 34

Last metadata expiration check: 5:39:11 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-transforms3d
Version : 0.3.1
Release : 13.fc34
Architecture : noarch
Size : 94 k
Source : python-transforms3d-0.3.1-13.fc34.src.rpm
Repository : fedora
Summary : 3 dimensional spatial transformations
URL : http://matthew-brett.github.io/transforms3d/
License : BSD
Description : Code to convert between various geometric transformations.
:
: * Composing rotations / zooms / shears / translations into affine matrix;
: * Decomposing affine matrix into rotations / zooms / shears / translations;
: * Conversions between different representations of rotations, including:
: ** 3x3 Rotation matrices;
: ** Euler angles;
: ** quaternions.
:
: Python 3 version.