# ronin-uninstall 1 "April 2012" Ronin "User Manuals" ## SYNOPSIS `ronin uninstall` [*options*] *REPO* ## DESCRIPTION Uninstalls a Ronin Repositories. ## ARGUMENTS *REPO* The name of the Repository to uninstall. ## OPTIONS `-v`, `--[no-]verbose` Enable verbose output. `-q`, `--[no-]quiet` Disable verbose output. `--[no-]silent` Silence all output. `--[no-]color` Enables color output. ## EXAMPLES `ronin uninstall repo` Uninstalls the repository with with the name `repo`. `ronin uninstall repo@github.com` Uninstalls the repository with the name `repo` and from `github.com`. ## FILES *~/.ronin/* Ronin configuration directory. *~/.ronin/repos* Installation directory for Ronin Repositories. *~/.ronin/database.log* Database log. *~/.ronin/database.sqlite3* The default sqlite3 Database file. *~/.ronin/database.yml* Optional Database configuration. ## ENVIRONMENT HOME Specifies the home directory of the user. Ronin will search for the `.ronin` configuration directory within the home directory. ## AUTHOR Postmodern ## SEE ALSO ronin-install(1) ronin-repos(1) ronin-update(1)