Downloading a module is simply a matter of typing:
drush dl <modulename>
After downloading the module, you can enable it by typing
drush dl <modulename>
You can download and install in a single command:
drush dl <modulename> -y
For example, to download and install the examples
module, type:
drush dl examples -y
11 / 2019