-2

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.

Olo Olo
  • 55
  • 1
  • 1
  • 5
  • Please read http://stackoverflow.com/help/how-to-ask. Please show evidence of what research you have done. Please include a link to any resources you found to be of (relevant) interest. Please indicate what error messages you are getting or if you are getting no error messages. – toonice Apr 11 '17 at 03:37

1 Answers1

3

Current (past year or so) Fedora uses dnf. Either way, you would use "install":

sudo yum install dialog
sudo dnf install dialog
Thomas Dickey
  • 51,086
  • 7
  • 70
  • 105