Who needs a browser
[!NOTE] Installing software can be a chore.
Skip having to open the software website, look for the download button and press next until complete by using Winget.
Use the following command to search for packages:
winget search package
and this one to install your desired package:
winget install -e --accept-source-agreements --accept-package-agreements package.package
If you want to uninstall packages from here you can do so here too:
winget uninstall --name "package"