Downloads:
7,674,222
Downloads of v 7.1.0:
403,418
Last Update:
15 May 2024
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
- 1
- 2
- 3
7.1.0 | Updated: 15 May 2024
- 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,222
Downloads of v 7.1.0:
403,418
Maintainer(s):
Software Author(s):
- win.rar GmbH
WinRAR 7.1.0
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 --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'" [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'"
$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: '7.1.0'
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 '7.1.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller winrar
{
Name = "winrar"
Version = "7.1.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'winrar':
ensure => '7.1.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 02 Nov 2024.
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 here that 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-701.exe|31f7ba37180f820313b2d32e76252344598409cb932109dd84a071cd58b64aa6|https://www.rarlab.com/rar/winrar-x32-701.exe|503d7256ab2198b774c91da1e100960b40d333bcbd1df0bcaea68cfed3f2599e
nl|https://www.rarlab.com/rar/winrar-x64-701nl.exe|1a47ed2d0983d32cb76ae8fbd98a0a13c9e1fe55d6d73764847f19e579dce5f6|https://www.rarlab.com/rar/winrar-x32-701nl.exe|3982ea59622f7dd78688d74a6875ce4780578c378a99e358a0c72dc385c9be2e
en|https://www.rarlab.com/rar/winrar-x64-701.exe|31f7ba37180f820313b2d32e76252344598409cb932109dd84a071cd58b64aa6|https://www.rarlab.com/rar/winrar-x32-701.exe|503d7256ab2198b774c91da1e100960b40d333bcbd1df0bcaea68cfed3f2599e
d|https://www.rarlab.com/rar/winrar-x64-701d.exe|3102a19d430b017c2259c5b26a9624c2cec30fd0ea987e79815730972b0cc3d8|https://www.rarlab.com/rar/winrar-x32-701d.exe|afc443d4eeb503d77c917c9ea2ee6183d11acd6587eb8bdb36c1741e8828b61f
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.7.1.0.nupkg (408f6dd3a6e0) - ## / 67
- winrar-x64-701.exe (31f7ba37180f) - ## / 72
- winrar-x32-701.exe (503d7256ab21) - ## / 72
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 | 403418 | Wednesday, May 15, 2024 | Approved | |
WinRAR 7.0.0 | 210712 | Thursday, February 29, 2024 | Approved | |
WinRAR 6.24 | 249223 | Thursday, October 5, 2023 | Approved | |
WinRAR 6.23 | 194163 | Wednesday, August 2, 2023 | Approved | |
WinRAR 6.22 | 135997 | Thursday, June 8, 2023 | Approved | |
WinRAR 6.21 | 214114 | Monday, February 20, 2023 | Approved | |
WinRAR 6.20 | 157418 | Monday, January 23, 2023 | Approved | |
WinRAR 6.11.0.20220504 | 343511 | 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.