tftp Servertftp-server package is installed with the command rpm -q tftp-server.
tftp is an xinetd-based service. Configure xinetd to process tftp requests by editing /etc/xinetd.d/tftp so that disable = no.
tftp service with the following commands:
systemctl start xinetd.servicesystemctl enable xinetd.service
tftp and xinetd services to immediately turn on and also configure them to start at boot.