How to Install and Uninstall vecmath1.2.noarch Package on Fedora 34

Last updated: June 29,2024

1. Install "vecmath1.2.noarch" package

This guide covers the steps necessary to install vecmath1.2.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install vecmath1.2.noarch

2. Uninstall "vecmath1.2.noarch" package

This tutorial shows how to uninstall vecmath1.2.noarch on Fedora 34:

$ sudo dnf remove vecmath1.2.noarch $ sudo dnf autoremove

3. Information about the vecmath1.2.noarch package on Fedora 34

Last metadata expiration check: 4:39:29 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : vecmath1.2
Version : 1.14
Release : 27.fc34
Architecture : noarch
Size : 117 k
Source : vecmath1.2-1.14-27.fc34.src.rpm
Repository : fedora
Summary : Free version of vecmath from the Java3D 1.2 specification
URL : http://www.objectclub.jp/download/vecmath_e
License : MIT
Description : This is an unofficial implementation (java source code) of the javax.vecmath
: package specified in the Java(TM) 3D API 1.2 . The package includes classes
: for 3-space vector/point, 4-space vector, 4x4, 3x3 matrix, quaternion,
: axis-angle combination and etc. which are often utilized for computer graphics
: mathematics. Most of the classes have single and double precision versions.
: Generic matrices' LU and SV decomposition are also there.