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

How to install old version of software with brew

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-10-11 14:23:49
Original
1841 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:
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
Latest Issues
php data acquisition?
From 1970-01-01 08:00:00
0
0
0
PHP extension intl
From 1970-01-01 08:00:00
0
0
0
How to learn php well
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template