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,408,041

Downloads of v 3.1.10.20140925:

831

Last Update:

25 Sep 2014

Package Maintainer(s):

Software Author(s):

  • Christophe Dumez

Tags:

qBittorrent

This is not the latest version of qBittorrent available.

  • 1
  • 2
  • 3

3.1.10.20140925 | Updated: 25 Sep 2014

Downloads:

1,408,041

Downloads of v 3.1.10.20140925:

831

Maintainer(s):

Software Author(s):

  • Christophe Dumez

qBittorrent 3.1.10.20140925

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 Unknown


Verification Testing Unknown


Scan Testing Successful:

No detections found in any package files

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.1.10.20140925'" [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.1.10.20140925'" 
$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.1.10.20140925'
    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.1.10.20140925'
end

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


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

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


package { 'qbittorrent':
  ensure   => '3.1.10.20140925',
  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 03 Mar 2015.

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'
$installerType = 'exe'
# {\{DownloadUrlx64}\} gets “misused” here as 32-bit download link due to limitations of Ketarin/chocopkgup
$url = 'http://sourceforge.net/projects/qbittorrent/files/qbittorrent-win32/qbittorrent-3.1.10/qbittorrent_3.1.10_setup.exe/download'
$silentArgs = '/S'
$validExitCodes = @(0, 1223)

Install-ChocolateyPackage $packageName $installerType $silentArgs $url -validExitCodes $validExitCodes
tools\chocolateyUninstall.ps1
try {

  $scriptPath = Split-Path $script:MyInvocation.MyCommand.Path

  Import-Module (Join-Path $scriptPath 'getUninstallString.ps1')


  $uninstallString = getUninstallString 'qbittorrent' 'UninstallString'
  if ($uninstallString) {
    Uninstall-ChocolateyPackage $packageName 'exe' '/S' $uninstallString
  }

} catch {
  Write-ChocolateyFailure $packageName $($_.Exception.Message)
  throw
}
tools\getUninstallString.ps1
function getUninstallString($registryFolderName, $uninstallProperty) {

  $registryPaths = @(
    'HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\',
    'HKLM:\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall'
  )

  foreach ($regPath in $registryPaths) {
    $appRegPath = Join-Path $regPath $registryFolderName
    if (Test-Path $appRegPath) {
      $key = Get-Item -LiteralPath $appRegPath
      $regString = $key.GetValue($uninstallProperty, $null)
      return $regString
    }
  }
}

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.1.0 33138 Monday, April 28, 2025 Approved
qBittorrent 5.0.5 13179 Monday, April 14, 2025 Approved
qBittorrent 5.0.4 34710 Wednesday, February 19, 2025 Approved
qBittorrent 5.0.3 46834 Wednesday, December 18, 2024 Approved
qBittorrent 5.0.2 25067 Monday, November 18, 2024 Approved
qBittorrent 5.0.1 25802 Tuesday, October 29, 2024 Approved
qBittorrent 5.0.0 26398 Monday, September 30, 2024 Approved
qBittorrent 4.6.7 20632 Tuesday, September 17, 2024 Approved
qBittorrent 4.6.6 26224 Tuesday, August 20, 2024 Approved
qBittorrent 4.6.5 67592 Sunday, May 26, 2024 Approved
qBittorrent 4.6.4 29716 Monday, March 25, 2024 Approved
qBittorrent 4.6.3 39511 Wednesday, January 17, 2024 Approved
qBittorrent 4.6.2 37815 Tuesday, November 28, 2023 Approved
qBittorrent 4.6.1 9564 Tuesday, November 21, 2023 Approved
qBittorrent 4.6.0 31861 Monday, October 23, 2023 Approved
qBittorrent 4.5.5 27029 Wednesday, August 30, 2023 Approved
qBittorrent 4.5.4 89868 Monday, June 19, 2023 Approved
qBittorrent 4.5.3 39745 Monday, May 29, 2023 Approved
qBittorrent 4.5.2 40631 Tuesday, February 28, 2023 Approved
qBittorrent 4.5.1 13627 Sunday, February 12, 2023 Approved
qBittorrent 4.5.0 28040 Friday, December 16, 2022 Approved
qBittorrent 4.4.5 32653 Tuesday, August 30, 2022 Approved
qBittorrent 4.4.4 8777 Tuesday, August 23, 2022 Approved
qBittorrent 4.4.3.1 28809 Wednesday, May 25, 2022 Approved
qBittorrent 4.4.3 5134 Monday, May 23, 2022 Approved
qBittorrent 4.4.2 23971 Friday, March 25, 2022 Approved
qBittorrent 4.4.1 19202 Wednesday, February 16, 2022 Approved
qBittorrent 4.4.0 20761 Friday, January 7, 2022 Approved
qBittorrent 4.3.9 28751 Sunday, October 31, 2021 Approved
qBittorrent 4.3.8 26169 Monday, August 30, 2021 Approved
qBittorrent 4.3.7 16339 Wednesday, August 4, 2021 Approved
qBittorrent 4.3.6 19547 Sunday, June 27, 2021 Approved
qBittorrent 4.3.5 24529 Monday, May 3, 2021 Approved
qBittorrent 4.3.4.1 17214 Sunday, March 28, 2021 Approved
qBittorrent 4.3.4 9233 Wednesday, March 24, 2021 Approved
qBittorrent 4.3.3 25183 Wednesday, January 20, 2021 Approved
qBittorrent 4.3.2 14920 Monday, December 28, 2020 Approved
qBittorrent 4.3.1 17065 Wednesday, November 25, 2020 Approved
qBittorrent 4.3.0.1 16851 Thursday, October 22, 2020 Approved
qBittorrent 4.3.0 5697 Monday, October 19, 2020 Approved
qBittorrent 4.2.5 38338 Saturday, April 25, 2020 Approved
qBittorrent 4.2.4 4736 Thursday, April 23, 2020 Approved
qBittorrent 4.2.3 11109 Thursday, April 2, 2020 Approved
qBittorrent 4.2.2 5823 Tuesday, March 24, 2020 Approved
qBittorrent 4.2.1 20624 Wednesday, December 18, 2019 Approved
qBittorrent 4.2.0 7651 Friday, December 6, 2019 Approved
qBittorrent 4.1.9.1 9048 Monday, November 11, 2019 Approved
qBittorrent 4.1.9 7265 Monday, October 28, 2019 Approved
qBittorrent 4.1.8 9642 Friday, September 27, 2019 Approved
qBittorrent 4.1.7 11994 Tuesday, August 6, 2019 Approved
qBittorrent 4.1.6 14891 Monday, May 6, 2019 Approved
qBittorrent 4.1.5.20190116 14121 Wednesday, January 16, 2019 Approved
qBittorrent 4.1.5 6291 Tuesday, December 25, 2018 Approved
qBittorrent 4.1.4 7045 Thursday, November 22, 2018 Approved
qBittorrent 4.1.3 9341 Wednesday, September 19, 2018 Approved
qBittorrent 4.1.2 6729 Monday, August 13, 2018 Approved
qBittorrent 4.1.1 9042 Monday, May 28, 2018 Approved
qBittorrent 4.1.0 5189 Saturday, May 5, 2018 Approved
qBittorrent 4.0.4 8714 Friday, February 16, 2018 Approved
qBittorrent 4.0.3 6913 Monday, December 18, 2017 Approved
qBittorrent 4.0.2 3736 Friday, December 1, 2017 Approved
qBittorrent 4.0.1 3040 Wednesday, November 22, 2017 Approved
qBittorrent 4.0.0 1612 Monday, November 20, 2017 Approved
qBittorrent 3.3.16 6881 Friday, September 8, 2017 Approved
qBittorrent 3.3.15 4285 Friday, August 4, 2017 Approved
qBittorrent 3.3.14 2798 Thursday, July 20, 2017 Approved
qBittorrent 3.3.13 4680 Thursday, June 1, 2017 Approved
qBittorrent 3.3.12 4818 Friday, April 7, 2017 Approved
qBittorrent 3.3.11.20170322 2328 Wednesday, March 22, 2017 Approved
qBittorrent 3.3.11 2645 Saturday, March 4, 2017 Approved
qBittorrent 3.3.10 4974 Sunday, December 18, 2016 Approved
qBittorrent 3.3.9 1202 Thursday, December 15, 2016 Approved
qBittorrent 3.3.8 823 Wednesday, December 14, 2016 Approved
qBittorrent 3.3.7.20161205 1576 Monday, December 5, 2016 Approved
qBittorrent 3.3.7.20161201 1862 Thursday, December 1, 2016 Approved
qBittorrent 3.3.7.20161130 800 Wednesday, November 30, 2016 Approved
qBittorrent 3.3.7 3808 Wednesday, October 5, 2016 Approved
qBittorrent 3.3.6 4511 Wednesday, July 20, 2016 Approved
qBittorrent 3.3.5 466 Monday, June 20, 2016 Approved
qBittorrent 3.3.4 2575 Tuesday, March 29, 2016 Approved
qBittorrent 3.3.3 3313 Thursday, January 21, 2016 Approved
qBittorrent 3.3.2 854 Tuesday, January 19, 2016 Approved
qBittorrent 3.3.1 2373 Tuesday, December 8, 2015 Approved
qBittorrent 3.3.0 1230 Sunday, November 29, 2015 Approved
qBittorrent 3.2.5 1882 Saturday, October 31, 2015 Approved
qBittorrent 3.2.4 1620 Saturday, October 10, 2015 Approved
qBittorrent 3.2.3 2784 Sunday, August 2, 2015 Approved
qBittorrent 3.2.2 556 Saturday, August 1, 2015 Approved
qBittorrent 3.2.1 1526 Saturday, July 11, 2015 Approved
qBittorrent 3.2.0 1943 Sunday, May 10, 2015 Approved
qBittorrent 3.1.12 1696 Monday, February 23, 2015 Approved
qBittorrent 3.1.11 1841 Wednesday, October 22, 2014 Approved
qBittorrent 3.1.10.20140925 831 Thursday, September 25, 2014 Approved
qBittorrent 3.1.10 510 Thursday, September 25, 2014 Approved
qBittorrent 3.1.9.2 1142 Tuesday, April 29, 2014 Approved
qBittorrent 3.1.9.1 518 Monday, April 28, 2014 Approved
qBittorrent 3.1.9 712 Saturday, March 1, 2014 Approved
qBittorrent 3.1.8 623 Monday, February 3, 2014 Approved
qBittorrent 3.1.5 611 Saturday, January 18, 2014 Approved
qBittorrent 3.1.4 670 Monday, December 30, 2013 Approved
qBittorrent 3.1.3 596 Wednesday, November 20, 2013 Approved
qBittorrent 3.1.2 565 Wednesday, November 6, 2013 Approved
qBittorrent 3.1.1.1 553 Monday, October 28, 2013 Approved
qBittorrent 3.1.0 552 Sunday, October 13, 2013 Approved
qBittorrent 3.0.11 596 Wednesday, July 31, 2013 Approved
qBittorrent 3.0.10.0 550 Thursday, July 11, 2013 Approved
qBittorrent 3.0.9.01 617 Thursday, June 6, 2013 Approved
qBittorrent 3.0.9.0 574 Thursday, April 18, 2013 Approved

3.1.10.20140925: add 1223 to validExitCodes, otherwise qbittorrent would install correctly, but chocolatey would throw an error.


This package has no dependencies.

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