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

Last updated: September 25,2024

1. Install "rply.i686" package

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

$ sudo dnf update $ sudo dnf install rply.i686

2. Uninstall "rply.i686" package

In this section, we are going to explain the necessary steps to uninstall rply.i686 on Fedora 39:

$ sudo dnf remove rply.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 1:53:36 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : rply
Version : 1.1.2
Release : 23.fc39
Architecture : i686
Size : 47 k
Source : rply-1.1.2-23.fc39.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.