How To Install udpcast-devel on Fedora 36
Introduction
In this tutorial we learn how to install udpcast-devel
on Fedora 36.
What is udpcast-devel
Command-line client for UDP sender and receiver. Udpcast is an application for multicasting data to multiple targets.
We can use yum
or dnf
to install udpcast-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install udpcast-devel.
Install udpcast-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 udpcast-devel
using dnf
by running the following command:
sudo dnf -y install udpcast-devel
---
title: “How To Install udpcast-devel on Fedora 36”
linkTitle: “udpcast-devel”
Install udpcast-devel on Fedora 36 Using yum
type: “docs”
Update yum database with yum
using the following command.
description: “In this tutorial we learn how to install udpcast-devel in Fedora 36. udpcast-devel is Development headers for udpcast”
date: “2022-08-17”
lastmod: "2022-08-17"
sudo yum makecache --refresh
#image: /images/fedora/36/udpcast-devel-featured.png
After updating yum database, We can install udpcast-devel
using yum
by running the following command:
Introduction
sudo yum -y install udpcast-devel
In this tutorial we learn how to install udpcast-devel
on Fedora 36.
How To Uninstall udpcast-devel on Fedora 36
What is udpcast-devel
To uninstall only the udpcast-devel
package we can use the following command:
Command-line client for UDP sender and receiver. Udpcast is an application for multicasting data to multiple targets.
sudo dnf remove udpcast-devel
We can use yum
or dnf
to install udpcast-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install udpcast-devel.
udpcast-devel Package Contents on Fedora 36
Install udpcast-devel on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install udpcast-devel
using dnf
by running the following command:
sudo dnf -y install udpcast-devel
Install udpcast-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 udpcast-devel
using yum
by running the following command:
sudo yum -y install udpcast-devel
How To Uninstall udpcast-devel on Fedora 36
To uninstall only the udpcast-devel
package we can use the following command:
sudo dnf remove udpcast-devel
udpcast-devel Package Contents on Fedora 36
/usr/include/udpcast/rateGovernor.h
/usr/share/doc/udpcast-devel
/usr/share/doc/udpcast-devel/COPYING
References
Summary
In this tutorial we learn how to install udpcast-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/include/udpcast/rateGovernor.h /usr/share/doc/udpcast-devel /usr/share/doc/udpcast-devel/COPYING
## References
* [udpcast-devel website](http://udpcast.linux.lu/)
## Summary
In this tutorial we learn how to install `udpcast-devel` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).