본문 바로가기
prcExp

[2022.10.04] How to install putty on Mac?

by injekim97 2022. 10. 4.
반응형

[2022.10.04] How to install putty on Mac?

 

목차

    a. homebrew install

    b. putty install

    c. macport install

    d. xQuartz install

 

 

 

Home-brew install 

sudo chown -R $(whoami) /usr/local/var/homebrew 
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

 

brew -v

MacBookPro:~ $ brew -v
Homebrew 3.6.4
Homebrew/homebrew-core (git revision dc8125675f0; last commit 2022-10-04)
Homebrew/homebrew-cask (git revision ed48549869; last commit 2022-10-04)

 

 

putty install 

brew install putty

 

 

 

 

 

Mac port install

export PATH=$PATH:/opt/local/bin
export MANPATH=$MANPATH:/opt/local/share/man
export INFOPATH=$INFOPATH:/opt/local/share/info 

sudo port -v selfupdate

 

 

 

sudo port install putty
sudo port select --set python python310
sudo port select --set python3 python310

 

 

 

xQuartz install

https://www.xquartz.org/

 

XQuartz

The XQuartz project is an open-source effort to develop a version of the X.Org X Window System that runs on macOS. Together with supporting libraries and applications, it forms the X11.app that Apple shipped with OS X versions 10.5 through 10.7. Quick Down

www.xquartz.org

Download > terminal > putty 

반응형

댓글