How to Install udpcast in Ubuntu 18.04



Install udpcast by entering the following commands in the terminal:

sudo apt update
sudo apt install udpcast

Description:

multicast file transfer tool

UDPcast can send data simultaneously to many destinations on a LAN. This can be used, for example, to install entire classrooms of PCs at once. The advantage of UDPcast over other methods (such as NFS, FTP, etc.) is that UDPcast uses Ethernet’s multicast abilities, which means it won’t take longer to install 15 machines than it would to install just two.

Homepage: http://udpcast.linux.lu/

Version: 20120424-2

Section: universe/utils