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

Last updated: October 06,2024

1. Install "vmmlib-devel.noarch" package

In this section, we are going to explain the necessary steps to install vmmlib-devel.noarch on Fedora 36

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

2. Uninstall "vmmlib-devel.noarch" package

Here is a brief guide to show you how to uninstall vmmlib-devel.noarch on Fedora 36:

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

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

Last metadata expiration check: 0:44:48 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : vmmlib-devel
Version : 1.6.2
Release : 17.20140319git925a709b.fc35
Architecture : noarch
Size : 124 k
Source : vmmlib-1.6.2-17.20140319git925a709b.fc35.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.