How To Install novacom-client on Fedora 36

In this tutorial we learn how to install novacom-client in Fedora 36. novacom-client is Client for utility to connect to WebOS devices

Introduction

In this tutorial we learn how to install novacom-client on Fedora 36.

What is novacom-client

Novacom allows you to connect to WebOS devices that are connected over USB. You must have novacom-server installed to use it.

We can use yum or dnf to install novacom-client on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install novacom-client.

Install novacom-client on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

sudo dnf -y install novacom-client

Install novacom-client on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install novacom-client using yum by running the following command:

sudo yum -y install novacom-client

How To Uninstall novacom-client on Fedora 36

To uninstall only the novacom-client package we can use the following command:

sudo dnf remove novacom-client

novacom-client Package Contents on Fedora 36

/usr/bin/novacom
/usr/bin/novaterm
/usr/lib/.build-id
/usr/lib/.build-id/42
/usr/lib/.build-id/42/db135b8eaa58bcd2fc13587522130fad90f59c
/usr/share/doc/novacom-client
/usr/share/doc/novacom-client/README.md

References

Summary

In this tutorial we learn how to install novacom-client on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).