Description of problem: On Fedora 27 the command "dnf provides /bin/ksh" does not find any results where as on 26 and below the command returns the ksh package as expected. This problem causes packages that require /bin/ksh to fail installation. Version-Release number of selected component (if applicable): ksh-20120801-41.fc27.x86_64 Steps to Reproduce: 1. dnf provides /bin/ksh Actual results: No matches found Expected results: ksh package should be found
It was introduced by this commit[1], as Fedora planned to move everything under /usr[2]. So ksh now lives under /usr/bin. [1] http://pkgs.fedoraproject.org/cgit/rpms/ksh.git/commit/ksh.spec?id=9bad5ead52cb1558d1f0db41dee8e0b8dd71d9d8 [2] https://fedoraproject.org/wiki/Features/UsrMove