How to upgrade drush version in linux mint?
NickName:vijay Ask DateTime:2018-08-26T05:52:57

How to upgrade drush version in linux mint?

In NAME="Linux Mint" VERSION="18.1 (Serena)"

sudo apt-get install drush

to install the drush in my system.

when I use

drush version

I still getting version 5.10.0

Even I tried composer also

composer global require drush/drush composer require drush/drush

Now I am still getting drush version 5.10.0. how do I make it use drush updated version?

WHen I run

drupal dl

for download latest version of drupal 8.5.6. But I am getting drush downloading drupal-7.59

I am new to drush & drupal. Please help me to fix.

Copyright Notice:Content Author:「vijay」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/52021519/how-to-upgrade-drush-version-in-linux-mint

Answers
vijay 2018-09-14T10:27:02

You can get lateset version of drush from \"https://github.com/drush-ops/drush/releases/\".\nIn there You can get out latest version number of drush from release page. \n\nwget https://github.com/drush-ops/drush/releases/download/< Version goes here>/drush.phar\n\nwget https://github.com/drush-ops/drush/releases/download/8.1.17/drush.phar\nchmod +x drush.phar\nsudo mv drush.phar /usr/local/bin/drush\ndrush --version\n",


More about “How to upgrade drush version in linux mint?” related questions

How to upgrade drush version in linux mint?

In NAME="Linux Mint" VERSION="18.1 (Serena)" sudo apt-get install drush to install the drush in my system. when I use drush version I still getting version 5.10.0 Even

Show Detail

Upgrade Python version in Linux Mint

I am following this guide: http://www.experts-exchange.com/articles/18641/Upgrade-Python-2-7-6-to-Python-2-7-10-on-Linux-Mint-OS.html It says to do make install When I do that it says: If I do...

Show Detail

How to upgrade drush version 5.4 to 7 or 8 for drush8

I am user drush version 5.4 for drupal 7. its is working fine but I am unable to use drush this version with for drupal 8. I need to upgrade drush version. please provide any solution.

Show Detail

How to upgrade Rstudio on Linux Mint?

How to upgrade (not install new) R-studio on Linux Mint 17.2 Rafaela? These commands are correct? sudo gedit /etc/apt/sources.list sudo apt-get update sudo apt-get install r-base.

Show Detail

Upgrade from Drush6 to Drush 7 on OSX running Acquia Dev Desktop

My question is really as it is stated in the title. I use MacOSX and the Acquia Developer Desktop for running my Drupal sites that I develop locally. I'd love to try out the new Drush 7, but I ca...

Show Detail

Nodejs latest version on Linux Mint

http://sideshowcoder.github.io/canned/ - requires me to have nodejs version 0.10.3 I have Linux Mint 17 which runs 0.10.25. Is the latest version of nodejs not available on Linux Mint?

Show Detail

How do I upgrade drush?

I created a drupal site in AWS on a ubuntu machine. I have used sudo apt-get drush to download the newest drush version, version 7. when I use drush version I still get version 5.10.0 Now t...

Show Detail

Version of Linux Mint apt itself

How do you check the version of apt package manager on Linux Mint? I'm not talking about the packages, but the apt itself. For instance, for dpkg, dpkg --version returns its correct version. Is th...

Show Detail

Linux Mint: How to download the latest version of Emacs?

Linux Mint 18.1 (64 bit). I install Emacs by Software Manager. It download Emacs version 24.5. But the latest version is 25.1. How I can download the latest version?

Show Detail

how to upgrade version of composer

I was trying to require a package using composer require command, and I faced following error your version of Composer is too old Please upgrade using https://getcomposer.org/ How can I update co...

Show Detail