-1

I removed yum on Fedora 24. How do I easily reinstall it?

I have tried reinstalling using rpm. First I cannot find the rpm previously used (dnf-yum-1.1.10-1.fc24.noarch) and the rpms I get a lot of dependencies and sub dependencies.

I removed yum because it was not working after I re-partitioned my OS using gparted

yusha uzumo
  • 211
  • 1
  • 4
  • 15

1 Answers1

1

Fedora 24 does not need yum. You should use dnf.

In case you really need a yum, then install it with dnf:

sudo dnf install yum
Jakuje
  • 24,773
  • 12
  • 69
  • 75