Enable and upgrade setup
php bin/magento module:enable YKM_Custom
php bin/magento setup:upgrade
Disable the Module
php bin/magento module:disable YKM_Custom
Another One - module uninstall script is executed and whole module gets deleted afterwards. Only modules installed through Composer ca...