scoop bucket add extras scoop install qutebrowser
Ongoing
According to
Repology,
the
newest
packaged
qutebrowser
is
.
2022-June-6
As of today, this evolving[1]
article
has been on
the web
for
To learn about the qutebrowser web browser, see…
and Infinite Ink’s Getting Started with qutebrowser.
There are a lot of ways to install qutebrowser on Windows, some of which are described at qutebrowser.org/doc/install.html#_on_windows. In this article, I describe the three ways that I’ve used.
‼ | qutebrowser versions 2.0.0 and newer require Windows 8.1+. On Windows 8.0 and older, you need to use qutebrowser v1.14.1 or older. |
To use the qutebrowser Windows installer, download and run the newest installer on github.com/qutebrowser/qutebrowser/releases.[2]
👎 There is no simple way to update qutebrowser when you use the installer.
👍 The installer gives you the option to register qutebrowser with Windows and then optionally set qutebrowser as your default web browser.
Alternatively, you can run the following two scoop commands at a Windows PowerShell prompt.
scoop bucket add extras scoop install qutebrowser
To learn about installing and using scoop, see Infinite Ink’s Scoop: A Windows Package Manager.
👎 If you use scoop to install and update qutebrowser, it is not simple to set qutebrowser as your default web browser.
👍
With scoop,
it is
simple
to
update qutebrowser — just
run
scoop update qutebrowser
at a PowerShell prompt.
💡 | If
a scoop-updated
qutebrowser produces a
scoop uninstall -p qutebrowser scoop install qutebrowser Before you do this, you may want to backup your
|
Starting in June 2021, another option is to use Microsoft’s Windows Package Manager CLI (also known as winget). Here are the steps that worked for me:
Launch PowerShell as an administrator.
To see what qutebrowser version is available, run
winget search qutebrowser
To install qutebrowser, run
winget install qutebrowser
To launch qutebrowser, press the Win key and choose qutebrowser, which should be at the top of the “Recently added” list.
To update a winget-installed qutebrowser, run:
winget upgrade qutebrowser
.
Thanks to mtoohey31 (Matthew Toohey) for creating this manifest. Some details are in the qutebrowser GitHub discussion about "winget package".
For more about qutebrowser, see Infinite Ink’s…
Your public comment or question might immediately improve this page or help me to (eventually) improve this page.