How To Install ultimarc on AlmaLinux 8
Introduction
In this tutorial we learn how to install ultimarc
on AlmaLinux 8.
What is ultimarc
This utility will configure the following Ultimarc boards IPAC Ultimate, I-Pac 2, I-Pac 4, Mini-Pac, JPAC, UltraStik 360, PacLED64, U-HID and U-HID Nano. There is support for the PAC 2015 boards, UltraStik 2015 board and the previous generation of the PAC boards. It uses JSON configuration files to configure the different boards. It also supports the ability to change the device ID of the UltraStik 360 boards, allowing for the configuring of four different boards at once.
We can use yum
or dnf
to install ultimarc
on AlmaLinux 8. In this tutorial we discuss both methods but you only need to choose one of method to install ultimarc.
Install ultimarc on AlmaLinux 8 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install ultimarc
using dnf
by running the following command:
sudo dnf -y install ultimarc
Install ultimarc on AlmaLinux 8 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install ultimarc
using yum
by running the following command:
sudo yum -y install ultimarc
How To Uninstall ultimarc on AlmaLinux 8
To uninstall only the ultimarc
package we can use the following command:
sudo dnf remove ultimarc
References
Summary
In this tutorial we learn how to install ultimarc
on AlmaLinux 8 using yum and dnf.