How to install old version of software with brew

WBOY
Release: 2016-10-11 14:23:49
Original
1786 people have browsed it

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>
Copy after login

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

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template