How To Install rply on Fedora 34
Introduction
In this tutorial we learn how to install rply
on Fedora 34.
What is rply
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. rply 1.1.2 18.fc34 x86_64 46 k rply-1.1.2-18.fc34.src.rpm fedora A library to read and write PLY files http MIT 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.
We can use yum
or dnf
to install rply
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install rply.
Install rply on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
The output should look something like this:
After updating yum database, We can install rply
using dnf
by running the following command:
Install rply on Fedora 34 Using yum
Update yum database with yum
using the following command.
The output should look something like this:
After updating yum database, We can install rply
using yum
by running the following command:
How To Uninstall rply on Fedora 34
To uninstall only the rply
package we can use the following command:
rply Package Contents on Fedora 34
References
- [rply website](http://www.tecgraf.puc-rio.br/~diego/professional/rply/ http://www.tecgraf.puc-rio.br/~diego/professional/rply/)
Summary
In this tutorial we learn how to install rply
on Fedora 34 using yum and dnf.