How To Install udt-devel on Fedora 36

In this tutorial we learn how to install udt-devel in Fedora 36. udt-devel is UDP based Data Transfer Protocol - development files

Introduction

In this tutorial we learn how to install udt-devel on Fedora 36.

What is udt-devel

UDT development files.

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

Install udt-devel 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-devel using dnf by running the following command:

sudo dnf -y install udt-devel

Install udt-devel 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-devel using yum by running the following command:

sudo yum -y install udt-devel

How To Uninstall udt-devel on Fedora 36

To uninstall only the udt-devel package we can use the following command:

sudo dnf remove udt-devel

udt-devel Package Contents on Fedora 36

/usr/include/udt
/usr/include/udt/api.h
/usr/include/udt/buffer.h
/usr/include/udt/cache.h
/usr/include/udt/ccc.h
/usr/include/udt/channel.h
/usr/include/udt/common.h
/usr/include/udt/core.h
/usr/include/udt/epoll.h
/usr/include/udt/list.h
/usr/include/udt/md5.h
/usr/include/udt/packet.h
/usr/include/udt/queue.h
/usr/include/udt/udt.h
/usr/include/udt/window.h
/usr/lib/libudt.so
/usr/share/doc/udt-devel
/usr/share/doc/udt-devel/doc
/usr/share/doc/udt-devel/doc/doc
/usr/share/doc/udt-devel/doc/doc/accept.htm
/usr/share/doc/udt-devel/doc/doc/bind.htm
/usr/share/doc/udt-devel/doc/doc/ccc.htm
/usr/share/doc/udt-devel/doc/doc/cleanup.htm
/usr/share/doc/udt-devel/doc/doc/close.htm
/usr/share/doc/udt-devel/doc/doc/connect.htm
/usr/share/doc/udt-devel/doc/doc/copy.htm
/usr/share/doc/udt-devel/doc/doc/ecode.htm
/usr/share/doc/udt-devel/doc/doc/epoll.htm
/usr/share/doc/udt-devel/doc/doc/error.htm
/usr/share/doc/udt-devel/doc/doc/footer.htm
/usr/share/doc/udt-devel/doc/doc/function.htm
/usr/share/doc/udt-devel/doc/doc/header.htm
/usr/share/doc/udt-devel/doc/doc/intro.htm
/usr/share/doc/udt-devel/doc/doc/listen.htm
/usr/share/doc/udt-devel/doc/doc/make.htm
/usr/share/doc/udt-devel/doc/doc/opt.htm
/usr/share/doc/udt-devel/doc/doc/peername.htm
/usr/share/doc/udt-devel/doc/doc/recv.htm
/usr/share/doc/udt-devel/doc/doc/recvfile.htm
/usr/share/doc/udt-devel/doc/doc/recvmsg.htm
/usr/share/doc/udt-devel/doc/doc/reference.htm
/usr/share/doc/udt-devel/doc/doc/select.htm
/usr/share/doc/udt-devel/doc/doc/selectex.htm
/usr/share/doc/udt-devel/doc/doc/send.htm
/usr/share/doc/udt-devel/doc/doc/sendfile.htm
/usr/share/doc/udt-devel/doc/doc/sendmsg.htm
/usr/share/doc/udt-devel/doc/doc/socket.htm
/usr/share/doc/udt-devel/doc/doc/sockname.htm
/usr/share/doc/udt-devel/doc/doc/startup.htm
/usr/share/doc/udt-devel/doc/doc/structure.htm
/usr/share/doc/udt-devel/doc/doc/t-cc.htm
/usr/share/doc/udt-devel/doc/doc/t-config.htm
/usr/share/doc/udt-devel/doc/doc/t-data.htm
/usr/share/doc/udt-devel/doc/doc/t-error.htm
/usr/share/doc/udt-devel/doc/doc/t-file.htm
/usr/share/doc/udt-devel/doc/doc/t-firewall.htm
/usr/share/doc/udt-devel/doc/doc/t-hello.htm
/usr/share/doc/udt-devel/doc/doc/t-intro.htm
/usr/share/doc/udt-devel/doc/doc/t-msg.htm
/usr/share/doc/udt-devel/doc/doc/t-udt3.htm
/usr/share/doc/udt-devel/doc/doc/trace.htm
/usr/share/doc/udt-devel/doc/doc/treeview.css
/usr/share/doc/udt-devel/doc/doc/tutorial.htm
/usr/share/doc/udt-devel/doc/doc/udtdoc.css
/usr/share/doc/udt-devel/doc/hlp
/usr/share/doc/udt-devel/doc/hlp/ix_book.gif
/usr/share/doc/udt-devel/doc/hlp/ix_down.gif
/usr/share/doc/udt-devel/doc/hlp/ix_end.gif
/usr/share/doc/udt-devel/doc/hlp/ix_endm.gif
/usr/share/doc/udt-devel/doc/hlp/ix_endp.gif
/usr/share/doc/udt-devel/doc/hlp/ix_leaf.gif
/usr/share/doc/udt-devel/doc/hlp/ix_line.gif
/usr/share/doc/udt-devel/doc/hlp/ix_link.gif
/usr/share/doc/udt-devel/doc/hlp/ix_list.gif
/usr/share/doc/udt-devel/doc/hlp/ix_listm.gif
/usr/share/doc/udt-devel/doc/hlp/ix_listp.gif
/usr/share/doc/udt-devel/doc/hlp/ix_open.gif
/usr/share/doc/udt-devel/doc/hlp/ix_space.gif
/usr/share/doc/udt-devel/doc/hlp/ix_up.gif
/usr/share/doc/udt-devel/doc/index.htm
/usr/share/doc/udt-devel/doc/main.htm

References

Summary

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


