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

Last updated: October 07,2024

1. Install "rply.i686" package

This is a short guide on how to install rply.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install rply.i686

2. Uninstall "rply.i686" package

This is a short guide on how to uninstall rply.i686 on Fedora 35:

$ sudo dnf remove rply.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 2:10:02 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : rply
Version : 1.1.2
Release : 19.fc35
Architecture : i686
Size : 46 k
Source : rply-1.1.2-19.fc35.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.