< Debian/Ubuntu. "" drush , . / , "drush" :
find / -type d -name 'drush'
find / -type f -name 'drush'
Drush, , Drush.
Honestly, I would manually install Drush manually , as noted by lfx in my comment. The syntax changes between major versions of Drush, and if you let apt manage it, you can inadvertently update your Drush installation. In addition, by controlling the installation of Drush, you can install different versions of Drush for different sites / users by installing each version of Drush in a different place and using symbolic links for the user shell environment.
source
share