Home >Backend Development >PHP Tutorial >How to install old version of software with brew

How to install old version of software with brew

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-10-11 14:23:491824browse

Brew upgrade updated all software, and brew cleanup was performed, so the old versions are gone. How to install an old version of a certain software. It seems that brew versions cannot be used to find old versions.

Reply content:

brew upgrade updated all software, and brew cleanup was performed, so the old versions are gone. How to install an old version of a certain software. It seems that brew versions cannot be used to find old versions.

<code>brew tap homebrew/versions
brew install subversion17
brew link --overwrite subversion17</code>

from https://github.com/Homebrew/h...

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn