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

Last updated: November 27,2024

1. Install "python3-trimesh.noarch" package

This guide covers the steps necessary to install python3-trimesh.noarch on Fedora 35

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

2. Uninstall "python3-trimesh.noarch" package

Please follow the step by step instructions below to uninstall python3-trimesh.noarch on Fedora 35:

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

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

Last metadata expiration check: 3:34:44 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-trimesh
Version : 3.14.0
Release : 1.fc35
Architecture : noarch
Size : 863 k
Source : python-trimesh-3.14.0-1.fc35.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.