Issue
I tried this code on CLI -
yum provides */dialog
It doesn't seem to work. I also tried a link for RPM but that didn't work either.
id='dv3'>
Solution
Current (past year or so) Fedora uses dnf
. Either way, you would use "install":
sudo yum install dialog
sudo dnf install dialog
Answered By - Thomas Dickey Answer Checked By - Marilyn (WPSolving Volunteer)