How To Install tipcutils on Fedora 36
Introduction
In this tutorial we learn how to install tipcutils
on Fedora 36.
What is tipcutils
Tipcutils contains a variety of utility programs for use with Linux TIPC, including 1) TIPC pipe 2) tipclog logs link and node availability status. 3) tipc-link-watcher links in a cluster by using the topology service 4) net_topology_tracker the status of the overall cluster connectivity. It connects to the topolgy servers of all detected peer nodes, ans subscribes for their network view.
We can use yum
or dnf
to install tipcutils
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install tipcutils.
Install tipcutils 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 tipcutils
using dnf
by running the following command:
sudo dnf -y install tipcutils
Install tipcutils 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 tipcutils
using yum
by running the following command:
sudo yum -y install tipcutils
How To Uninstall tipcutils on Fedora 36
To uninstall only the tipcutils
package we can use the following command:
sudo dnf remove tipcutils
tipcutils Package Contents on Fedora 36
/usr/bin/tipc-pipe
/usr/lib/.build-id
/usr/lib/.build-id/22
/usr/lib/.build-id/22/759e80b7d57b0d2065e252817c61e7a753d5b6
/usr/lib/.build-id/6e
/usr/lib/.build-id/6e/0a6d87a9610cbc0ce75a5349914539982ff13b
/usr/lib/.build-id/be
/usr/lib/.build-id/be/5f97fa07bd51e88c4204387cf5bd17ed032fc5
/usr/sbin/tipc-link-watcher
/usr/sbin/tipclog
/usr/share/doc/tipcutils
/usr/share/doc/tipcutils/LICENSE
/usr/share/doc/tipcutils/README
/usr/share/man/man1/tipc-pipe.1.gz
References
Summary
In this tutorial we learn how to install tipcutils
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).