Question:
How to enable module in Magento 2?
Sample Answer:
Execute the Magento 2 CLI command to enable module:
php bin/magento module:enable Namespace_ModuleName
Execute other Magento 2 CLI commands as required like setup:upgrade, di:compile, etc