leo.blog();

Windows

Windows is a somewhat popular desktop operating system made by Microsoft.

After using decent operating systems, having to use Windows might be quite the challenge. Luckily, there are band-aids made by fellow UNIX-ers.

Package management

Cygwin

See Cygwin.

Scoop

Scoop is a package manager for Windows applications. It can be found at scoop.sh

Winget

winget is a built-in package manager with Windows.

WSL (Windows Subsystem for Linux)

WSL is a way to run Linux inside Windows. Instead of working like a Virtual Machine, it works in a similar way to Wine. WSL can run Linux distros like Ubuntu and Arch, and comes with all of their packages.

Leave a Comment