Skip to content

Instantly share code, notes, and snippets.

@simons-public
Created May 7, 2020 13:58
Show Gist options
  • Select an option

  • Save simons-public/2dce55dfda323a053f1ec03924592646 to your computer and use it in GitHub Desktop.

Select an option

Save simons-public/2dce55dfda323a053f1ec03924592646 to your computer and use it in GitHub Desktop.
Administrators-iMac:opt administrator$ ls /usr/local/opt
Administrators-iMac:opt administrator$ brew install openssl
Updating Homebrew...
==> Auto-updated Homebrew!
Updated 1 tap (homebrew/core).
==> New Formulae
duktape earthly guile@2 kamel openfast redo vlmcsd
==> Updated Formulae
abcmidi fwup mutt simgrid
ace gatsby-cli ncmpc simple-scan
acpica gdal neomutt skaffold
adios2 gegl nicovideo-dl snakemake
angular-cli gimme nift snapcraft
ansible@2.8 git-annex node spoof-mac
asciidoctorj git-quick-stats node-build sqlmap
ask-cli github-release nss ssh-audit
astrometry-net glib-openssl numpy sslyze
autogen golang-migrate nyx stellar-core
aws-cdk googler ocrmypdf step
aws-elasticbeanstalk gopass oha subliminal
azcopy goreleaser oniguruma supervisor
balena-cli gradle open-babel swagger-codegen@2
ballerina graphviz openapi-generator swift
bandwhich gromacs openimageio swiftformat
blackbox grsync osc syncthing
bluepill gsoap osmosis tarsnapper
caddy gtk+3 osquery teensy_loader_cli
cargo-c guile packer termius
certbot helm@2 paket termtosvg
cfengine hlint passpie terragrunt
cfn-lint hugo pastebinit theharvester
cglm ipython pdftk-java tmux
charm-tools ircd-hybrid peru tmuxinator
chronograf ispc phpstan tomcat-native
clamav jenkins pidgin tox
clang-format jflex pius trezor-agent
clib kerl pnpm tvnamer
cmark kind ponysay uhd
cmark-gfm kops pre-commit unoconv
composer ledger prestosql vault
conserver libfabric procs vdirsyncer
contentful-cli libsass proj verilator
coturn libtensorflow prometheus vim
crc libvirt pueue vit
dhall-bash libwebsockets pyinstaller vulkan-headers
django-completion libzt pyside wabt
dolt liquidctl python-markdown wallpaper
dosbox-x liquigraph questdb watchman
duck livestreamer rancher-cli webarchiver
dxpy llnode rargs weboob
ejdb lmdb re-flex weechat
emscripten lv re2 whatmp3
exploitdb maxwell recon-ng wordgrinder
faas-cli mdk redex wpscan
faudio mednafen redis wtf
fb-client mercurial restview xonsh
fibjs meson-internal rke yaegi
filebeat mkvtomp4 rswift yle-dl
flow mkvtoolnix s3ql yosys
fluent-bit mlpack scamper youtube-dl
flyway molecule sd z
fn mps-youtube seal znc
folly mu sec
freetds mupdf shfmt
futhark mupdf-tools shyaml
==> Deleted Formulae
deis deisctl
==> Downloading https://homebrew.bintray.com/bottles/openssl@1.1-1.1.1g.mojave.bottle.
==> Downloading from https://akamai.bintray.com/5c/5c9d113393ff3efc95e5509175305fc9304
######################################################################## 100.0%
==> Pouring openssl@1.1-1.1.1g.mojave.bottle.tar.gz
==> Caveats
A CA file has been bootstrapped using certificates from the system
keychain. To add additional certificates, place .pem files in
/usr/local/etc/openssl@1.1/certs
and run
/usr/local/opt/openssl@1.1/bin/c_rehash
openssl@1.1 is keg-only, which means it was not symlinked into /usr/local,
because macOS provides LibreSSL.
If you need to have openssl@1.1 first in your PATH run:
echo 'export PATH="/usr/local/opt/openssl@1.1/bin:$PATH"' >> ~/.bash_profile
For compilers to find openssl@1.1 you may need to set:
export LDFLAGS="-L/usr/local/opt/openssl@1.1/lib"
export CPPFLAGS="-I/usr/local/opt/openssl@1.1/include"
==> Summary
🍺 /usr/local/Cellar/openssl@1.1/1.1.1g: 8,059 files, 18MB
Administrators-iMac:opt administrator$ ls
openssl openssl@1.1
Administrators-iMac:opt administrator$ ls -l
total 0
lrwxr-xr-x 1 administrator admin 28 May 7 06:57 openssl -> ../Cellar/openssl@1.1/1.1.1g
lrwxr-xr-x 1 administrator admin 28 May 7 06:57 openssl@1.1 -> ../Cellar/openssl@1.1/1.1.1g
Administrators-iMac:opt administrator$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment