Windows


Tags: os
Reading time: less than 1 minute

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.

  • winget install Microsoft.PowerShell to install powershell
  • winget upgrade -s winget --all to update all the packages installed on the system. Note that this will update packages that are not installed by winget too.

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.

The following pages link here

Citation

If you find this work useful, please cite it as:
@article{yaltirakli,
  title   = "Windows",
  author  = "Yaltirakli, Gokberk",
  journal = "gkbrk.com",
  year    = "2024",
  url     = "https://www.gkbrk.com/windows"
}
Not using BibTeX? Click here for more citation styles.
IEEE Citation
Gokberk Yaltirakli, "Windows", November, 2024. [Online]. Available: https://www.gkbrk.com/windows. [Accessed Nov. 12, 2024].
APA Style
Yaltirakli, G. (2024, November 12). Windows. https://www.gkbrk.com/windows
Bluebook Style
Gokberk Yaltirakli, Windows, GKBRK.COM (Nov. 12, 2024), https://www.gkbrk.com/windows

Comments

© 2024 Gokberk Yaltirakli