Reinstall of Nextcloud failed

The system is Fedora 32
In order to be insured of a clean environment I decided to remove and reinstall nextcloud.

dnf remove nextcloud-httpd nextcloud nextcloud-client nextcloud-mysql nextcloud-client-libs
dnf install nextcloud-httpd nextcloud nextcloud-client nextcloud-mysql nextcloud-client-libs
These were completed without incident.

The net net of the above is some files appear to be missing.

The command below reports missing commands:
sudo -u apache php occ list
Nextcloud is not installed - only a limited number of commands are available
Nextcloud 18.0.9

– in addition the output shows an abbreviated list of occ commands.

One command that is missing is user:list. What file supports this command? That may lead to identifying what is missing.
Thanks, Dan

I have no idea why this happened. I ended up removing every nextcloud folder I could find and reinstalling. I also removed and reinstalled the database. It is now working. This was one of those frustrating adventures. If someone has better advice please post it. Thanks.