How To Install udt on Fedora 36
Introduction
In this tutorial we learn how to install udt
on Fedora 36.
What is udt
UDT is a reliable UDP based application level data transport protocol for distributed data intensive applications over wide area high-speed networks. UDT uses UDP to transfer bulk data with its own reliability control and congestion control mechanisms. The new protocol can transfer data at a much higher speed than TCP does. UDT is also a highly configurable framework that can accommodate various congestion control algorithms.
We can use yum
or dnf
to install udt
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install udt.
Install udt 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 udt
using dnf
by running the following command:
sudo dnf -y install udt
Install udt 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 udt
using yum
by running the following command:
sudo yum -y install udt
How To Uninstall udt on Fedora 36
To uninstall only the udt
package we can use the following command:
sudo dnf remove udt
udt Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/02
/usr/lib/.build-id/02/09339c48287efaea2bdc06857191755b4cdef3
/usr/lib64/libudt.so.0
/usr/share/doc/udt
/usr/share/doc/udt/RELEASE_NOTES.txt
/usr/share/licenses/udt
/usr/share/licenses/udt/LICENSE.txt
References
Summary
In this tutorial we learn how to install udt
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install udt on Fedora 36” linkTitle: “udt” type: “docs” description: “In this tutorial we learn how to install udt in Fedora 36. udt is UDP based Data Transfer Protocol” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/udt-featured.png
Introduction
In this tutorial we learn how to install udt
on Fedora 36.
What is udt
UDT is a reliable UDP based application level data transport protocol for distributed data intensive applications over wide area high-speed networks. UDT uses UDP to transfer bulk data with its own reliability control and congestion control mechanisms. The new protocol can transfer data at a much higher speed than TCP does. UDT is also a highly configurable framework that can accommodate various congestion control algorithms.
We can use yum
or dnf
to install udt
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install udt.
Install udt 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 udt
using dnf
by running the following command:
sudo dnf -y install udt
Install udt 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 udt
using yum
by running the following command:
sudo yum -y install udt
How To Uninstall udt on Fedora 36
To uninstall only the udt
package we can use the following command:
sudo dnf remove udt
udt Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/d6
/usr/lib/.build-id/d6/83b886518f1def9ecaeac97ef98fb9c4a1133b
/usr/lib/libudt.so.0
/usr/share/doc/udt
/usr/share/doc/udt/RELEASE_NOTES.txt
/usr/share/licenses/udt
/usr/share/licenses/udt/LICENSE.txt
References
Summary
In this tutorial we learn how to install udt
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).