Welcome to the Chocolatey Community Package Repository! The packages found in this section of the site are provided, maintained, and moderated by the community.
Moderation
Every version of each package undergoes a rigorous moderation process before it goes live that typically includes:
- Security, consistency, and quality checking
- Installation testing
- Virus checking through VirusTotal
- Human moderators who give final review and sign off
More detail at Security and Moderation.
Organizational Use
If you are an organization using Chocolatey, we want your experience to be fully reliable. Due to the nature of this publicly offered repository, reliability cannot be guaranteed. Packages offered here are subject to distribution rights, which means they may need to reach out further to the internet to the official locations to download files at runtime.
Fortunately, distribution rights do not apply for internal use. With any edition of Chocolatey (including the free open source edition), you can host your own packages and cache or internalize existing community packages.
Disclaimer
Your use of the packages on this site means you understand they are not supported or guaranteed in any way. Learn more...

Downloads:
4,637,173
Downloads of v 5.70.0.20190305:
54,980
Last Update:
05 Mar 2019
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.
- 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:
4,637,173
Downloads of v 5.70.0.20190305:
54,980
Software Author(s):
- win.rar GmbH
Edit Package
To edit the metadata for a package, please upload an updated version of the package.
Chocolatey's Community Package Repository currently does not allow updating package metadata on the website. This helps ensure that the package itself (and the source used to build the package) remains the one true source of package metadata.
This does require that you increment the package version.
WinRAR 5.70.0.20190305
This is not the latest version of WinRAR available.
All Checks are Passing
2 Passing Test
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:
NOTE: This applies to both open source and commercial editions of Chocolatey.
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment-
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://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
choco download winrar --internalize --version=5.70.0.20190305 --source=https://chocolatey.org/api/v2
(additional options) - Run
choco push --source="'http://internal/odata/repo'"
for package and dependencies - Automate package internalization
- Run
3. Enter your internal repository url
(this should look similar to https://chocolatey.org/api/v2)
4. Choose your deployment method:
choco upgrade winrar -y --source="'STEP 3 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 winrar -y --source="'STEP 3 URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Ensure winrar installed
win_chocolatey:
name: winrar
state: present
version: 5.70.0.20190305
source: STEP 3 URL
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
Coming early 2020! Central Managment Reporting available now! More information...
chocolatey_package 'winrar' do
action :install
version '5.70.0.20190305'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: winrar,
Version: 5.70.0.20190305,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller winrar
{
Name = 'winrar'
Ensure = 'Present'
Version = '5.70.0.20190305'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'winrar':
provider => 'chocolatey',
ensure => '5.70.0.20190305',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install winrar version="5.70.0.20190305" source="STEP 3 URL"
See docs at https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.chocolatey.html.
5. 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 by moderator Pauby on 08 Mar 2019.
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.
$ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1
$LCID = (Get-UICulture).LCID
$url_version = '570'
$checksumType32 = 'sha256'
$checksumType64 = 'sha256'
$pp = Get-PackageParameters
if ($pp.LCID) {
Write-Debug "Override local language settings."
$LCID = $pp.LCID
}
if ($pp.English) {
Write-Debug "Force install English version"
$LCID = $null
}
#LCID table: https://msdn.microsoft.com/goglobal/bb964664.aspx
##Arabic - Saudi Arabia 1025
##Arabic - Algeria 5121
##Arabic - Bahrain 15361
##Arabic - Egypt 3073
##Arabic - Iraq 2049
##Arabic - Jordan 11265
##Arabic - Kuwait 13313
##Arabic - Lebanon 12289
##Arabic - Libya 4097
##Arabic - Morocco 6145
##Arabic - Oman 8193
##Arabic - Qatar 16385
##Arabic - Syria 10241
##Arabic - Tunisia 7169
##Arabic - U.A.E. 14337
##Arabic - Yemen 9217
if(($LCID -eq "1025") -or ($LCID -eq "5121") -or ($LCID -eq "15361") -or ($LCID -eq "3073") -or ($LCID -eq "2049") -or ($LCID -eq "11265") -or ($LCID -eq "13313") -or ($LCID -eq "12289") -or ($LCID -eq "4097") -or ($LCID -eq "6145") -or ($LCID -eq "8193") -or ($LCID -eq "16385") -or ($LCID -eq "10241") -or ($LCID -eq "7169") -or ($LCID -eq "14337") -or ($LCID -eq "9271")){
$code = "ar"
}
##Armenian 1067
elseif($LCID -eq "1067"){
$code = 'am'
}
##AAzeri (Cyrillic) 2092
##AAzeri (Latin) 1068
elseif(($LCID -eq "2092") -or ($LCID -eq "1068")){
$code = 'az'
}
##Belarusian 1059
elseif($LCID -eq "1059"){
$code = 'by'
}
##Bulgarian 1026
elseif($LCID -eq "1026"){
$code = 'bg'
}
##Catalan 1027
elseif($LCID -eq "1027"){
$code = 'by'
}
##Chinese - People's Republic of China 2052
##Chinese - Singapore 4100
##Chinese - Hong Kong SAR 3076
##Chinese - Macao SAR 5124
elseif(($LCID -eq "2052") -or ($LCID -eq "4100") -or ($LCID -eq "3076") -or ($LCID -eq "5124")){
$code = 'sc'
}
##Chinese - Taiwan 1028
elseif($LCID -eq "1028"){
$code = 'tc'
}
##Croatian 1050
##Croatian (Bosnia/Herzegovina) 4122
elseif(($LCID -eq "1050") -or ($LCID -eq "4122")){
$code = 'cro'
}
##Czech 1029
elseif($LCID -eq "1029"){
$code = 'cz'
}
##Danish 1030
elseif($LCID -eq "1030"){
$code = 'dk'
}
##Dutch - Netherlands 1043
##Dutch - Belgium 2067
elseif(($LCID -eq "1043") -or ($LCID -eq "2067")){
$code = 'nl'
}
##Estonian 1061
elseif($LCID -eq "1061"){
$code = 'est'
}
##Finnish 1035
elseif($LCID -eq "1035"){
$code = 'fi'
}
##French 1036
elseif($LCID -eq "1036"){
$code = 'fr'
}
##Galician 1110
elseif($LCID -eq "1110"){
$code = 'gl'
}
##Georgian 1079
elseif($LCID -eq "1079"){
$code = 'ge'
}
##German 1031
elseif($LCID -eq "1031"){
$code = 'd'
}
##Greek 1032
elseif($LCID -eq "1032"){
$code = 'el'
}
##Hebrew 1037
elseif($LCID -eq "1037"){
$code = 'he'
}
##Hungarian 1038
elseif($LCID -eq "1038"){
$code = 'hu'
}
##Indonesian 1057
elseif($LCID -eq "1057"){
$code = 'id'
}
##Italian - Italy 1040
##Italian - Switzerland 2064
elseif(($LCID -eq "1040") -or ($LCID -eq "2064")){
$code = 'it'
}
##Japanese 1041
elseif($LCID -eq "1041"){
$code = 'jp'
}
##Korean 1042
elseif($LCID -eq "1042"){
$code = 'kr'
}
##Lithuanian 1063
elseif($LCID -eq "1063"){
$code = 'lt'
}
##Macedonian 0047
##Macedonian (Former Yugoslav Republic of Macedonia) 1071
elseif(($LCID -eq "0047") -or ($LCID -eq "1071")){
$code = 'mk'
}
##Norwegian (Bokmål) 1044
##Norwegian (Nynorsk) 2068
elseif(($LCID -eq "1044") -or ($LCID -eq "2068")){
$code = 'no'
}
##Persian 0041
##Persian Iran 1065
elseif(($LCID -eq "0041") -or ($LCID -eq "1065")){
$code = 'prs'
}
##Polish 1045
elseif($LCID -eq "1045"){
$code = 'pl'
}
##Portuguese - Portugal
##Portuguese - Portugal 2070 (pt-pt)
elseif($LCID -eq "2070"){
$code = 'pt'
}
##Portuguese - Brazil
##Portuguese - Brazil 1046 (pt-br)
elseif($LCID -eq "1046"){
$code = 'br'
}
##Romanian 1048
##Romanian Moldava 2072
elseif(($LCID -eq "1048") -or ($LCID -eq "2072")){
$code = 'ro'
}
##Russian (ru-ru) 1049
##Russian-Moldava (ru-mo) 2073
elseif(($LCID -eq "1049") -or ($LCID -eq "2073")){
$code = 'ru'
}
##Serbian Cyrillic 3098
elseif($LCID -eq "3098"){
$code = 'srbcyr'
}
##Serbian Latin 2074
elseif($LCID -eq "2074"){
$code = 'srblat'
}
##Sinhala 1115
elseif($LCID -eq "1115"){
$code = 'si'
}
##Slovak 1051
elseif($LCID -eq "1051"){
$code = 'sk'
}
##Slovenian 1060
elseif($LCID -eq "1060"){
$code = 'slv'
}
##Spanish - Spain (Modern Sort) 3082
##Spanish - Spain (Traditional Sort) 1034 (es-es)
##Spanish - Argentina 11274
##Spanish - Bolivia 16394
##Spanish - Chile 13322
##Spanish - Colombia 9226
##Spanish - Costa Rica 5130
##Spanish - Dominican Republic 7178
##Spanish - Ecuador 12298
##Spanish - El Salvador 17418
##Spanish - Guatemala 4106
##Spanish - Honduras 18442
##Spanish - Latin America 22538
##Spanish - Mexico 2058
##Spanish - Nicaragua 19466
##Spanish - Panama 6154
##Spanish - Paraguay 15370
##Spanish - Peru 10250
##Spanish - Puerto Rico 20490
##Spanish - United States 21514
##Spanish - Uruguay 14346
##Spanish - Venezuela 8202
elseif(($LCID -eq "3082") -or ($LCID -eq "1034") -or ($LCID -eq "11274") -or ($LCID -eq "16394") -or ($LCID -eq "13322") -or ($LCID -eq "9226") -or ($LCID -eq "5130") -or ($LCID -eq "7178") -or ($LCID -eq "12298") -or ($LCID -eq "17418") -or ($LCID -eq "4106") -or ($LCID -eq "18442") -or ($LCID -eq "22538") -or ($LCID -eq "2058") -or ($LCID -eq "19466") -or ($LCID -eq "6154") -or ($LCID -eq "15370") -or ($LCID -eq "10250") -or ($LCID -eq "20490") -or ($LCID -eq "21514") -or ($LCID -eq "14346") -or ($LCID -eq "8202")){
$code = 'es'
}
##Swedish 1053
##Swedish - Finland 2077
elseif(($LCID -eq "1053") -or ($LCID -eq "2077")){
$code = 'sw'
}
##Thai 1054
elseif($LCID -eq "1054"){
$code = 'th'
}
##Turkish 1055
elseif($LCID -eq "1055"){
$code = 'tr'
}
##Turkmen 1090
elseif($LCID -eq "1090"){
$code = 'tkm'
}
##Ukrainian 1058
elseif($LCID -eq "1058"){
$code = 'ukr'
}
##Uzbek (Cyrillic) 2115
##Uzbek (Latin) 1091
elseif(($LCID -eq "2115") -or ($LCID -eq "1091")){
$code = 'uz'
}
#Valencian
#Valencian 2051
elseif($LCID -eq "2051"){
$code = 'va'
}
##Vietnamese 1066
elseif($LCID -eq "1066"){
$code = 'vn'
}
##English --- all
else{
$code = 'en'
}
$downloadInfo = GetDownloadInfo -downloadInfoFile "$toolsPath\downloadInfo.csv" -code $code -urlVersion $url_version
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $toolsDir
fileType = 'exe'
url = $downloadInfo.URL32
checksum = $downloadInfo.Checksum32
checksumType = $checksumType32
url64bit = $downloadInfo.URL64
checksum64 = $downloadInfo.Checksum64
checksumType64= $checksumType64
softwareName = 'WinRAR*'
silentArgs = '/S'
validExitCodes= @(0)
}
Install-ChocolateyPackage @packageArgs
$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-570.exe|5e5ae8476052b973b427fe4991aeee2bf5b05ceae5bb45ed67849d06cb031471|https://www.rarlab.com/rar/wrar570.exe|2b56b58a2ec260589770b377256831d5c3d0f4efe012b109f2c9d31fcc855ff7
ar|https://www.rarlab.com/rar/winrar-x64-570ar.exe|ea6bc4577c5ace251773547e5dd1b3ef8c681d44fd17007a72d0c1a9b252d335|https://www.rarlab.com/rar/wrar570ar.exe|c6645e6ae88324e0a3c66ff5740f9322c7c69e493a675b400f3eadf48c5a42ed
am|https://www.rarlab.com/rar/winrar-x64-570am.exe|61378d2b67e369a532f60fca9684be6079e2dd7ea6efd20873950ae5da42f037|https://www.rarlab.com/rar/wrar570am.exe|791d088a4eaa326a54c7f57704980c22fffa4b11bd1c80ccf48a6b3f7576ae9a
az|https://www.rarlab.com/rar/winrar-x64-570az.exe|1db9079b2316a0391f67f8ad5a9e07424fdeb8fdb4566601718c3ba9b2175282|https://www.rarlab.com/rar/wrar570az.exe|2936f32cedd6ded42b6d36bf53fdc2534a403af6b685d072d99a2cdcc71f0512
by|https://www.rarlab.com/rar/winrar-x64-570by.exe|205820e4fa7322471322ee87ee911ed4230677d756d14b0e1259039bb17b4f5a|https://www.rarlab.com/rar/wrar570by.exe|d983cd01fde0432f471356d32372f0fbb51559a0e512e1a90a9f9d78444b8a0a
bg|https://www.rarlab.com/rar/winrar-x64-570bg.exe|336beebeffa715a3191162a0ba97e34e6f2b299d6fd7c8c7326b0e2683c42d11|https://www.rarlab.com/rar/wrar570bg.exe|1257d798f57fab154d64f7da014d753950233a6af568f58265a5d1e94544d6a8
bur|https://www.rarlab.com/rar/winrar-x64-570bur.exe|2b7483252e7b573a611633da1abcce8c9304c9eb59d0716cd0b3b39638529794|https://www.rarlab.com/rar/wrar570bur.exe|62938fee8da1c80255630829cd301a6c0de977fa3e8244e08108e97393a64eb1
ca|https://www.rarlab.com/rar/winrar-x64-570ca.exe|e8c456558eb0b9ec5c103ba1462f896da3e64af64ab21195fd480ce66b5b03bc|https://www.rarlab.com/rar/wrar570ca.exe|0118b88a57128ecf0590dba7678d9474ea5246dccdcbcc063b2bee0a6e670db4
sc|https://www.rarlab.com/rar/winrar-x64-570sc.exe|c56d4f02b8dd57dd8d1f6d7aa31025e8844d5592f36301c77b622e1c882451f2|https://www.rarlab.com/rar/wrar570sc.exe|04fcc8e0a766e617121def8d0d66fe8af5ce0d4d006949ee09fc947ff4d97a94
tc|https://www.rarlab.com/rar/winrar-x64-570tc.exe|7fd408105daa8f6277ef62f065f531482c04e1f3782872620b120a3f0652d4c1|https://www.rarlab.com/rar/wrar570tc.exe|6a14717043d54e36939e5696e76d62cc39e3298f724119d2279b237747658d18
cro|https://www.rarlab.com/rar/winrar-x64-570cro.exe|bcde0a21056df64bcf0e33fa6fabe274cc4006e671d3086337fcc92d13887f31|https://www.rarlab.com/rar/wrar570cro.exe|2f8b883d3463165c160301300fd4c748af7e4f4153a3a62f5f74edf3972da3a9
dk|https://www.rarlab.com/rar/winrar-x64-570dk.exe|610131f98c1ea70051ded44e5f82461dbd5f3f4c1085061e17776c98c08b317c|https://www.rarlab.com/rar/wrar570dk.exe|5581f76ff233d7c56cb9e100a43255d937f6eba378132fceb19f178c15757c80
nl|https://www.rarlab.com/rar/winrar-x64-570nl.exe|254ad3fa078df44c489b8606fd78840ff83ee28876309c38fc0c699cbe57748d|https://www.rarlab.com/rar/wrar570nl.exe|00e8e9a857f5580105b63b1cdfc72175c10a2cee1ec38b304b7044af18610566
en|https://www.rarlab.com/rar/winrar-x64-570.exe|5e5ae8476052b973b427fe4991aeee2bf5b05ceae5bb45ed67849d06cb031471|https://www.rarlab.com/rar/wrar570.exe|2b56b58a2ec260589770b377256831d5c3d0f4efe012b109f2c9d31fcc855ff7
est|https://www.rarlab.com/rar/winrar-x64-570est.exe|e44dbdc8a73f16780f776cd829e3cbee29aae2e3d4666cdeb53d76e8ec871534|https://www.rarlab.com/rar/wrar570est.exe|602e8b255619f76613560f86ed314f1f7cadd934125220852a33b30f2960b894
eu|https://www.rarlab.com/rar/winrar-x64-570eu.exe|84398f158e3f6fbc31a55ff0b80a36d6a6d8ccdfdf7ee44c85f8a745779dc233|https://www.rarlab.com/rar/wrar570eu.exe|93a08901d2696418f7935f8d7945c5903a1e990b0505f06d36661915c34d3074
fi|https://www.rarlab.com/rar/winrar-x64-570fi.exe|5d17374a0869eaffff157a065167c5045949de91df5d4fd6a868ba39e8cd305b|https://www.rarlab.com/rar/wrar570fi.exe|b27ae2e0340f008929dfe28e1446f4c0cfdaa3183e142b3f739b6151c02c469d
fr|https://www.rarlab.com/rar/winrar-x64-570fr.exe|400c8a59566394c8512f7c054cfc298fa9fdfa6823a4a4e46851a2494f18ac0e|https://www.rarlab.com/rar/wrar570fr.exe|884c75a355bac77d23aafecd1173a8dfe91e5895a0e3c7286e203290740494ea
gl|https://www.rarlab.com/rar/winrar-x64-570gl.exe|b5c088f3902838417139916b80c14f8b58becdaebe7c4c67733421081eb6d2c6|https://www.rarlab.com/rar/wrar570gl.exe|f58d691e8091abf6c0974020a59941683eeb20f0ec89429ed947f6228ad7db29
ge|https://www.rarlab.com/rar/winrar-x64-570ge.exe|2e926e4d816cf860a3f35c2605d7ced021e163efbdc9add786b237a1abad9556|https://www.rarlab.com/rar/wrar570ge.exe|403a35a3d2362e5d7bdb8969c4e65389950bfa5f6922b46eab5370f1478d528a
d|https://www.rarlab.com/rar/winrar-x64-570d.exe|7134dc31a834a91c8dae8ad23ba76216aa78c29dbd2c28d87f9dd80260131027|https://www.rarlab.com/rar/wrar570d.exe|492d332916570ad6904cfcf29112fa85ff3b77bd95fce5e0dd29b7c4f0053c1f
el|https://www.rarlab.com/rar/winrar-x64-570el.exe|66fd6b31d79f462140feb91d19fa4b4bacd26628b201e6f8a41836395c101516|https://www.rarlab.com/rar/wrar570el.exe|23634605446a5c9ed16ef6e241121a1dac68f4b69a80e376902f052aedcd00e6
he|https://www.rarlab.com/rar/winrar-x64-570he.exe|5e68bb31601de0d7bf862a5e3f59cfffc4cdd234962b99fa96f2e0c2f512fe39|https://www.rarlab.com/rar/wrar570he.exe|80b8b1ae47bd6bfd2e3ad35be4eec9ac6259b98d617eeff88001044b1d8cfa44
hu|https://www.rarlab.com/rar/winrar-x64-570hu.exe|d00454997765fb5e24f13982ac8d2ef0e1506e682cfb647d04bf1e49da350adc|https://www.rarlab.com/rar/wrar570hu.exe|87c2b277bb0744177b631a59cc4409dccdfd87487145b48970b8fc9604ad7950
id|https://www.rarlab.com/rar/winrar-x64-570id.exe|0f8c2094944e1b5541d67c76f3792429639e3c1922edc86e069e0a638011400b|https://www.rarlab.com/rar/wrar570id.exe|3bb3dd1159beab2fe5155c663fa7035659b0446a405b2edb9e70d4bf85f82b5b
it|https://www.rarlab.com/rar/winrar-x64-570it.exe|59440c733311021dbb39f853d6cff14bb04f2b93e517727e4872a0da96fd2f0e|https://www.rarlab.com/rar/wrar570it.exe|cc4d49c86841e598010ed331e303cf823d06eb57534dee2789ba7efc68b2eaba
jp|https://www.rarlab.com/rar/winrar-x64-570jp.exe|dd486ae4b38e684b7bfca7790675206bc582fe8e0d2058ad081480d814ec93eb|https://www.rarlab.com/rar/wrar570jp.exe|ef3066ea25e4c194b67be8d9b967128481ae54547d2d61ed395b9d34699effe5
kr|https://www.rarlab.com/rar/winrar-x64-570kr.exe|b7c290bfaa7f2f51dbbb801b4306d26bb767694da4d5e56163488bd7ff1044d4|https://www.rarlab.com/rar/wrar570kr.exe|1e1bb2cffe07204fd65a69ddd28fb182d5a749c1e95e8bfe5f31b1950f06812b
lt|https://www.rarlab.com/rar/winrar-x64-570lt.exe|713609570385ac6ace38e98cef89f1ad849e5127ac36d58d657dbfb96d0ff8fd|https://www.rarlab.com/rar/wrar570lt.exe|27a82ff6f96f023d7c527b601bf5cab4ecdb734281b49da22367b2430fd7ea77
mn|https://www.rarlab.com/rar/winrar-x64-570mn.exe|7f7d620845f13e66b1ae4d5fe59a7cfc892706fe90ea0db3c5ae5f705baf4e14|https://www.rarlab.com/rar/wrar570mn.exe|ffe6ca5cc7613deb3c13d46ef36830932f2d8899f2b767b0269ca657d2acc30b
no|https://www.rarlab.com/rar/winrar-x64-570no.exe|aa7863cc4621a0a15a74d8c771bb0810d8c8521a308f87d819d18d7fd430c884|https://www.rarlab.com/rar/wrar570no.exe|6e897bf956e032b0b3086a170618e6a7d2c55da2ed210556c5338e9eb4851390
prs|https://www.rarlab.com/rar/winrar-x64-570prs.exe|1219e2b8d61340f9475c89ec3117cc073a12d7e774f17bc26e57c15632a00653|https://www.rarlab.com/rar/wrar570prs.exe|6df4b6c4eae0a0f8ebf0c0c4b51accd92e84f9b3576dc9e94baaea8db95aa2c9
pl|https://www.rarlab.com/rar/winrar-x64-570pl.exe|15641f64164a8c49b08ef59307fa8f16e8ef509489841c4975881e5abd9d8b90|https://www.rarlab.com/rar/wrar570pl.exe|536f2599e2c5a197bdcd7967ff08fb95c08f9ed23b562e061853c8a69f6e445c
pt|https://www.rarlab.com/rar/winrar-x64-570pt.exe|af6d2aaf41cae3922c192e36c7362650c7a3be67ecb3ba081f7ba566b0cc662c|https://www.rarlab.com/rar/wrar570pt.exe|8305459bb39e89a20f52c7066af8467c73d36bb664b361dfe8d7f6f16171836b
br|https://www.rarlab.com/rar/winrar-x64-570br.exe|6175863aa4cdacc7c8595ebf82d021a2c752f1483f3c24bfadc76839ed60a518|https://www.rarlab.com/rar/wrar570br.exe|7c5decc53417d115f1b3ab5565a3d5056b32e52331bf9f33465fd00cb415ba87
ro|https://www.rarlab.com/rar/winrar-x64-570ro.exe|9727284049e091ab674fad401d4c2f014d70423160370b5de4b7c898a7f6af71|https://www.rarlab.com/rar/wrar570ro.exe|eea2efd20834bafc204f22abf4e00024ded408f25635416e01715cacdc3eec05
ru|https://www.rarlab.com/rar/winrar-x64-570ru.exe|a0c029bd3c177089f1047f8d4203a1f25eaf4902cbf4c23a8443a5c7324b66a8|https://www.rarlab.com/rar/wrar570ru.exe|91536c43fb708071267e8f47712d577ae2ad471efc2d0587809ef7824fc0dd1a
srbcyr|https://www.rarlab.com/rar/winrar-x64-570srbcyr.exe|b1da213635c82dca0388a909b59e0c86866eb5ec84584e6e8af1e0a093dfe55c|https://www.rarlab.com/rar/wrar570srbcyr.exe|01340a25eb0a9165d95fa200d129f13e125a1c7b3a07c51182bb6fb4f33d2241
slv|https://www.rarlab.com/rar/winrar-x64-570slv.exe|303b9e42de4b14d53c166b235e4dcacc1ab507bba22b2339068a5e9850ff5c70|https://www.rarlab.com/rar/wrar570slv.exe|36146d0d29f155352e377bff700a12bc9d6ed25132d57b5d0df556f8975d25d6
es|https://www.rarlab.com/rar/winrar-x64-570es.exe|ee47c43a728182f94d8cdf31084f0acf96e25ca4d6993e6f91f8f1105a0220d8|https://www.rarlab.com/rar/wrar570es.exe|aeead82a56c612b9c9449600f33d0162d1b13e3be6687eb989b1ee5471c6556e
sw|https://www.rarlab.com/rar/winrar-x64-570sw.exe|e58ffd99a2366074dea6a039a7d2c1e3f0b3ea343e8708b0a618f8437f015ba2|https://www.rarlab.com/rar/wrar570sw.exe|afedadebbdda8a0849402e3c558e24608be7fcedf001d75fcbd7a4675bfe10c4
th|https://www.rarlab.com/rar/winrar-x64-570th.exe|9a5a8ea777c0cc8e755af56c4904744807c5b63133ec248bd379bc729495d8d6|https://www.rarlab.com/rar/wrar570th.exe|848178111e79a5c10ac28d9b0fdc26b3ac62d0c98b81341c37c495ae04157c81
tr|https://www.rarlab.com/rar/winrar-x64-570tr.exe|8d35c64b4c5c0bb61537936f3124011836374eaa9b4b1502e47cfee84e142bfa|https://www.rarlab.com/rar/wrar570tr.exe|f4a8b552f758fad6f89768ff5b8f266f1e5c11f0127873d9dd826e4d6463f51a
uk|https://www.rarlab.com/rar/winrar-x64-570uk.exe|7373f897c7319a5aab8c07d201c5466015b794835d0f6c6f65a50293fdaefdaf|https://www.rarlab.com/rar/wrar570uk.exe|b3b15cb68a07168e36a19fc0fb38339bea1542ff15dfdbf32cd21bab5b095833
vn|https://www.rarlab.com/rar/winrar-x64-570vn.exe|0c24ba9b264ebe1ec6cb0114cc17d89797e4040c2752df157d21c880d91a7dc8|https://www.rarlab.com/rar/wrar570vn.exe|af82c80320024f5817838d56c4e76cbfa86113a17226cd7d6e5e59dbf400f9ae
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'
$downloadInfo | Where-Object { $_.Code -eq $code } | Select-Object -first 1
}
Log in or click on link to see number of positives.
- winrar-x64-570.exe (5e5ae8476052) - ## / 71
- wrar570.exe (2b56b58a2ec2) - ## / 71
- winrar.5.70.0.20190305.nupkg (e83b6430509c) - ## / 58
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.
Version | Downloads | Last Updated | Status |
---|---|---|---|
WinRAR 6.0.0.20210102 | 71506 | Saturday, January 2, 2021 | Approved |
WinRAR 6.00 | 75440 | Monday, December 7, 2020 | Approved |
WinRAR 5.91.0.20200917 | 146984 | Thursday, September 17, 2020 | Approved |
WinRAR 5.91 | 136227 | Monday, June 29, 2020 | Approved |
WinRAR 5.90.0.20200528 | 51088 | Thursday, May 28, 2020 | Approved |
WinRAR 5.90.0.20200401 | 91540 | Wednesday, April 1, 2020 | Approved |
WinRAR 5.90 | 23330 | Monday, March 30, 2020 | Approved |
WinRAR 5.80.0.20200219 | 77442 | Wednesday, February 19, 2020 | Approved |
WinRAR 5.80.0.20200102 | 124742 | Thursday, January 2, 2020 | Approved |
WinRAR 5.80 | 52633 | Wednesday, December 11, 2019 | Approved |
WinRAR 5.71 | 293622 | Wednesday, May 8, 2019 | Approved |
WinRAR 5.70.0.20190305 | 54980 | Tuesday, March 5, 2019 | Approved |
WinRAR 5.70 | 35798 | 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.