
- INSTALL PUTTY FOR MAC INSTALL
- INSTALL PUTTY FOR MAC LICENSE
- INSTALL PUTTY FOR MAC DOWNLOAD
- INSTALL PUTTY FOR MAC WINDOWS
It’s just easier to fire them up using a mouse click.On Catalina the putty formula only installs 4 helper tools and not the application.

I however have also created a shortcut on my desktop for easy access, as when I am working, I usually connect to multiple remote servers and have multiple instances of PuTTY running at any given time when I am working. To run the application, type the command below: putty Within a few seconds, the installation should be complete and PuTTY should be ready to use on your MacBook.
INSTALL PUTTY FOR MAC 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.
INSTALL PUTTY FOR MAC DOWNLOAD
Next, head to this URL to download MacPorts to your local computer after choosing the correct OS version running 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
INSTALL PUTTY FOR MAC 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
INSTALL PUTTY FOR MAC WINDOWS
When I jumped into setup PuTTY on my new MacBook Air, I realized that installing PuTTY on MacBook was not as simple as installing PuTTY on Windows is. If you don’t already know, on the web front, I mainly work on Laravel, Tailwind CSS, VueJS, etc., and on the mobile front, I work primarily on Flutter.

However, before I could use it, I had to set it up for work.Īnd one of the first things that needed to be done before anything else was setting up PuTTY as accessing remote servers via the shell is one of the most frequent and important things that I do. 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.
