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

Last updated: January 15,2025

1. Install "python3-trimesh.noarch" package

Please follow the instructions below to install python3-trimesh.noarch on Fedora 36

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

2. Uninstall "python3-trimesh.noarch" package

Please follow the guidelines below to uninstall python3-trimesh.noarch on Fedora 36:

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

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

Last metadata expiration check: 3:04:35 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-trimesh
Version : 3.14.0
Release : 1.fc36
Architecture : noarch
Size : 863 k
Source : python-trimesh-3.14.0-1.fc36.src.rpm
Repository : updates
Summary : Import, export, process, analyze and view triangular meshes
URL : https://trimsh.org
License : MIT AND BSD-3-Clause AND Zlib
Description : Trimesh is a pure Python library for loading and using triangular meshes with
: an emphasis on watertight meshes. The goal of the library is to provide a fully
: featured and well tested Trimesh object which allows for easy manipulation and
: analysis, in the style of the Polygon object in the Shapely library.