How to Install and Uninstall vmmlib-devel.noarch Package on Fedora 34

Last updated: July 05,2024

1. Install "vmmlib-devel.noarch" package

Learn how to install vmmlib-devel.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install vmmlib-devel.noarch

2. Uninstall "vmmlib-devel.noarch" package

This tutorial shows how to uninstall vmmlib-devel.noarch on Fedora 34:

$ sudo dnf remove vmmlib-devel.noarch $ sudo dnf autoremove

3. Information about the vmmlib-devel.noarch package on Fedora 34

Last metadata expiration check: 3:50:03 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : vmmlib-devel
Version : 1.6.2
Release : 15.20140319git925a709b.fc34
Architecture : noarch
Size : 124 k
Source : vmmlib-1.6.2-15.20140319git925a709b.fc34.src.rpm
Repository : fedora
Summary : A vector and matrix math library implemented using C++ templates
URL : http://github.com/VMML/vmmlib/
License : BSD
Description : vmmlib is a vector and matrix math library implemented using C++ templates.
: Its basic functionality includes a vector and a matrix class, with additional
: functionality for the often-used 3d and 4d vectors and 3x3 and 4x4 matrices.
: More advanced functionality include solvers, frustum computations and frustum
: culling classes, and spatial data structures.