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

Last updated: May 19,2024

1. Install "vecmath1.2.noarch" package

Please follow the guidelines below to install vecmath1.2.noarch on Fedora 35

$ 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 35:

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

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

Last metadata expiration check: 3:34:53 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : vecmath1.2
Version : 1.14
Release : 28.fc35
Architecture : noarch
Size : 117 k
Source : vecmath1.2-1.14-28.fc35.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.