Downloads:
67,767
Downloads of v 2.2.0:
7
Last Update:
30 Apr 2025
Published Date:
30 Apr 2025
Package Maintainer(s):
Software Author(s):
- Arvid Norberg
- Andrew Resch
- Damien Churchill
- John Garland
Tags:
torrent p2p encryption python adminDeluge
(Waiting for Maintainer to take corrective action)
- 1
- 2
- 3
2.2.0 | Updated: 30 Apr 2025
Downloads:
67,767
Downloads of v 2.2.0:
7
Published:
30 Apr 2025
Maintainer(s):
Software Author(s):
- Arvid Norberg
- Andrew Resch
- Damien Churchill
- John Garland
Deluge 2.2.0
(Waiting for Maintainer to take corrective action)
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Arvid Norberg, Andrew Resch, Damien Churchill, John Garland. The inclusion of Arvid Norberg, Andrew Resch, Damien Churchill, John Garland trademark(s), if any, upon this webpage is solely to identify Arvid Norberg, Andrew Resch, Damien Churchill, John Garland 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
This version is in moderation and has not yet been approved. This means it doesn't show up under normal search.
- Until approved, you should consider this package version unsafe - it could do very bad things to your system (it probably doesn't but you have been warned, that's why we have moderation).
- This package version can change wildly over the course of moderation until it is approved. If you install it and it later has changes to this version, you will be out of sync with any changes that have been made to the package. Until approved, you should consider that this package version doesn't even exist.
- You cannot install this package under normal scenarios. See How to install package version under moderation for more information.
- There are also no guarantees that it will be approved.
There are versions of this package awaiting moderation (possibly just this one). See the Version History section below.
deluge
Deluge is a full-featured BitTorrent client for Linux, OS X, Unix and Windows.
Deluge uses libtorrent in its backend and features multiple user-interfaces including: GTK+, web and console.
It has been designed using the client server model with a daemon process that handles all the bittorrent activity.
The Deluge daemon is able to run on headless machines with the user-interfaces being able to connect remotely from any platform.
Deluge features a rich plugin collection; in fact, most of Deluge's functionality is available in the form of plugins.
Deluge was created with the intention of being lightweight and unobtrusive.
It is our belief that downloading shouldn't be the primary task on your computer and therefore shouldn't monopolize system resources.
Deluge is not designed for any one desktop environment and will work just fine in GNOME, KDE, XFCE and others. We do our best to adhere to the freedesktop standards.
Deluge is Free Software and is licensed under the GNU General Public License.
Package-specific issue
If this package isn't up-to-date for some days, Create an issue
$packageName = $env:ChocolateyPackageName
$installerType = 'exe'
$silentArgs = '/S'
$validExitCodes = @(0)
Get-ItemProperty -Path @( 'HKLM:\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\*',
'HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\*',
'HKCU:\Software\Microsoft\Windows\CurrentVersion\Uninstall\*' ) `
-ErrorAction:SilentlyContinue `
| Where-Object { $_.DisplayName -like "$packageName*" } `
| ForEach-Object { Uninstall-ChocolateyPackage -PackageName "$packageName" `
-FileType "$installerType" `
-SilentArgs "$($silentArgs)" `
-File "$($_.UninstallString.Replace('"',''))" `
-ValidExitCodes $validExitCodes }
No results available for this package. We are building up results for older packages over time so expect to see results. If this is a new package, it should have results within a day or two.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Deluge 2.2.0 | 7 | Wednesday, April 30, 2025 |
Waiting for Maintainer
|
|
Deluge 2.1.1 | 18668 | Monday, February 12, 2024 | Approved | |
Deluge 1.3.15 | 33727 | Wednesday, July 19, 2017 | Approved | |
Deluge 1.3.14 | 2981 | Monday, March 6, 2017 | Approved | |
Deluge 1.3.13 | 3520 | Thursday, July 21, 2016 | Approved | |
Deluge 1.3.12.1 | 2127 | Wednesday, September 30, 2015 | Approved | |
Deluge 1.3.12 | 479 | Wednesday, September 30, 2015 | Approved | |
Deluge 1.3.11 | 2606 | Saturday, March 21, 2015 | Approved | |
Deluge 1.3.10 | 1820 | Sunday, November 2, 2014 | Approved | |
Deluge 1.3.7 | 883 | Sunday, July 13, 2014 | Unknown | |
Deluge 1.3.6 | 949 | Thursday, April 4, 2013 | Unknown |
© 2009 Deluge Team
Ground Rules:
- This discussion is only about Deluge and the Deluge 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 Deluge, 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.
tunisiano (maintainer) on 30 Apr 2025 08:19:17 +00:00:
User 'tunisiano' (maintainer) submitted package.
chocolatey-ops (reviewer) on 30 Apr 2025 08:54:34 +00:00:
deluge has passed automated validation. It may have or may still fail other checks like testing (verification).
NOTE: No required changes that the validator checks have been flagged! It is appreciated if you fix other items, but only Requirements will hold up a package version from approval. A human review could still turn up issues a computer may not easily find.
Guidelines
Guidelines are strong suggestions that improve the quality of a package version. These are considered something to fix for next time to increase the quality of the package. Over time Guidelines can become Requirements. A package version can be approved without addressing Guideline comments but will reduce the quality of the package.
chocolatey-ops (reviewer) on 30 Apr 2025 09:58:28 +00:00:
deluge has failed automated package testing (verification).
Please visit https://gist.github.com/choco-bot/e6c31b81edc998162bac0c0af026a124 for details.
The package status will be changed and will be waiting on your next actions.