How to Install and Uninstall python3-gsd.x86_64 Package on Fedora 35

Last updated: October 02,2024

1. Install "python3-gsd.x86_64" package

In this section, we are going to explain the necessary steps to install python3-gsd.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install python3-gsd.x86_64

2. Uninstall "python3-gsd.x86_64" package

This is a short guide on how to uninstall python3-gsd.x86_64 on Fedora 35:

$ sudo dnf remove python3-gsd.x86_64 $ sudo dnf autoremove

3. Information about the python3-gsd.x86_64 package on Fedora 35

Last metadata expiration check: 5:24:29 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-gsd
Version : 2.5.0
Release : 1.fc35
Architecture : x86_64
Size : 126 k
Source : python-gsd-2.5.0-1.fc35.src.rpm
Repository : updates
Summary : Documentation for python-gsd
URL : https://gsd.readthedocs.io/
License : BSD
Description :
: GSD (General Simulation Data) is a file format specification and a library
: to read and write it. The package also contains a python module that reads
: and writes hoomd schema gsd files with an easy to use syntax.
:
: * Efficiently store many frames of data from simulation runs.
: * High performance file read and write.
: * Support arbitrary chunks of data in each frame (position, orientation,
: type, etc...).
: * Append frames to an existing file with a monotonically increasing frame
: number.
: * Resilient to job kills.
: * Variable number of named chunks in each frame.
: * Variable size of chunks in each frame.
: * Each chunk identifies data type.
: * Common use cases: NxM arrays in double, float, int, char types.
: * Generic use case: binary blob of N bytes.
: * Easy to integrate into other tools with python, or a C API (< 1k lines).
: * Fast random access to frames.