On CentOS and RHEL or Rocky Linux now I can use the dnf command to find out what package provides a file. Like I would run:
dnf whatprovides '*bin/ls'
dnf whatprovides '*bin/bash'
What is the equivalent of dnf whatprovides on Ubuntu server? I need apt whatprovides command.