Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

1,348,461

Downloads of v 3.3.7.20161201:

1,850

Last Update:

01 Dec 2016

Package Maintainer(s):

Software Author(s):

  • Christophe Dumez

Tags:

qbittorrent torrent sharing p2p admin

qBittorrent

This is not the latest version of qBittorrent available.

  • 1
  • 2
  • 3

3.3.7.20161201 | Updated: 01 Dec 2016

Downloads:

1,348,461

Downloads of v 3.3.7.20161201:

1,850

Maintainer(s):

Software Author(s):

  • Christophe Dumez

qBittorrent 3.3.7.20161201

This is not the latest version of qBittorrent available.

Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Christophe Dumez. The inclusion of Christophe Dumez trademark(s), if any, upon this webpage is solely to identify Christophe Dumez goods or services and not for commercial purposes.

  • 1
  • 2
  • 3

Some Checks Have Failed or Are Not Yet Complete

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Resulted in Flagged:

This package was submitted (and approved) prior to automated virus scanning integration into the package moderation processs.

We recommend clicking the "Details" link to make your own decision on installing this package.

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install qBittorrent, run the following command from the command line or from PowerShell:

>

To upgrade qBittorrent, run the following command from the command line or from PowerShell:

>

To uninstall qBittorrent, run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade qbittorrent -y --source="'INTERNAL REPO URL'" --version="'3.3.7.20161201'" [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade qbittorrent -y --source="'INTERNAL REPO URL'" --version="'3.3.7.20161201'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install qbittorrent
  win_chocolatey:
    name: qbittorrent
    version: '3.3.7.20161201'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'qbittorrent' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '3.3.7.20161201'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller qbittorrent
{
    Name     = "qbittorrent"
    Version  = "3.3.7.20161201"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'qbittorrent':
  ensure   => '3.3.7.20161201',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

Package Approved

This package was approved as a trusted package on 01 Dec 2016.

Description

qBittorrent is a free software cross-platform BitTorrent client GUI written with Qt4. The program uses libtorrent-rasterbar library for the torrent back-end (network communication) functionality. It is developed by Christophe Dumez, from the University of Technology of Belfort-Montbeliard in France. It was started in March 2006 and has been in active development ever since.

qBittorrent aims to have a small foot-print, to be powerful, intuitive and visually attractive going beyond the current functions widely provided by other applications. qBittorrent is an attempt to provide a μTorrent equivalent that is open-source and multi-platform adding a streaming-like function to let users download-and-play video files. qBittorrent is currently offering functionality comparable to more popular BitTorrent clients such as Vuze but without requiring the Java Virtual Machine. qBittorrent requires Python only for the search engine while other clients such as Deluge and BitTornado require it for the BitTorrent protocol itself. (from Wikipedia, 2013-04-18)


tools\chocolateyinstall.ps1
$packageName = 'qBittorrent'
$fosshubUrl = 'https://www.fosshub.com/qBittorrent.html/qbittorrent_3.3.7_setup.exe'
$checksum = '49ae9a0adfc3272bec38822c528f732d9495b79a2a7ca934f8c6635237b15d07'
$checksumType = 'sha256'

$url = Get-UrlFromFosshub $fosshubUrl

$packageArgs = @{
  packageName    = $packageName
  fileType       = 'exe'
  softwareName   = 'qBittorrent*'

  checksum       = $checksum
  checksumType   = $checksumType
  url            = $url

  silentArgs     = '/S'
  validExitCodes = @(0, 1223)
}

Install-ChocolateyPackage @packageArgs
tools\chocolateyuninstall.ps1
$packageName = 'qBittorrent'
$softwareName = 'qBittorrent*'
$installerType = 'EXE' 
$silentArgs = '/S' # NSIS
$validExitCodes = @(0)
$uninstalled = $false
$local_key = 'HKCU:\Software\Microsoft\Windows\CurrentVersion\Uninstall\*'
$machine_key = 'HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\*'
$machine_key6432 = 'HKLM:\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\*'

[array]$key = Get-ItemProperty -Path @($machine_key6432,$machine_key, $local_key) `
                        -ErrorAction SilentlyContinue `
         | ? { $_.DisplayName -like "$softwareName" }

if ($key.Count -eq 1) {
  $key | % { 
    $file = "$($_.UninstallString)"
    Uninstall-ChocolateyPackage -PackageName $packageName `
                                -FileType $installerType `
                                -SilentArgs "$silentArgs" `
                                -ValidExitCodes $validExitCodes `
                                -File "$file"
  }
} elseif ($key.Count -eq 0) {
  Write-Warning "$packageName has already been uninstalled by other means."
} elseif ($key.Count -gt 1) {
  Write-Warning "$key.Count matches found!"
  Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
  Write-Warning "Please alert package maintainer the following keys were matched:"
  $key | % {Write-Warning "- $_.DisplayName"}
}

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
qBittorrent 5.0.5 12729 Monday, April 14, 2025 Approved
qBittorrent 5.0.4 33620 Wednesday, February 19, 2025 Approved
qBittorrent 5.0.3 43585 Wednesday, December 18, 2024 Approved
qBittorrent 5.0.2 24602 Monday, November 18, 2024 Approved
qBittorrent 5.0.1 24750 Tuesday, October 29, 2024 Approved
qBittorrent 5.0.0 25897 Monday, September 30, 2024 Approved
qBittorrent 4.6.7 20359 Tuesday, September 17, 2024 Approved
qBittorrent 4.6.6 25815 Tuesday, August 20, 2024 Approved
qBittorrent 4.6.5 64036 Sunday, May 26, 2024 Approved
qBittorrent 4.6.4 29517 Monday, March 25, 2024 Approved
qBittorrent 4.6.3 38685 Wednesday, January 17, 2024 Approved
qBittorrent 4.6.2 36944 Tuesday, November 28, 2023 Approved
qBittorrent 4.6.1 9535 Tuesday, November 21, 2023 Approved
qBittorrent 4.6.0 31388 Monday, October 23, 2023 Approved
qBittorrent 4.5.5 27010 Wednesday, August 30, 2023 Approved
qBittorrent 4.5.4 89125 Monday, June 19, 2023 Approved
qBittorrent 4.5.3 39263 Monday, May 29, 2023 Approved
qBittorrent 4.5.2 40566 Tuesday, February 28, 2023 Approved
qBittorrent 4.5.1 13593 Sunday, February 12, 2023 Approved
qBittorrent 4.5.0 28029 Friday, December 16, 2022 Approved
qBittorrent 4.4.5 32527 Tuesday, August 30, 2022 Approved
qBittorrent 4.4.4 8763 Tuesday, August 23, 2022 Approved
qBittorrent 4.4.3.1 28793 Wednesday, May 25, 2022 Approved
qBittorrent 4.4.3 5119 Monday, May 23, 2022 Approved
qBittorrent 4.4.2 23953 Friday, March 25, 2022 Approved
qBittorrent 4.4.1 19192 Wednesday, February 16, 2022 Approved
qBittorrent 4.4.0 20749 Friday, January 7, 2022 Approved
qBittorrent 4.3.9 28700 Sunday, October 31, 2021 Approved
qBittorrent 4.3.8 26123 Monday, August 30, 2021 Approved
qBittorrent 4.3.7 16324 Wednesday, August 4, 2021 Approved
qBittorrent 4.3.6 19535 Sunday, June 27, 2021 Approved
qBittorrent 4.3.5 24518 Monday, May 3, 2021 Approved
qBittorrent 4.3.4.1 17203 Sunday, March 28, 2021 Approved
qBittorrent 4.3.4 9220 Wednesday, March 24, 2021 Approved
qBittorrent 4.3.3 25172 Wednesday, January 20, 2021 Approved
qBittorrent 4.3.2 14901 Monday, December 28, 2020 Approved
qBittorrent 4.3.1 17052 Wednesday, November 25, 2020 Approved
qBittorrent 4.3.0.1 16842 Thursday, October 22, 2020 Approved
qBittorrent 4.3.0 5690 Monday, October 19, 2020 Approved
qBittorrent 4.2.5 38326 Saturday, April 25, 2020 Approved
qBittorrent 4.2.4 4727 Thursday, April 23, 2020 Approved
qBittorrent 4.2.3 11098 Thursday, April 2, 2020 Approved
qBittorrent 4.2.2 5810 Tuesday, March 24, 2020 Approved
qBittorrent 4.2.1 20613 Wednesday, December 18, 2019 Approved
qBittorrent 4.2.0 7637 Friday, December 6, 2019 Approved
qBittorrent 4.1.9.1 9040 Monday, November 11, 2019 Approved
qBittorrent 4.1.9 7246 Monday, October 28, 2019 Approved
qBittorrent 4.1.8 9597 Friday, September 27, 2019 Approved
qBittorrent 4.1.7 11984 Tuesday, August 6, 2019 Approved
qBittorrent 4.1.6 14874 Monday, May 6, 2019 Approved
qBittorrent 4.1.5.20190116 14106 Wednesday, January 16, 2019 Approved
qBittorrent 4.1.5 6266 Tuesday, December 25, 2018 Approved
qBittorrent 4.1.4 7029 Thursday, November 22, 2018 Approved
qBittorrent 4.1.3 9322 Wednesday, September 19, 2018 Approved
qBittorrent 4.1.2 6720 Monday, August 13, 2018 Approved
qBittorrent 4.1.1 9028 Monday, May 28, 2018 Approved
qBittorrent 4.1.0 5177 Saturday, May 5, 2018 Approved
qBittorrent 4.0.4 8704 Friday, February 16, 2018 Approved
qBittorrent 4.0.3 6901 Monday, December 18, 2017 Approved
qBittorrent 4.0.2 3723 Friday, December 1, 2017 Approved
qBittorrent 4.0.1 3024 Wednesday, November 22, 2017 Approved
qBittorrent 4.0.0 1565 Monday, November 20, 2017 Approved
qBittorrent 3.3.16 6856 Friday, September 8, 2017 Approved
qBittorrent 3.3.15 4270 Friday, August 4, 2017 Approved
qBittorrent 3.3.14 2788 Thursday, July 20, 2017 Approved
qBittorrent 3.3.13 4668 Thursday, June 1, 2017 Approved
qBittorrent 3.3.12 4810 Friday, April 7, 2017 Approved
qBittorrent 3.3.11.20170322 2318 Wednesday, March 22, 2017 Approved
qBittorrent 3.3.11 2635 Saturday, March 4, 2017 Approved
qBittorrent 3.3.10 4965 Sunday, December 18, 2016 Approved
qBittorrent 3.3.9 1186 Thursday, December 15, 2016 Approved
qBittorrent 3.3.8 814 Wednesday, December 14, 2016 Approved
qBittorrent 3.3.7.20161205 1565 Monday, December 5, 2016 Approved
qBittorrent 3.3.7.20161201 1850 Thursday, December 1, 2016 Approved
qBittorrent 3.3.7.20161130 788 Wednesday, November 30, 2016 Approved
qBittorrent 3.3.7 3802 Wednesday, October 5, 2016 Approved
qBittorrent 3.3.6 4505 Wednesday, July 20, 2016 Approved
qBittorrent 3.3.5 460 Monday, June 20, 2016 Approved
qBittorrent 3.3.4 2568 Tuesday, March 29, 2016 Approved
qBittorrent 3.3.3 3306 Thursday, January 21, 2016 Approved
qBittorrent 3.3.2 849 Tuesday, January 19, 2016 Approved
qBittorrent 3.3.1 2359 Tuesday, December 8, 2015 Approved
qBittorrent 3.3.0 1221 Sunday, November 29, 2015 Approved
qBittorrent 3.2.5 1876 Saturday, October 31, 2015 Approved
qBittorrent 3.2.4 1614 Saturday, October 10, 2015 Approved
qBittorrent 3.2.3 2779 Sunday, August 2, 2015 Approved
qBittorrent 3.2.2 548 Saturday, August 1, 2015 Approved
qBittorrent 3.2.1 1512 Saturday, July 11, 2015 Approved
qBittorrent 3.2.0 1936 Sunday, May 10, 2015 Approved
qBittorrent 3.1.12 1691 Monday, February 23, 2015 Approved
qBittorrent 3.1.11 1831 Wednesday, October 22, 2014 Approved
qBittorrent 3.1.10.20140925 820 Thursday, September 25, 2014 Approved
qBittorrent 3.1.10 502 Thursday, September 25, 2014 Approved
qBittorrent 3.1.9.2 1134 Tuesday, April 29, 2014 Approved
qBittorrent 3.1.9.1 501 Monday, April 28, 2014 Approved
qBittorrent 3.1.9 702 Saturday, March 1, 2014 Approved
qBittorrent 3.1.8 617 Monday, February 3, 2014 Approved
qBittorrent 3.1.5 604 Saturday, January 18, 2014 Approved
qBittorrent 3.1.4 664 Monday, December 30, 2013 Approved
qBittorrent 3.1.3 588 Wednesday, November 20, 2013 Approved
qBittorrent 3.1.2 556 Wednesday, November 6, 2013 Approved
qBittorrent 3.1.1.1 547 Monday, October 28, 2013 Approved
qBittorrent 3.1.0 540 Sunday, October 13, 2013 Approved
qBittorrent 3.0.11 592 Wednesday, July 31, 2013 Approved
qBittorrent 3.0.10.0 542 Thursday, July 11, 2013 Approved
qBittorrent 3.0.9.01 605 Thursday, June 6, 2013 Approved
qBittorrent 3.0.9.0 564 Thursday, April 18, 2013 Approved
Discussion for the qBittorrent Package

Ground Rules:

  • This discussion is only about qBittorrent and the qBittorrent package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or qBittorrent, or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus