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

Last updated: October 05,2024

1. Install "rply.i686" package

Here is a brief guide to show you how to install rply.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install rply.i686

2. Uninstall "rply.i686" package

Please follow the guidance below to uninstall rply.i686 on Fedora 36:

$ sudo dnf remove rply.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 0:01:21 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : rply
Version : 1.1.2
Release : 20.fc36
Architecture : i686
Size : 47 k
Source : rply-1.1.2-20.fc36.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.