We can use the following command for downloading and enabling module till the version of drupal7
drush dl module_name
drush en module_name -y
In Drupal 8 and Drupal9 you no longer use Drush. Use composer command instead
composer require drupal/module_name
After, you will need to enable the module using the Drush command