How To Install ultimarc on Fedora 34
Introduction
In this tutorial we learn how to install ultimarc
on Fedora 34.
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 Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install ultimarc.
Install ultimarc on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install ultimarc
using dnf
by running the following command:
sudo dnf -y install ultimarc
Install ultimarc on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
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 Fedora 34
To uninstall only the ultimarc
package we can use the following command:
sudo dnf remove ultimarc
ultimarc Package Contents on Fedora 34
/usr/bin/umtool
/usr/lib/.build-id
/usr/lib/.build-id/ac
/usr/lib/.build-id/ac/e39737e1eadea183d32d37d4b3d094b1012e40
/usr/lib/udev/rules.d/21-ultimarc.rules
/usr/share/doc/ultimarc
/usr/share/doc/ultimarc/AUTHORS
/usr/share/doc/ultimarc/README.md
/usr/share/doc/ultimarc/examples
/usr/share/doc/ultimarc/examples/ipac2_2014_TestMacro.json
/usr/share/doc/ultimarc/examples/ipac2_2014_default.json
/usr/share/doc/ultimarc/examples/ipac2_2015_TestMacro.json
/usr/share/doc/ultimarc/examples/ipac2_2015_default.json
/usr/share/doc/ultimarc/examples/ipac4_2014_default.json
/usr/share/doc/ultimarc/examples/ipac4_2015_default.json
/usr/share/doc/ultimarc/examples/ipacultimate_config.json
/usr/share/doc/ultimarc/examples/ipacultimate_led.json
/usr/share/doc/ultimarc/examples/ipacultimate_pins.json
/usr/share/doc/ultimarc/examples/jpac_2015_default.json
/usr/share/doc/ultimarc/examples/minipac_2014_default.json
/usr/share/doc/ultimarc/examples/minipac_2015_default.json
/usr/share/doc/ultimarc/examples/multiple.json
/usr/share/doc/ultimarc/examples/pacLED.json
/usr/share/doc/ultimarc/examples/pacLED_all.json
/usr/share/doc/ultimarc/examples/pacLED_config.json
/usr/share/doc/ultimarc/examples/pacdrive.json
/usr/share/doc/ultimarc/examples/u-hid.json
/usr/share/doc/ultimarc/examples/u-hid_nano.json
/usr/share/doc/ultimarc/examples/ultrastik_2014_config.json
/usr/share/doc/ultimarc/examples/ultrastik_2014_map2way.json
/usr/share/doc/ultimarc/examples/ultrastik_2015_analog.json
/usr/share/doc/ultimarc/examples/ultrastik_2015_config.json
/usr/share/doc/ultimarc/examples/ultrastik_2015_djoy4way.json
/usr/share/doc/ultimarc/examples/ultrastik_2015_easyjoy8way.json
/usr/share/doc/ultimarc/examples/ultrastik_2015_joy2way.json
/usr/share/doc/ultimarc/examples/ultrastik_2015_joy4way.json
/usr/share/doc/ultimarc/examples/ultrastik_2015_joy8way.json
/usr/share/doc/ultimarc/examples/ultrastik_2015_map2way.json
/usr/share/doc/ultimarc/examples/ultrastik_2015_mouse.json
/usr/share/doc/ultimarc/examples/ultrastik_2015_udbjoy4way.json
/usr/share/doc/ultimarc/examples/ultrastik_2015_vjoy2way.json
/usr/share/doc/ultimarc/examples/usbbutton.json
/usr/share/doc/ultimarc/examples/usbbutton_color.json
/usr/share/licenses/ultimarc
/usr/share/licenses/ultimarc/LICENSE
References
Summary
In this tutorial we learn how to install ultimarc
on Fedora 34 using yum and dnf.