Downloads:
7,674,836
Downloads of v 6.10.0.20220128:
99,477
Last Update:
28 Jan 2022
Package Maintainer(s):
Software Author(s):
- win.rar GmbH
Tags:
trial rar compression archive nagware admin- Software Specific:
- Software Site
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
WinRAR
This is not the latest version of WinRAR available.
- 1
- 2
- 3
6.10.0.20220128 | Updated: 28 Jan 2022
- Software Specific:
- Software Site
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
7,674,836
Downloads of v 6.10.0.20220128:
99,477
Maintainer(s):
Software Author(s):
- win.rar GmbH
WinRAR 6.10.0.20220128
This is not the latest version of WinRAR available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by win.rar GmbH. The inclusion of win.rar GmbH trademark(s), if any, upon this webpage is solely to identify win.rar GmbH 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
Deployment Method: Individual Install, Upgrade, & Uninstall
To install WinRAR, run the following command from the command line or from PowerShell:
To upgrade WinRAR, run the following command from the command line or from PowerShell:
To uninstall WinRAR, 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 winrar --internalize --version=6.10.0.20220128 --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 winrar -y --source="'INTERNAL REPO URL'" --version="'6.10.0.20220128'" [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 winrar -y --source="'INTERNAL REPO URL'" --version="'6.10.0.20220128'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install winrar
win_chocolatey:
name: winrar
version: '6.10.0.20220128'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'winrar' do
action :install
source 'INTERNAL REPO URL'
version '6.10.0.20220128'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller winrar
{
Name = "winrar"
Version = "6.10.0.20220128"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'winrar':
ensure => '6.10.0.20220128',
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 28 Jan 2022.
NOTE When a new version is released, not all translations are avaialbe. Currently there is no solution to permanently fix this. For more information have a look at issue #20
WinRAR
WinRAR is a powerful archive manager. It can backup your data and reduce the size of email attachments, decompress RAR, ZIP and other files downloaded from Internet and create new archives in RAR and ZIP file format.
You can find themes for WinRAR here.
Commercial software
You can try WinRAR before you buy.
Package Parameters
The following package parameters can be set:
/LCID:
- the language code you want to install - defaults to your current language/English:
- force English language to install
To pass parameters, use --params "''"
(e.g. choco install packageID [other options] --params="'/ITEM:value /ITEM2:value2 /FLAG_BOOLEAN'"
).
To have choco remember parameters on upgrade, be sure to set choco feature enable -n=useRememberedArgumentsForUpgrades
.
Please Note: This is an automatically updated package. If you find it is
out of date by more than a day or two, please contact the maintainer(s) and
let them know the package is no longer updating correctly.
$packageName = $env:ChocolateyPackageName
$packageSearch = "WinRAR*"
$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 $packageSearch} `
| ForEach-Object {Uninstall-ChocolateyPackage -PackageName "$packageName" `
-FileType "$installerType" `
-SilentArgs "$($silentArgs)" `
-File "$($_.UninstallString.Replace('"',''))" `
-ValidExitCodes $validExitCodes}
en|https://www.rarlab.com/rar/winrar-x64-610.exe|e0a76fd83d8e283d5136e145245f5eb6ecfdb05e88d115f06d660b65248d5f76|https://www.rarlab.com/rar/winrar-x32-610.exe|7ac0ab5bfdb65e98edf874220ec2eadfd5b37761e5d0979cc81ba9b129812ae1
ar|https://www.rarlab.com/rar/winrar-x64-610ar.exe|d0671b5bd23447d620aa2eaf89f9d0c55ed61c8a1473a43a2db05b540dc68103|https://www.rarlab.com/rar/winrar-x32-610ar.exe|f778af81671e4f2148fb5dc98017b759ac4ff794af35c8bdf8d99c513bfbafd8
am|https://www.rarlab.com/rar/winrar-x64-610am.exe|a34e3987a8ae91109f442670ae2f1324a7a072adc9ce8e3689102ef2b5023e2c|https://www.rarlab.com/rar/winrar-x32-610am.exe|b22d0388b4979d4dcc19aea64fb4dc7096ca5b61f664626f2165d41004966d32
az|https://www.rarlab.com/rar/winrar-x64-610az.exe|49e875469f1fb814678f7233f81a513ff4708730de560cba61aab10c48a34056|https://www.rarlab.com/rar/winrar-x32-610az.exe|8c4afb9cbee6137833b3ae2ec9deb75b477dd7bf68fe5c11c94ed0195a09fe4f
bg|https://www.rarlab.com/rar/winrar-x64-610bg.exe|1f117709d4af226e6b16f2001ccb0a32ddd97dc52776c01bc3d3179c15e94627|https://www.rarlab.com/rar/winrar-x32-610bg.exe|55ed66166bf3f22819301fd11bf4d031a63a13e2a921083f279f5045722eed87
sc|https://www.rarlab.com/rar/winrar-x64-610sc.exe|210f6ba7a3c5cd5917b3d9a6fabf713cf6309b8a3608efaed794b447181dc55f|https://www.rarlab.com/rar/winrar-x32-610sc.exe|18cadda781ebe878ca662e5cc3fd9354cb67afd8afc10e41ba7146312ebb3a6a
tc|https://www.rarlab.com/rar/winrar-x64-610tc.exe|8227091cdec10c56a3da6ac9862e07c0312b5a5243984e0c87fe2bed5378b3f1|https://www.rarlab.com/rar/winrar-x32-610tc.exe|f1d8e9d9f75e48c3ee5673fc69f35cfd1b4ed1c14a9025f08b5123bc519912eb
cro|https://www.rarlab.com/rar/winrar-x64-610cro.exe|8d1e1c232d5a9c3ef846c4e08cb9cda2706703909a65d6267922ca110a9b176c|https://www.rarlab.com/rar/winrar-x32-610cro.exe|cf6520927580250c66f252ea1675b14b452854b7237cca93537789353e6d1048
dk|https://www.rarlab.com/rar/winrar-x64-610dk.exe|0828b2ab0e62cdbda4fec7fdeda51c6ac2f4a9112718a835e262db07b8e933e6|https://www.rarlab.com/rar/winrar-x32-610dk.exe|0c94b4d6bd9e3fb06ebe480866bae828b4c0f7b2480e181b67780e71f0aacf14
nl|https://www.rarlab.com/rar/winrar-x64-610nl.exe|4071a4101ad3acc91098291982d0c3e6692601dd23ffcc82871f92f49def9e85|https://www.rarlab.com/rar/winrar-x32-610nl.exe|8126ef0e966204bf531403ecfb0e40e64ef0a26b395ef5ede10699cc973eb405
en|https://www.rarlab.com/rar/winrar-x64-610.exe|e0a76fd83d8e283d5136e145245f5eb6ecfdb05e88d115f06d660b65248d5f76|https://www.rarlab.com/rar/winrar-x32-610.exe|7ac0ab5bfdb65e98edf874220ec2eadfd5b37761e5d0979cc81ba9b129812ae1
fi|https://www.rarlab.com/rar/winrar-x64-610fi.exe|d1f85b9e32fb9a6fe0c79bc4b798e0f2151ccbc999472ea437b798d17a8cb851|https://www.rarlab.com/rar/winrar-x32-610fi.exe|fc057d6c9a70797618473ee67ed34b109ae94544c5065ea9fa878b9182aeb6e2
fr|https://www.rarlab.com/rar/winrar-x64-610fr.exe|e50fd9690d252c701928a5611dfcae04251b556fe022920440f38bd48bfdb92a|https://www.rarlab.com/rar/winrar-x32-610fr.exe|f53a6980ea43cd5f6891f4e319b22726c46b58c4092db9bfbc7de747139e59bc
d|https://www.rarlab.com/rar/winrar-x64-610d.exe|12b775b74a0caae65defebefbdc5c118bda38c7bc217d28a3c6a9b8fd0904ef7|https://www.rarlab.com/rar/winrar-x32-610d.exe|1ac8765756c41679d50d93b205343fc01683f4668c4464e1c4ecdb29500e98ba
el|https://www.rarlab.com/rar/winrar-x64-610el.exe|8890acc4898f0633a0d9f68a2e4e70c7b55fc7b80fb2517f34478a76e5171bbd|https://www.rarlab.com/rar/winrar-x32-610el.exe|09164d5c6c835983152eeb69aa2c90b96c1084e733b40d8e045b5e4b3fe72783
he|https://www.rarlab.com/rar/winrar-x64-610he.exe|a9eb828a3b0572febd8e2a2005253f267af6be0f24787126f23fafebb89792bd|https://www.rarlab.com/rar/winrar-x32-610he.exe|222a21db90f5ae1bbff8e3117d42448e6c153fead7c86ed3735c77782444488a
hu|https://www.rarlab.com/rar/winrar-x64-610hu.exe|357ef64b4147ef38925b290523310b92402c4b179b005a98fe83fad605a9cc06|https://www.rarlab.com/rar/winrar-x32-610hu.exe|ed51a440dcff703d31356eca39354d94bf78441d4a41201ff745d686f90a816c
id|https://www.rarlab.com/rar/winrar-x64-610id.exe|8e6702b4de0d3aa81d3e955bb19bc1ab01b1c6c2bb1ad5d172ea8c769ad0440b|https://www.rarlab.com/rar/winrar-x32-610id.exe|d12287e8c82f9de53bcf7466df407472ba5a870463c2dbe3eeedf05c6ad6035f
kr|https://www.rarlab.com/rar/winrar-x64-610kr.exe|7c6ae863a9a168615a504e09dfbc030dfea7d8bfa5cc861007e6f72f083aa1ef|https://www.rarlab.com/rar/winrar-x32-610kr.exe|0dd0e2880fa894f1196245e03611066ee968176c04081f0e3be02aad5162a3d8
prs|https://www.rarlab.com/rar/winrar-x64-610prs.exe|0c298a164302a0b79a1fb6a8bf7e8d52865581bd87b4f5c5b554f78d91730bee|https://www.rarlab.com/rar/winrar-x32-610prs.exe|882a80379b9d88424ffd427c947ad8218484d32734a3a46f23a83f94e635c6fb
pt|https://www.rarlab.com/rar/winrar-x64-610pt.exe|1faca4c7f942088b0a18e9017963a5430dc7075248054561ce07bc76fd61924e|https://www.rarlab.com/rar/winrar-x32-610pt.exe|bc65b3c0ff23478c1b5ee361518c5403efeef5b6ddc6bd01b904396e1c0bc010
br|https://www.rarlab.com/rar/winrar-x64-610br.exe|198c1e1f269f3e42e6e688252a5932967f4d4c5231aa05e5b71664e60bdc7735|https://www.rarlab.com/rar/winrar-x32-610br.exe|07d6c1466cf7ee04c9bcfe79e270aec06832015926fd7e39f17981cd79f522da
ru|https://www.rarlab.com/rar/winrar-x64-610ru.exe|acd9548a98dca10678a489c07b39c23bfc5d8b27ee9b53dbe4524aec095e42fe|https://www.rarlab.com/rar/winrar-x32-610ru.exe|f5d7313f269729ee849718b1c6a2722db9c49a9de01e4f131dcc0725fa0f2548
sw|https://www.rarlab.com/rar/winrar-x64-610sw.exe|6d148f5123b8a8d8a72a3b9892743bd1b9c941a1f511dff466acfd8b9aff317b|https://www.rarlab.com/rar/winrar-x32-610sw.exe|d5239d0c81acd992cef0f8ea574d96d690dfbefa3a8ca0bfca674efac7099098
tr|https://www.rarlab.com/rar/winrar-x64-610tr.exe|6a67690bed9a2dd65c1ca28d8e48447d890add185528ff0fc7a53208eb138bad|https://www.rarlab.com/rar/winrar-x32-610tr.exe|b485ea83230ef1599cec2409435ff78e9c0a82c0621c4b46d70437742cd0c4f7
uk|https://www.rarlab.com/rar/winrar-x64-610uk.exe|198060dd89d0c925958fa7c2872d4af4ad931b489b5d2f713e7f418282890143|https://www.rarlab.com/rar/winrar-x32-610uk.exe|bd8129b94d04400a52f7dbffd0944e3cda1b18a22995cbf654dd52139aba78f6
function GetDownloadInfo {
param(
[string]$downloadInfoFile,
[string]$code,
[string]$urlVersion
)
Write-Debug "Reading CSV file from $downloadInfoFile"
$downloadInfo = Get-Content -Encoding UTF8 -Path $downloadInfoFile | ConvertFrom-Csv -Delimiter '|' -Header 'Code','URL64','Checksum64','URL32','Checksum32'
$result = $downloadInfo | Where-Object { $_.Code -eq $code } | Select-Object -first 1
if (!$result) {
$result = $downloadInfo | Where-Object { $_.Code -eq 'en' } | Select-Object -first 1
$result.URL64 = $result.URL64 -replace $urlVersion, "${urlVersion}${code}"
$result.URL32 = $result.URL32 -replace $urlVersion, "${urlVersion}${code}"
$result.Checksum32 = ''
$result.Checksum64 = ''
}
$result
}
Log in or click on link to see number of positives.
- winrar-x64-610.exe (e0a76fd83d8e) - ## / 61
- winrar-x32-610.exe (7ac0ab5bfdb6) - ## / 65
- winrar.6.10.0.20220128.nupkg (09aecfe7c960) - ## / 62
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 |
---|---|---|---|---|
WinRAR 7.1.0 | 404026 | Wednesday, May 15, 2024 | Approved | |
WinRAR 7.0.0 | 210712 | Thursday, February 29, 2024 | Approved | |
WinRAR 6.24 | 249224 | Thursday, October 5, 2023 | Approved | |
WinRAR 6.23 | 194163 | Wednesday, August 2, 2023 | Approved | |
WinRAR 6.22 | 135998 | Thursday, June 8, 2023 | Approved | |
WinRAR 6.21 | 214114 | Monday, February 20, 2023 | Approved | |
WinRAR 6.20 | 157421 | Monday, January 23, 2023 | Approved | |
WinRAR 6.11.0.20220504 | 343512 | Wednesday, May 4, 2022 | Approved | |
WinRAR 6.11 | 141783 | Friday, March 4, 2022 | Approved | |
WinRAR 6.10.0.20220128 | 99477 | Friday, January 28, 2022 | Approved | |
WinRAR 6.10 | 30287 | Tuesday, January 25, 2022 | Approved | |
WinRAR 6.02 | 362351 | Monday, June 14, 2021 | Approved | |
WinRAR 6.01 | 166812 | Monday, April 12, 2021 | Approved | |
WinRAR 6.0.0.20210102 | 260074 | Saturday, January 2, 2021 | Approved | |
WinRAR 6.00 | 76089 | Monday, December 7, 2020 | Approved | |
WinRAR 5.91.0.20200917 | 147417 | Thursday, September 17, 2020 | Approved | |
WinRAR 5.91 | 137171 | Monday, June 29, 2020 | Approved | |
WinRAR 5.90.0.20200528 | 51339 | Thursday, May 28, 2020 | Approved | |
WinRAR 5.90.0.20200401 | 91935 | Wednesday, April 1, 2020 | Approved | |
WinRAR 5.90 | 23578 | Monday, March 30, 2020 | Approved | |
WinRAR 5.80.0.20200219 | 77834 | Wednesday, February 19, 2020 | Approved | |
WinRAR 5.80.0.20200102 | 124986 | Thursday, January 2, 2020 | Approved | |
WinRAR 5.80 | 52855 | Wednesday, December 11, 2019 | Approved | |
WinRAR 5.71 | 294918 | Wednesday, May 8, 2019 | Approved | |
WinRAR 5.70.0.20190305 | 56965 | Tuesday, March 5, 2019 | Approved | |
WinRAR 5.70 | 36103 | Wednesday, February 27, 2019 | Approved |
win.rar GmbH
This package has no dependencies.
Ground Rules:
- This discussion is only about WinRAR and the WinRAR 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 WinRAR, 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.