# cargo-reinstall [![Build Status](https://travis-ci.org/White-Oak/cargo-reinstall.svg?branch=master)](https://travis-ci.org/White-Oak/cargo-reinstall) [![](http://meritbadge.herokuapp.com/cargo-reinstall)](https://crates.io/crates/cargo-reinstall) A subcommand for cargo to reinstall an exisiting crate. It may also be seen as a command to update an installed crate. ## Installation ``` cargo install cargo-reinstall ``` ## Usage ``` cargo reinstall ``` ## Notes If a crate is not installed, this subcommand will try to install it. May be replaced with `cargo install --reinstall ` due to https://github.com/rust-lang/cargo/issues/2082.