Title: wget plugins install script
Last modified: August 31, 2016

---

# wget plugins install script

 *  [allanit](https://wordpress.org/support/users/allanit/)
 * (@allanit)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/wget-plugins-install-script/)
 * I am writing a linux script to automate the installation of WordPress and some
   of the plugins I use in each WordPress I install. For WordPress I use
 * wget -O latest.tar.gz “[https://wordpress.org/latest.tar.gz&#8221](https://wordpress.org/latest.tar.gz&#8221);
 * to download the most up to date version of wordpress then extract it. Which works
   as expected.
 * Is there an equivalent to latest.tar.gz for plugins or does anyone know a way
   to use wget to down load the most up to date version of a particular plugin and
   ignore the numbers on the end of the plugin name and get the most up to date 
   version?

Viewing 1 replies (of 1 total)

 *  Moderator [Jan Dembowski](https://wordpress.org/support/users/jdembowski/)
 * (@jdembowski)
 * Forum Moderator and Brute Squad
 * [10 years, 6 months ago](https://wordpress.org/support/topic/wget-plugins-install-script/#post-7164530)
 * There isn’t, but have you considered installing and using wp-cli?
 * [http://wp-cli.org/](http://wp-cli.org/)
 * That way you can use `wp plugin install <plugin-slug>` and you’ll get the latest
   version.
 * Updating all of your plugins to the latest version is just as simple as this 
   command.
 * `wp plugin update --all`

Viewing 1 replies (of 1 total)

The topic ‘wget plugins install script’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [Jan Dembowski](https://wordpress.org/support/users/jdembowski/)
 * Last activity: [10 years, 6 months ago](https://wordpress.org/support/topic/wget-plugins-install-script/#post-7164530)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
