Downloads:
15,132
Downloads of v 7.14.0:
372
Last Update:
08 Jul 2024
Package Maintainer(s):
Software Author(s):
- The Tribler Team
Tags:
tribler bittorrent admin foss cross-platformTribler
- 1
- 2
- 3
7.14.0 | Updated: 08 Jul 2024
Downloads:
15,132
Downloads of v 7.14.0:
372
Maintainer(s):
Software Author(s):
- The Tribler Team
Tribler 7.14.0
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by The Tribler Team. The inclusion of The Tribler Team trademark(s), if any, upon this webpage is solely to identify The Tribler Team goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Tribler, run the following command from the command line or from PowerShell:
To upgrade Tribler, run the following command from the command line or from PowerShell:
To uninstall Tribler, run the following command from the command line or from PowerShell:
Deployment Method:
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
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
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
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download tribler --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade tribler -y --source="'INTERNAL REPO URL'" [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 tribler -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install tribler
win_chocolatey:
name: tribler
version: '7.14.0'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'tribler' do
action :install
source 'INTERNAL REPO URL'
version '7.14.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller tribler
{
Name = "tribler"
Version = "7.14.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'tribler':
ensure => '7.14.0',
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.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 05 Nov 2024.
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.
Streaming
Watch before the download is finished. Tribler streams it for you.
Notes
Note: Upgrading from older version will not be completely silent since the downloaded installer uninstalls the previous version without passing silent arguments.
$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)" }
}
Log in or click on link to see number of positives.
- tribler.7.14.0.nupkg (8bb74f2a9dcd) - ## / 68
- Tribler_7.14.0_x64.exe (d90f3d02cd55) - ## / 46
- Tribler_7.14.0_x86.exe (63ec1c97b692) - ## / 47
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 |
---|---|---|---|---|
Tribler 7.14.0 | 372 | Monday, July 8, 2024 | Approved | |
Tribler 7.12.1 | 864 | Friday, December 16, 2022 | Approved | |
Tribler 7.12.0 | 709 | Sunday, July 24, 2022 | Approved | |
Tribler 7.11.0 | 750 | Saturday, January 1, 2022 | Approved | |
Tribler 7.10.0 | 760 | Wednesday, July 7, 2021 | Approved | |
Tribler 7.9.0 | 477 | Monday, April 19, 2021 | Approved | |
Tribler 7.8.0 | 310 | Monday, February 15, 2021 | Approved | |
Tribler 7.7.1 | 273 | Tuesday, January 12, 2021 | Approved | |
Tribler 7.7.0 | 166 | Wednesday, January 6, 2021 | Approved | |
Tribler 7.6.1 | 251 | Monday, December 14, 2020 | Approved | |
Tribler 7.6.0 | 205 | Saturday, December 5, 2020 | Approved | |
Tribler 7.5.4 | 400 | Thursday, October 29, 2020 | Approved | |
Tribler 7.5.2 | 412 | Tuesday, August 11, 2020 | Approved | |
Tribler 7.5.1 | 478 | Thursday, June 25, 2020 | Approved | |
Tribler 7.5.0 | 194 | Friday, June 19, 2020 | Approved | |
Tribler 7.4.4 | 475 | Friday, February 21, 2020 | Approved | |
Tribler 7.4.3 | 211 | Saturday, February 15, 2020 | Approved | |
Tribler 7.4.1 | 232 | Wednesday, February 5, 2020 | Approved | |
Tribler 7.4.0 | 214 | Saturday, February 1, 2020 | Approved | |
Tribler 7.3.2 | 330 | Friday, October 18, 2019 | Approved | |
Tribler 7.3.1 | 215 | Monday, October 14, 2019 | Approved | |
Tribler 7.3.0 | 267 | Tuesday, August 27, 2019 | Approved | |
Tribler 7.2.2 | 484 | Friday, February 8, 2019 | Approved | |
Tribler 7.2.1 | 235 | Friday, February 1, 2019 | Approved | |
Tribler 7.2.0 | 237 | Thursday, January 31, 2019 | Approved | |
Tribler 7.1.4 | 238 | Monday, January 14, 2019 | Approved | |
Tribler 7.1.3 | 293 | Monday, December 3, 2018 | Approved | |
Tribler 7.1.2 | 376 | Friday, October 26, 2018 | Approved | |
Tribler 7.1.1 | 266 | Wednesday, October 24, 2018 | Approved | |
Tribler 7.1.0 | 295 | Tuesday, October 9, 2018 | Approved | |
Tribler 7.0.2 | 546 | Friday, March 16, 2018 | Approved | |
Tribler 7.0.1 | 432 | Friday, February 9, 2018 | Approved | |
Tribler 7.0.0 | 442 | Thursday, January 25, 2018 | Approved | |
Tribler 7.0.0-rc5 | 364 | Wednesday, January 24, 2018 | Approved | |
Tribler 6.5.2 | 654 | Friday, October 14, 2016 | Approved | |
Tribler 6.4.3 | 677 | Wednesday, January 28, 2015 | Approved | |
Tribler 6.4.1 | 551 | Friday, January 9, 2015 | Approved |
This package has no dependencies.
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.