반응형
[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
Download > terminal > putty
반응형
'prcExp' 카테고리의 다른 글
[2022.10.06] How to install docker-compose on AWS Linux 2? (0) | 2022.10.06 |
---|---|
[2022.10.04] How to change time to South Korea (KST) on Linux? (0) | 2022.10.04 |
[2022.10.04] How to install homebrew on Mac? (0) | 2022.10.04 |
[2022.09.29] How to send files and import files via SCP commands on Linux? (0) | 2022.09.29 |
[2022.09.28] How to install WinSCP on Window? (0) | 2022.09.28 |
댓글