
Within a few seconds, the installation should be complete and PuTTY should be ready to use on your MacBook.
Putty for mac macports install#
Run the following command to install PuTTY: sudo port install putty The installation actually is pretty simple but all the groundwork that needs to be done before actually installing it is a lot of work. Once the selfupdate has run successfully, we are now ready to install PuTTY. Open your terminal again and type the following command: sudo port -v selfupdate Once downloaded, install it on your system. Once MacPorts is installed, we need to now install something called XQuartz. Next, head to this URL to download MacPorts to your local computer after choosing the correct OS version runnning on your system.

Scroll to the bottom by hitting the spacebar and once you are there, to accept, type accept, and hit return. If you don’t see this, try the command given below instead: sudo /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild
Putty for mac macports license#
You should see something like this: Accept XCode License Here’s the link for the same – Accept XCode LicenseĪfter installing XCode Command Line Tools, fire up your terminal and type the following command: sudo xcodebuild -license Surprisingly, it was not where it was supposed to be found but buried deep down on Apple’s site. I could find the correct link to the Command Line Tools for my version of XCode after spending a good amount of town. This, however, for me, was easier said than done. Once XCode installation completes successfully, we need to install what is called XCode Command Line Tools. You can download and install it from here – Install Command Line Tools for XCode To install some pre-requisites which in turn will allow us to install PuTTY on the MacBook Air M1, you will need to install XCode. So, now let’s go through each of the above-mentioned steps in detail. We have just been preparing the ground so far

Recently, I purchased a MacBook Air M1 as another development machine in my toolkit. As a developer, changing platforms is not really a straightforward process.
