To install a boostmyshop magento2 extension on your platform, process the following steps :
php bin/magento module:enable BoostMyShop_BarcodeInventory
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 there.
The upgrade process is exactly the same as the installation process
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.