I installed systemd-resolved on centos 7.9 with yum install systemd-resolved. This worked, and I am able to run systemctl start systemd-resolved.service.
But when I try to run sudo systemd-resolve --flush-caches shows:
sudo: systemd-resolve: command not found
And sure enough there is no systemd-resolve
I checked yum packages and I see nothing for systemd-resolve.
How can I run the systemd-resolve commands on centos7?
Is there a different package I need to install?