How to Install and Uninstall rply.i686 Package on Fedora 38

Last updated: January 16,2025

1. Install "rply.i686" package

This guide let you learn how to install rply.i686 on Fedora 38

$ sudo dnf update $ sudo dnf install rply.i686

2. Uninstall "rply.i686" package

Here is a brief guide to show you how to uninstall rply.i686 on Fedora 38:

$ sudo dnf remove rply.i686 $ sudo dnf autoremove

3. Information about the rply.i686 package on Fedora 38

Last metadata expiration check: 3:42:51 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : rply
Version : 1.1.2
Release : 22.fc38
Architecture : i686
Size : 47 k
Source : rply-1.1.2-22.fc38.src.rpm
Repository : fedora
Summary : A library to read and write PLY files
URL : http://www.tecgraf.puc-rio.br/~diego/professional/rply/
License : MIT
Description : RPly is a library that lets applications read and write PLY files.
: The PLY file format is widely used to store geometric information, such as 3D
: models, but is general enough to be useful for other purposes.
:
: RPly is easy to use, well documented, small, free, open-source, ANSI C,
: efficient, and well tested. The highlights are:
:
: * A callback mechanism that makes PLY file input straightforward;
: * Support for the full range of numeric formats;
: * Binary (big and little endian) and text modes are fully supported;
: * Input and output are buffered for efficiency;
: * Available under the MIT license for added freedom.