Zend certified PHP/Magento developer

Magento 2 module is still not enabled after running commands

After uploading a third party module under app/code/ folder, I executed these commands in terminal to install it in the magento system:

php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-contet:deploy

But, when checking status, the module is still not installed. What am I missing in the above
process?