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

Microsoft Windows 10 1903

Check for new feature at What's new in Windows 10, version 1903 IT Pro content

Data Recovery Softwares

Follow 3-2-1 backup rule so you do not need these data recovery softwares.

Linux command: printenv

printenv - print all or part of environment NAME        printenv - print all or part of environment SYNOPSIS        printenv [OPTION]... [VARIABLE]... DESCRIPTION        Print  the  values  of the specified environment VARIABLE(s).  If no VARIABLE is speci‐        fied, print name and value pairs for them all.        -0, --null               end each output line with NUL, not newline        --help display this help and exit        --version               output version information and exit        NOTE: your shell may have its own version of printenv,  which  usually  supersedes  the        version  described  here.  Please refer to your shell's documentation for d...