Skip to main content

MSYS2 on Windows 10/11

MSYS2 (minimal system 2) is software distribution and a building platform for Windows. It provides a Unix-like environment, a command-line interface and a software repository making it easier to install, use, build and port software on Windows.

pacman -Syuu : Update

Installation

Option 1: Install MYS2 using winget

winget install MSYS2.MSYS2 -i

Option 2: Download and install

Download and install MSYS2 64-bit, which is about 77MB.

Change default text size from 9 to 11.

Run pacman -Syuu

Popular posts from this blog

hmailserver: Notes from the field

hmailserver is one of free open source mail servers running on Microsoft Windows operating system.

stegseek: Notes

StegCracker has been retired following the release of StegSeek, which will blast through the rockyou.txt wordlist within 1.9 second as opposed to StegCracker which takes ~5 hours.

Install Microsoft .NET Core SDK

.NET Core Software Development Kit (SDK) is a set of libraries and tools that allow developers to create .NET Core applications and libraries.