How To Install ultimarc on CentOS 8

In this tutorial we learn how to install ultimarc on CentOS 8. ultimarc is Library and command line utility to configure Ultimarc boards

Introduction

In this tutorial we learn how to install ultimarc on CentOS 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 CentOS 8. In this tutorial we discuss both methods but you only need to choose one of method to install ultimarc.

Install ultimarc on CentOS 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache

After updating yum database, We can install ultimarc using yum by running the following command:

sudo yum -y install ultimarc

Install ultimarc on CentOS 8 Using dnf

If you don’t have dnf installed you can install DNF on CentOS 7 first. Update yum database with dnf using the following command.

sudo dnf makecache

After updating yum database, We can install ultimarc using dnf by running the following command:

sudo dnf -y install ultimarc

How To Uninstall ultimarc on CentOS 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 CentOS 8 using yum and dnf.