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:

14,127

Downloads of v 7.13.3:

7

Last Update:

13 Mar 2024

Published Date:

13 Mar 2024

Package Maintainer(s):

Software Author(s):

  • The Tribler Team

Tags:

tribler bittorrent admin foss cross-platform

Tribler

(Waiting for Maintainer to take corrective action)

  • 1
  • 2
  • 3

7.13.3 | Updated: 13 Mar 2024

Downloads:

14,127

Downloads of v 7.13.3:

7

Published:

13 Mar 2024

Software Author(s):

  • The Tribler Team

Tribler 7.13.3

(Waiting for Maintainer to take corrective action)
  • 1
  • 2
  • 3

Some Checks Have Failed or Are Not Yet Complete

Not All Tests Have Passed


Validation Testing Failed


Verification Testing Pending


Scan Testing Pending

IMPORTANT

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.
WARNING

There are versions of this package awaiting moderation (possibly just this one). See the Version History section below.

chocolatey-community (maintainer) on 13 Mar 2024 18:17:26 +00:00:

User 'chocolatey-community' (maintainer) submitted package.

chocolatey-ops (reviewer) on 13 Mar 2024 18:54:10 +00:00:

tribler has failed automated validation.

Requirements

Requirements represent the minimum quality of a package that is acceptable. When a package version has failed requirements, the package version requires fixing and/or response by the maintainer. Provided a Requirement has flagged correctly, it must be fixed before the package version can be approved. The exact same version should be uploaded during moderation review.

  • The LicenseUrl element in the nuspec file should be a valid Url. Please correct this More...

chocolatey-ops (reviewer) on 22 Apr 2024 13:31:06 +00:00:

We've found tribler v7.13.3 in a submitted status and waiting for your next actions. It has had no updates for 20 or more days since a reviewer has asked for corrections. Please note that if there is no response or fix of the package within 15 days of this message, this package version will automatically be closed (rejected) due to being stale.

Take action:

  • Log in to the site and respond to the review comments.
  • Resubmit fixes for this version.
  • If the package version is failing automated checks, you can self-reject the package.

If your package is failing automated testing, you can use the chocolatey test environment to manually run the verification and determine what may need to be fixed.

Note: We don't like to see packages automatically rejected. It doesn't mean that we don't value your contributions, just that we can not continue to hold packages versions in a waiting status that have possibly been abandoned. If you don't believe you will be able to fix up this version of the package within 15 days, we strongly urge you to log in to the site and respond to the review comments until you are able to.

Description

Tribler is an open source anonymous peer-to-peer decentralized BitTorrent client. Tribler is based on the BitTorrent protocol and uses an overlay network for content searching, which makes the program operate independent of external websites and renders it immune to limiting external action, for example, government restraint.

Features

Search for content.

No need for websites. Tribler has a built-in search engine.

Seach

Streaming

Watch before the download is finished. Tribler streams it for you.

Streaming

Notes

Note: Upgrading from older version will not be completely silent since the downloaded installer uninstalls the previous version without passing silent arguments.


tools\chocolateyInstall.ps1
$ErrorActionPreference = 'Stop'

$toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition

$packageArgs = @{
  packageName    = $env:ChocolateyPackageName
  fileType       = 'exe'
  url            = 'https://github.com/Tribler/tribler/releases/download/v7.13.3/Tribler_7.13.3_x86.exe'
  url64          = 'https://github.com/Tribler/tribler/releases/download/v7.13.3/Tribler_7.13.3_x64.exe'
  checksum       = 'dc5051e397ee969fa30496213f577725b7b688e2872d6889653825cee38e53b2'
  checksumType   = 'sha256'
  checksum64     = '169c0981485bc121629a7d20466c17bf49ea66261eb9e269a4bebdfb143cee03'
  checksumType64 = 'sha256'
  softwareName   = 'Tribler'
  silentArgs     = '/S'
  validExitCodes = @(0, 1223)
}

Install-ChocolateyPackage @packageArgs
tools\chocolateyUninstall.ps1
$ErrorActionPreference = 'Stop'

$packageArgs = @{
  packageName   = $env:ChocolateyPackageName
  softwareName  = 'Tribler'
  fileType      = 'exe'
  silentArgs    = '/S'
  validExitCodes= @(0)
}

$uninstalled = $false

[array]$key = Get-UninstallRegistryKey @packageArgs

if ($key.Count -eq 1) {
  $key | ForEach-Object {
    $packageArgs['file'] = "$($_.UninstallString)"

    Uninstall-ChocolateyPackage @packageArgs
  }
} 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 the package maintainer that the following keys were matched:"
  $key | ForEach-Object { Write-Warning "- $($_.DisplayName)" }
}

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
Tribler 7.13.3 7 Wednesday, March 13, 2024
Waiting for Maintainer
Tribler 7.12.0 695 Sunday, July 24, 2022 Approved
Tribler 7.11.0 741 Saturday, January 1, 2022 Approved
Tribler 7.10.0 747 Wednesday, July 7, 2021 Approved
Tribler 7.9.0 464 Monday, April 19, 2021 Approved
Tribler 7.8.0 295 Monday, February 15, 2021 Approved
Tribler 7.7.1 257 Tuesday, January 12, 2021 Approved
Tribler 7.7.0 154 Wednesday, January 6, 2021 Approved
Tribler 7.6.1 235 Monday, December 14, 2020 Approved
Tribler 7.6.0 189 Saturday, December 5, 2020 Approved
Tribler 7.5.4 387 Thursday, October 29, 2020 Approved
Tribler 7.5.2 401 Tuesday, August 11, 2020 Approved
Tribler 7.5.1 461 Thursday, June 25, 2020 Approved
Tribler 7.5.0 184 Friday, June 19, 2020 Approved
Tribler 7.4.4 461 Friday, February 21, 2020 Approved
Tribler 7.4.3 196 Saturday, February 15, 2020 Approved
Tribler 7.4.1 215 Wednesday, February 5, 2020 Approved
Tribler 7.4.0 194 Saturday, February 1, 2020 Approved
Tribler 7.3.2 313 Friday, October 18, 2019 Approved
Tribler 7.3.1 198 Monday, October 14, 2019 Approved
Tribler 7.3.0 246 Tuesday, August 27, 2019 Approved
Tribler 7.2.2 464 Friday, February 8, 2019 Approved
Tribler 7.2.1 220 Friday, February 1, 2019 Approved
Tribler 7.2.0 222 Thursday, January 31, 2019 Approved
Tribler 7.1.4 221 Monday, January 14, 2019 Approved
Tribler 7.1.3 278 Monday, December 3, 2018 Approved
Tribler 7.1.2 346 Friday, October 26, 2018 Approved
Tribler 7.1.1 252 Wednesday, October 24, 2018 Approved
Tribler 7.1.0 277 Tuesday, October 9, 2018 Approved
Tribler 7.0.2 529 Friday, March 16, 2018 Approved
Tribler 7.0.1 417 Friday, February 9, 2018 Approved
Tribler 7.0.0 422 Thursday, January 25, 2018 Approved
Tribler 7.0.0-rc5 345 Wednesday, January 24, 2018 Approved
Tribler 6.5.2 637 Friday, October 14, 2016 Approved
Tribler 6.4.3 662 Wednesday, January 28, 2015 Approved
Tribler 6.4.1 537 Friday, January 9, 2015 Approved

This package has no dependencies.

Discussion for the Tribler Package

Ground Rules:

  • This discussion is only about Tribler and the Tribler 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 Tribler, 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