Greetings techies,
I've deleted the Magento 2.4.4 database from PhpMyAdmin. After that I create new database and add it to the .env file. I also uninstall the Luma theme using CLI. Now whenever I tried to install the sample data using command
php bin/magento sampledata:deploy
I found the error on console "There are no commands defined in the "sampledata" namespace."

What's the solution of this issue?