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

Last updated: October 06,2024

1. Install "python3-trimesh.noarch" package

Please follow the guidance below to install python3-trimesh.noarch on Fedora 34

$ 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 34:

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

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

Last metadata expiration check: 3:18:19 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-trimesh
Version : 3.8.17
Release : 1.fc34
Architecture : noarch
Size : 818 k
Source : python-trimesh-3.8.17-1.fc34.src.rpm
Repository : fedora
Summary : Import, export, process, analyze and view triangular meshes
URL : https://trimsh.org
License : MIT
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.