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:

7,228,654

Downloads of v 6.0.0.20210102:

259,970

Last Update:

02 Jan 2021

Package Maintainer(s):

Software Author(s):

  • win.rar GmbH

Tags:

trial rar compression archive nagware admin

WinRAR

This is not the latest version of WinRAR available.

  • 1
  • 2
  • 3

6.0.0.20210102 | Updated: 02 Jan 2021

Downloads:

7,228,654

Downloads of v 6.0.0.20210102:

259,970

Maintainer(s):

Software Author(s):

  • win.rar GmbH

WinRAR 6.0.0.20210102

This is not the latest version of WinRAR available.

  • 1
  • 2
  • 3

All Checks are Passing

3 Passing Tests


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

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:

NOTE

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

  • 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

3. Copy Your Script

choco upgrade winrar -y --source="'INTERNAL REPO URL'" --version="'6.0.0.20210102'" [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.0.0.20210102'" 
$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.0.0.20210102'
    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.0.0.20210102'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller winrar
{
    Name     = "winrar"
    Version  = "6.0.0.20210102"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'winrar':
  ensure   => '6.0.0.20210102',
  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.

NOTE

Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...

Package Approved

This package was approved as a trusted package on 02 Jan 2021.

Description

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.


tools\chocolateyInstall.ps1
$ErrorActionPreference = 'Stop';
$toolsDir       = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$LCID = (Get-UICulture).LCID
$url_version = '600'

$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
tools\chocolateyUninstall.ps1
$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}
tools\downloadInfo.csv
en|https://www.rarlab.com/rar/winrar-x64-600.exe|d61a8532f713407bd80a5099c818bbed391620e3891af00a68ef584e33be247a|https://www.rarlab.com/rar/wrar600.exe|43fb8944e482a11150236f110e1acb70b4922662711f826829e94b2ad00dcb69
am|https://www.rarlab.com/rar/winrar-x64-600am.exe|90e4aded402453ba6d5d55f06149aa1c38b86e890f4d9c9a83856a858e5c11d5|https://www.rarlab.com/rar/wrar600am.exe|9a59a3963a0ec8a30ab4e5b22e16eebc0f60328d96b6c922b65df0b71eb064ee
bg|https://www.rarlab.com/rar/winrar-x64-600bg.exe|996ab0f94ed55b92c27a6986a872fd5dc9bd33c0b4a3a05856bea409e2cea61e|https://www.rarlab.com/rar/wrar600bg.exe|457ab491039100a93a3cc463a7c943c3185d2b39bfef35635f4c40c102bcdcbe
ca|https://www.rarlab.com/rar/winrar-x64-600ca.exe|3af56106c50f41a8be83f4a65c8465489a374de4f5208dfca2ba9f7365d329a4|https://www.rarlab.com/rar/wrar600ca.exe|5e81d684eb039bd134c18cd9cfb09d44d22f8cec132d85c8686944826b7ff5c3
sc|https://www.rarlab.com/rar/winrar-x64-600sc.exe|21143daf8db4cee7b9dbdbeb58365b3ca97fb02922c92192b1cc09cc14b6c484|https://www.rarlab.com/rar/wrar600sc.exe|ca719ba741be11effa774a5e099b7d4ac49d940da7bb306b093b70be1cd26518
tc|https://www.rarlab.com/rar/winrar-x64-600tc.exe|3f1a7bd01f97fa2320f87a4725317930d3ebd853b68fb922e8fe8d1fbe67281f|https://www.rarlab.com/rar/wrar600tc.exe|22095107c24f8a0224d99d1bdfd79a23c2500d129dbcd9cfd535eb5687653fff
cro|https://www.rarlab.com/rar/winrar-x64-600cro.exe|2b4050e7565373ea28934cd6d78df1120b86b0e9a742d311c16e649ebdf5877d|https://www.rarlab.com/rar/wrar600cro.exe|e0c68f588d8652b1df7716c31715cec14fed86e979518174d05a7adfd57ffbd6
cz|https://www.rarlab.com/rar/winrar-x64-600cz.exe|d6abcd158e1c36034c17329bc01189a681e14e529e3d7e7feda0c6e7ab3cbc7b|https://www.rarlab.com/rar/wrar600cz.exe|cd7966b8ac744c106fdc2a3b0c6a362d505bfa519408600e65fea55de2cb9d92
dk|https://www.rarlab.com/rar/winrar-x64-600dk.exe|22da4a36276d6413a06a765d0cbecd3c7e3e11fe9af915bcb00af9d10fb5f88f|https://www.rarlab.com/rar/wrar600dk.exe|c94256230f23a702ed910908b00eb89df1f6968c998cc573fa65092059b7648b
nl|https://www.rarlab.com/rar/winrar-x64-600nl.exe|b90b9073a70cbb166337ccc01159db464a07a7eb4e351bc666c296a5c4eca62f|https://www.rarlab.com/rar/wrar600nl.exe|b702e52cd9534e2a6b09ab67ace5eb6275ff5250f7b12885d6e706c37c666e85
en|https://www.rarlab.com/rar/winrar-x64-600.exe|d61a8532f713407bd80a5099c818bbed391620e3891af00a68ef584e33be247a|https://www.rarlab.com/rar/wrar600.exe|43fb8944e482a11150236f110e1acb70b4922662711f826829e94b2ad00dcb69
eu|https://www.rarlab.com/rar/winrar-x64-600eu.exe|efdf8f3508e6a7695af6a030977b468d89ffd9b37776c9051d2e40e52004815e|https://www.rarlab.com/rar/wrar600eu.exe|43e9a597e58fca30b61305f3b4c5fc486460c412fe5dccaa530eb73eab498fdb
fi|https://www.rarlab.com/rar/winrar-x64-600fi.exe|f8d54257c5a4e98c2a8902fe2bd6918a7e5cabdaaf093d8724b5c1a525cb08cb|https://www.rarlab.com/rar/wrar600fi.exe|3f3e0c2535def2bb0bd1621976949a09bab49bc9900e8ab3754c74146debeaa7
fr|https://www.rarlab.com/rar/winrar-x64-600fr.exe|83af958feb04d3750392aa19ef352d0dee4a4ac99c18b3438949472e98a9172f|https://www.rarlab.com/rar/wrar600fr.exe|d921c7b9a7e40211de9ba0dafd64d643010af9fdd1303da7c0f3c10e7c2f3957
gl|https://www.rarlab.com/rar/winrar-x64-600gl.exe|267d37ce1f76d0bf3ca03e1c9427f7effd1f001911e03e9c4eb3abe047f62b55|https://www.rarlab.com/rar/wrar600gl.exe|ff04944988972e287bc46623a164ba6710a02852033afdb892407e44254f4e49
d|https://www.rarlab.com/rar/winrar-x64-600d.exe|734d5a1d03479ade5b61b3d35a8fadc1b423f328d424a262659e3a49a262b00a|https://www.rarlab.com/rar/wrar600d.exe|962b0ccd47d28bbd4705a3146c7a44659ed634db9a8adac337ce31f438e4f622
el|https://www.rarlab.com/rar/winrar-x64-600el.exe|5971e36baff80e2eee960d8365df193a09987d4463d1442292cd9327d8fd97a9|https://www.rarlab.com/rar/wrar600el.exe|dcc6e33f108b9591f9ee2c9063960b4a037ca85a87797c6fb7afe3548b10feec
he|https://www.rarlab.com/rar/winrar-x64-600he.exe|e1b82b1b7f5ae00273c08da86d72e0ba7430dab0dd5d3bd71fb4dffd4c86a163|https://www.rarlab.com/rar/wrar600he.exe|bcafcb67f0a6c965652e9a78b547a32817b99ba6459253c011db8bb99ce1a078
hu|https://www.rarlab.com/rar/winrar-x64-600hu.exe|81ce72fd6ee05a5db7a500117dee263e46da0e6cd9150d49f497f086d54102ae|https://www.rarlab.com/rar/wrar600hu.exe|868d548e36c4d8e2e7b4fc9d1a7d34ef00c02e2017697651aa69de8ffe2fcb4a
id|https://www.rarlab.com/rar/winrar-x64-600id.exe|7f126365df11084f9e9cf79adf39b31bd26cb55da329f627ee3f775414e3e932|https://www.rarlab.com/rar/wrar600id.exe|8166a8510f7ed68839c2e8c201d4e25f06a8bfa370a2ac5962d7d88c67ff0971
it|https://www.rarlab.com/rar/winrar-x64-600it.exe|ee7b7b7efe0de7be39e12a705365bb585dd29b8a0ac4b0f355bb6a60b3678247|https://www.rarlab.com/rar/wrar600it.exe|7b4fa4d64f805f48239882b3260637c960dd99b26e525c377d2157e1b6f8db30
kr|https://www.rarlab.com/rar/winrar-x64-600kr.exe|0a10823986961cd6c20d77651bca1a21a5b24cd41a8de09d087166bf28cb4321|https://www.rarlab.com/rar/wrar600kr.exe|f57e06d464c8e3e8f991534012f9b86df40dba49af397be20e9676f2301fda3e
lt|https://www.rarlab.com/rar/winrar-x64-600lt.exe|2c1d1e5db07fce337fe3182059e00aa81cee2bf51c4b06b33c7bc74070d23e44|https://www.rarlab.com/rar/wrar600lt.exe|4b419b8cc835330f4437e4483d1700ce3e0e0720b5a693d6e7fd6b03b294e75e
mn|https://www.rarlab.com/rar/winrar-x64-600mn.exe|4709f0acde092ffa2ce5bc425faeb19a0f6023f7652a383c1b3714c321e1a1e0|https://www.rarlab.com/rar/wrar600mn.exe|97993dfa1ff062f97db88829973e2cec49369104aa0fe8b0e28b8cbbfbcf3810
no|https://www.rarlab.com/rar/winrar-x64-600no.exe|6353102c9c8c1f6578db1353987aadf9d447d4e2206b8928835d8e6e6ea85bc8|https://www.rarlab.com/rar/wrar600no.exe|4fa5592a196b589ad5a6749a0492b8df04c84049fae520ade01ab83556cef55d
pl|https://www.rarlab.com/rar/winrar-x64-600pl.exe|0e53870be13dda3b6e8063b976871463ae5daf708a5375f982075752c6e80e27|https://www.rarlab.com/rar/wrar600pl.exe|091e9a211ae0de5e9933cf7ee423237cddcf0f7f0e8da5e2b5c1f95461381b48
pt|https://www.rarlab.com/rar/winrar-x64-600pt.exe|e214599c1cdb20594d3585c6a4e3789d1c072f1427f2182b82e2b9dd8fbfbc0f|https://www.rarlab.com/rar/wrar600pt.exe|ad02964abbde57e7f3a381a5c69d202da316193de77df9aac55f821e3636a289
br|https://www.rarlab.com/rar/winrar-x64-600br.exe|32b265cd05048cbe9d749cd49fdc8d8cf30d8e1ed0e935c8e19c11dbc35a46af|https://www.rarlab.com/rar/wrar600br.exe|39440d2fb0ead52b5bb1d9546dd0ea3343fe3161b13903793ceaca3d9ce7c082
ro|https://www.rarlab.com/rar/winrar-x64-600ro.exe|cf860d3438f503d149a09e597a1e74a18b833e0f9265665f4c9c4f79f077c91e|https://www.rarlab.com/rar/wrar600ro.exe|96f3a6752fd552e6aece4555eba532e90904f6ff3080a9241214fcb9057b8072
ru|https://www.rarlab.com/rar/winrar-x64-600ru.exe|347c755cbba9349ec83f253d5898b1c8f662930f4792378d76c0f0f0eb1502ab|https://www.rarlab.com/rar/wrar600ru.exe|f856a9d9c0bf204306ff9272450687ac96378e61c6ab199b4eb66d127237378c
srbcyr|https://www.rarlab.com/rar/winrar-x64-600srbcyr.exe|2b978a9a9542a88e980cfb31bc4eadb3401d6cd9cda685b2a04ad231567df793|https://www.rarlab.com/rar/wrar600srbcyr.exe|5c83547ae5356564400a01c76d33a803700b7b928e0133e232548c8879ef9b42
sk|https://www.rarlab.com/rar/winrar-x64-600sk.exe|24d9793b116433f72de6d9309bf4b94becb97559fc08a87e9137b575c2c4289b|https://www.rarlab.com/rar/wrar600sk.exe|25493fedd15bb60de9a7171922b339ae4b81b3fbc6871235af7dfe9d617b3290
slv|https://www.rarlab.com/rar/winrar-x64-600slv.exe|4887a2c2ecc7735064ea5a7c1ae1221361668f65b47d7be45a8732793f15ddde|https://www.rarlab.com/rar/wrar600slv.exe|2889bd1936c8a052afa9079a1f3fab8ba39934e42c0113287b04d7271f9a55ad
es|https://www.rarlab.com/rar/winrar-x64-600es.exe|d62b2361edf4c6877690123c1c5204e83f34151c0cd27cb8f19d29a475d7b3a6|https://www.rarlab.com/rar/wrar600es.exe|3e367387de5daf81cc3734cd718864ac50ce0429e90534f42f8ce9396f1f9193
esco|https://www.rarlab.com/rar/winrar-x64-600esco.exe|3a726bbd27cf63bdb58fe38fc30c62f7184b8c7c642c433e49b5679fbf3140a4|https://www.rarlab.com/rar/wrar600esco.exe|58c513fce28e79b17e1fbe16d67387649b74cca36f6a0fbd9b181bf70432cba8
sw|https://www.rarlab.com/rar/winrar-x64-600sw.exe|ccd10847fabdd3e2dadafea8259bab004bd13b40b9bd19afb321500c9e35148b|https://www.rarlab.com/rar/wrar600sw.exe|befc193fbf5150ee6a7206bd3a6965ac73537895e715f2d2be6e3e087512c9e5
th|https://www.rarlab.com/rar/winrar-x64-600th.exe|ab9512a61fa2fe5b5fa45481877d38f05da950b7dddeec74555d61202cf4b0a8|https://www.rarlab.com/rar/wrar600th.exe|3e73eadcd5e88027d81d9dc92ab91888d478f0b4ab9dbfb8686def7266ec74f7
tr|https://www.rarlab.com/rar/winrar-x64-600tr.exe|068a88458a73714a7d3b41ff2496a7049919d700d2452c62cc6d07f3e2ed3dd1|https://www.rarlab.com/rar/wrar600tr.exe|496e72d081c66d2b83e47b181eefc896dedd71a7988659aaaa3f1dd3586f7285
uk|https://www.rarlab.com/rar/winrar-x64-600uk.exe|a824510f5dd56420e44167e3ae8bc829d0448d668f630cdf208fd8de20f2d749|https://www.rarlab.com/rar/wrar600uk.exe|4b0f81cfbe84ef014439935165ee584bb91a19f776d880069e09056fcd5f47b8
tools\helpers.ps1
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.

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 6.24 247356 Thursday, October 5, 2023 Approved
WinRAR 6.23 193948 Wednesday, August 2, 2023 Approved
WinRAR 6.22 135241 Thursday, June 8, 2023 Approved
WinRAR 6.21 213951 Monday, February 20, 2023 Approved
WinRAR 6.20 157283 Monday, January 23, 2023 Approved
WinRAR 6.11.0.20220504 343318 Wednesday, May 4, 2022 Approved
WinRAR 6.11 141671 Friday, March 4, 2022 Approved
WinRAR 6.10.0.20220128 99398 Friday, January 28, 2022 Approved
WinRAR 6.10 30242 Tuesday, January 25, 2022 Approved
WinRAR 6.02 362266 Monday, June 14, 2021 Approved
WinRAR 6.01 166767 Monday, April 12, 2021 Approved
WinRAR 6.0.0.20210102 259970 Saturday, January 2, 2021 Approved
WinRAR 6.00 75966 Monday, December 7, 2020 Approved
WinRAR 5.91.0.20200917 147345 Thursday, September 17, 2020 Approved
WinRAR 5.91 137099 Monday, June 29, 2020 Approved
WinRAR 5.90.0.20200528 51289 Thursday, May 28, 2020 Approved
WinRAR 5.90.0.20200401 91896 Wednesday, April 1, 2020 Approved
WinRAR 5.90 23530 Monday, March 30, 2020 Approved
WinRAR 5.80.0.20200219 77784 Wednesday, February 19, 2020 Approved
WinRAR 5.80.0.20200102 124941 Thursday, January 2, 2020 Approved
WinRAR 5.80 52809 Wednesday, December 11, 2019 Approved
WinRAR 5.71 294823 Wednesday, May 8, 2019 Approved
WinRAR 5.70.0.20190305 56473 Tuesday, March 5, 2019 Approved
WinRAR 5.70 36032 Wednesday, February 27, 2019 Approved

This package has no dependencies.

Discussion for the WinRAR Package

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.
comments powered by Disqus