Installing extra packages into a git-for-Windows MinGW installation

0

For most Windows computers I use, I install git for Windows (from https://git-scm.com/downloads) to get a basic set of useful command line tools that I am familiar with from the Linux world (apart from git, it includes bash, sed, awk, find, grep etc.). The tools are based on MinGW.

There are a few tools that I miss. For instance Git for Windows includes unzip, but zip is not included.

Is there a way to install extra MinGW packages/tools into a git-for-windows MinGW installation?

codeape

Posted 2019-09-03T12:22:49.127

Reputation: 686

1

See this on how to install additional packages....http://www.mingw.org/wiki/Getting_Started

– Moab – 2019-09-03T12:42:05.463

1

See this on package identification......http://www.mingw.org/PackageIdentificationHOWTO

– Moab – 2019-09-03T12:42:35.333

1

Available packages.....https://sourceforge.net/projects/mingw/files/

– Moab – 2019-09-03T12:43:02.160

No answers