title: “How To Install udt-devel on Fedora 36” linkTitle: “udt-devel” type: “docs” description: “In this tutorial we learn how to install udt-devel in Fedora 36. udt-devel is UDP based Data Transfer Protocol - development files” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/udt-devel-featured.png

Introduction

In this tutorial we learn how to install udt-devel on Fedora 36.

What is udt-devel

UDT development files.

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

Install udt-devel 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-devel using dnf by running the following command:

sudo dnf -y install udt-devel

Install udt-devel 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-devel using yum by running the following command:

sudo yum -y install udt-devel

How To Uninstall udt-devel on Fedora 36

To uninstall only the udt-devel package we can use the following command:

sudo dnf remove udt-devel

udt-devel Package Contents on Fedora 36

/usr/include/udt
/usr/include/udt/api.h
/usr/include/udt/buffer.h
/usr/include/udt/cache.h
/usr/include/udt/ccc.h
/usr/include/udt/channel.h
/usr/include/udt/common.h
/usr/include/udt/core.h
/usr/include/udt/epoll.h
/usr/include/udt/list.h
/usr/include/udt/md5.h
/usr/include/udt/packet.h
/usr/include/udt/queue.h
/usr/include/udt/udt.h
/usr/include/udt/window.h
/usr/lib64/libudt.so
/usr/share/doc/udt-devel
/usr/share/doc/udt-devel/doc
/usr/share/doc/udt-devel/doc/doc
/usr/share/doc/udt-devel/doc/doc/accept.htm
/usr/share/doc/udt-devel/doc/doc/bind.htm
/usr/share/doc/udt-devel/doc/doc/ccc.htm
/usr/share/doc/udt-devel/doc/doc/cleanup.htm
/usr/share/doc/udt-devel/doc/doc/close.htm
/usr/share/doc/udt-devel/doc/doc/connect.htm
/usr/share/doc/udt-devel/doc/doc/copy.htm
/usr/share/doc/udt-devel/doc/doc/ecode.htm
/usr/share/doc/udt-devel/doc/doc/epoll.htm
/usr/share/doc/udt-devel/doc/doc/error.htm
/usr/share/doc/udt-devel/doc/doc/footer.htm
/usr/share/doc/udt-devel/doc/doc/function.htm
/usr/share/doc/udt-devel/doc/doc/header.htm
/usr/share/doc/udt-devel/doc/doc/intro.htm
/usr/share/doc/udt-devel/doc/doc/listen.htm
/usr/share/doc/udt-devel/doc/doc/make.htm
/usr/share/doc/udt-devel/doc/doc/opt.htm
/usr/share/doc/udt-devel/doc/doc/peername.htm
/usr/share/doc/udt-devel/doc/doc/recv.htm
/usr/share/doc/udt-devel/doc/doc/recvfile.htm
/usr/share/doc/udt-devel/doc/doc/recvmsg.htm
/usr/share/doc/udt-devel/doc/doc/reference.htm
/usr/share/doc/udt-devel/doc/doc/select.htm
/usr/share/doc/udt-devel/doc/doc/selectex.htm
/usr/share/doc/udt-devel/doc/doc/send.htm
/usr/share/doc/udt-devel/doc/doc/sendfile.htm
/usr/share/doc/udt-devel/doc/doc/sendmsg.htm
/usr/share/doc/udt-devel/doc/doc/socket.htm
/usr/share/doc/udt-devel/doc/doc/sockname.htm
/usr/share/doc/udt-devel/doc/doc/startup.htm
/usr/share/doc/udt-devel/doc/doc/structure.htm
/usr/share/doc/udt-devel/doc/doc/t-cc.htm
/usr/share/doc/udt-devel/doc/doc/t-config.htm
/usr/share/doc/udt-devel/doc/doc/t-data.htm
/usr/share/doc/udt-devel/doc/doc/t-error.htm
/usr/share/doc/udt-devel/doc/doc/t-file.htm
/usr/share/doc/udt-devel/doc/doc/t-firewall.htm
/usr/share/doc/udt-devel/doc/doc/t-hello.htm
/usr/share/doc/udt-devel/doc/doc/t-intro.htm
/usr/share/doc/udt-devel/doc/doc/t-msg.htm
/usr/share/doc/udt-devel/doc/doc/t-udt3.htm
/usr/share/doc/udt-devel/doc/doc/trace.htm
/usr/share/doc/udt-devel/doc/doc/treeview.css
/usr/share/doc/udt-devel/doc/doc/tutorial.htm
/usr/share/doc/udt-devel/doc/doc/udtdoc.css
/usr/share/doc/udt-devel/doc/hlp
/usr/share/doc/udt-devel/doc/hlp/ix_book.gif
/usr/share/doc/udt-devel/doc/hlp/ix_down.gif
/usr/share/doc/udt-devel/doc/hlp/ix_end.gif
/usr/share/doc/udt-devel/doc/hlp/ix_endm.gif
/usr/share/doc/udt-devel/doc/hlp/ix_endp.gif
/usr/share/doc/udt-devel/doc/hlp/ix_leaf.gif
/usr/share/doc/udt-devel/doc/hlp/ix_line.gif
/usr/share/doc/udt-devel/doc/hlp/ix_link.gif
/usr/share/doc/udt-devel/doc/hlp/ix_list.gif
/usr/share/doc/udt-devel/doc/hlp/ix_listm.gif
/usr/share/doc/udt-devel/doc/hlp/ix_listp.gif
/usr/share/doc/udt-devel/doc/hlp/ix_open.gif
/usr/share/doc/udt-devel/doc/hlp/ix_space.gif
/usr/share/doc/udt-devel/doc/hlp/ix_up.gif
/usr/share/doc/udt-devel/doc/index.htm
/usr/share/doc/udt-devel/doc/main.htm

References

Summary

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