php bin/magento module:enable BoostMyShop_Rma
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
Once everything is done, go back in Magento, select menu system > web setup wizard, then click on the component manager button : you should see the new extension here
The upgrade process is exactly the same as the installation process
To disable an extension, Please run the below command
php bin/magento module:disable BoostMyShop_Rma
Or to disable an extension, select menu system > web setup wizard, then click on the component manager button Find the extension you want to disable and select “disable” in the “Actions” column
Or use this to fully uninstall the module:
php bin/magento module:uninstall BoostMyShop_Rma