Downloads:
15,130
Downloads of v 6.4.3:
677
Last Update:
28 Jan 2015
Package Maintainer(s):
Software Author(s):
- The Tribler Team
Tags:
bittorrent- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Tribler
This is not the latest version of Tribler available.
- 1
- 2
- 3
6.4.3 | Updated: 28 Jan 2015
- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
15,130
Downloads of v 6.4.3:
677
Maintainer(s):
Software Author(s):
- The Tribler Team
Tags:
bittorrentTribler 6.4.3
This is not the latest version of Tribler available.
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
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Validation Testing Unknown
Verification Testing Failed
DetailsScan 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.
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 --version=6.4.3 --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'" --version="'6.4.3'" [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'" --version="'6.4.3'"
$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: '6.4.3'
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 '6.4.3'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller tribler
{
Name = "tribler"
Version = "6.4.3"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'tribler':
ensure => '6.4.3',
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.
This package was approved by moderator ferventcoder on 10 Feb 2015.
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.
Note: This installer does not support silent installation. The installation is automated using AutoIt3. Be careful that multitasking might confuse the automation script.
#region --- Internal functions Au3Recorder Start ---
Func _Au3RecordSetup()
Opt('WinWaitDelay',100)
Opt('WinDetectHiddenText',1)
Opt('MouseCoordMode',0)
EndFunc
Func _WinWaitActivate($title,$text,$timeout=0)
WinWait($title,$text,$timeout)
If Not WinActive($title,$text) Then WinActivate($title,$text)
WinWaitActive($title,$text,$timeout)
EndFunc
_AU3RecordSetup()
#endregion --- Internal functions Au3Recorder End ---
Run($CmdLine[1])
# Accept license
_WinWaitActivate("Tribler 6.4.1 Setup ","Please review the")
Send("{TAB}{SPACE}{ENTER}")
# Disable desktop icon
_WinWaitActivate("Tribler 6.4.1 Setup ","Choose which feature")
Send("{DOWN}{SPACE}{ENTER}")
# Install to default path
_WinWaitActivate("Tribler 6.4.1 Setup ","Choose Install Locat")
Send("{ENTER}")
# Do not start Tribler after install
_WinWaitActivate("Tribler 6.4.1 Setup ","Completing the")
Send("{SPACE}{ENTER}")
Exit
Log in or click on link to see number of positives.
- tribler.6.4.3.nupkg (92b5ff827d43) - ## / 56
- Tribler_6.4.3.exe (ff6d6fad167c) - ## / 54
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 | 370 | 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 |
-
- autoit.commandline (≥ 3.3.12.0)
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.