Downloads:
823,896
Downloads of v 24.8.0:
22,212
Last Update:
12 Aug 2024
Package Maintainer(s):
Software Author(s):
- Igor Pavlov
Tags:
7zip zip archiver foss7-Zip (Portable, CommandLine)
- 1
- 2
- 3
24.8.0 | Updated: 12 Aug 2024
Downloads:
823,896
Downloads of v 24.8.0:
22,212
Maintainer(s):
Software Author(s):
- Igor Pavlov
7-Zip (Portable, CommandLine) 24.8.0
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Igor Pavlov. The inclusion of Igor Pavlov trademark(s), if any, upon this webpage is solely to identify Igor Pavlov 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 7-Zip (Portable, CommandLine), run the following command from the command line or from PowerShell:
To upgrade 7-Zip (Portable, CommandLine), run the following command from the command line or from PowerShell:
To uninstall 7-Zip (Portable, CommandLine), 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 7zip.portable --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 7zip.portable -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 7zip.portable -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 7zip.portable
win_chocolatey:
name: 7zip.portable
version: '24.8.0'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package '7zip.portable' do
action :install
source 'INTERNAL REPO URL'
version '24.8.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller 7zip.portable
{
Name = "7zip.portable"
Version = "24.8.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { '7zip.portable':
ensure => '24.8.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.
This package is likely a meta/virtual (*) or an installer (*.install) or portable (*.portable) application package.
- Meta/virtual (*) - has a dependency on the *.install or the *.portable package - it is provided for discoverability and for other packages to take a dependency on.
- Portable (*.portable/*.commandline (deprecated naming convention)/*.tool (deprecated naming convention)) - usually zips or archives that require no administrative access to install.
- Install (*.install/*.app (deprecated naming convention)) - uses native installers, usually requires administrative access to install.
Learn more about chocolatey's distinction of installed versus portable apps and/or learn about this kind of package.
This package was approved as a trusted package on 06 Nov 2024.
7-Zip is a file archiver with a high compression ratio.
Features
- High compression ratio in 7z format with LZMA and LZMA2 compression
- Supported formats:
- Packing / unpacking: 7z, XZ, BZIP2, GZIP, TAR, ZIP and WIM
- Unpacking only: AR, ARJ, CAB, CHM, CPIO, CramFS, DMG, EXT, FAT, GPT, HFS, IHEX, ISO, LZH, LZMA, MBR, MSI, NSIS, NTFS, QCOW2, RAR, RPM, SquashFS, UDF, UEFI, VDI, VHD, VMDK, WIM, XAR and Z.
- For ZIP and GZIP formats, 7-Zip provides a compression ratio that is 2-10 % better than the ratio provided by PKZip and WinZip
- Strong AES-256 encryption in 7z and ZIP formats
- Self-extracting capability for 7z format
- Powerful command line version
- Localizations for 87 languages
Notes
- If the package is out of date please check Version History for the latest submitted version. If you have a question, please ask it in Chocolatey Community Package Discussions or raise an issue on the Chocolatey Community Packages Repository if you have problems with the package. Disqus comments will generally not be responded to.
7-Zip
~~~~~
License for use and distribution
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7-Zip Copyright (C) 1999-2016 Igor Pavlov.
Licenses for files are:
1) 7z.dll: GNU LGPL + unRAR restriction
2) All other files: GNU LGPL
The GNU LGPL + unRAR restriction means that you must follow both
GNU LGPL rules and unRAR restriction rules.
Note:
You can use 7-Zip on any computer, including a computer in a commercial
organization. You don't need to register or pay for 7-Zip.
GNU LGPL information
--------------------
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You can receive a copy of the GNU Lesser General Public License from
http://www.gnu.org/
unRAR restriction
-----------------
The decompression engine for RAR archives was developed using source
code of unRAR program.
All copyrights to original unRAR code are owned by Alexander Roshal.
The license for original unRAR code has the following restriction:
The unRAR sources cannot be used to re-create the RAR compression algorithm,
which is proprietary. Distribution of modified unRAR sources in separate form
or as a part of other software is permitted, provided that it is clearly
stated in the documentation and source comments that the code may
not be used to develop a RAR (WinRAR) compatible archiver.
--
Igor Pavlov
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
The installer has been downloaded from their official download link listed on <http://www.7-zip.org/download.html>
and can be verified like this:
1. Download the following installers:
32-Bit: <http://www.7-zip.org/a/7z2408.exe>
64-Bit: <http://www.7-zip.org/a/7z2408-x64.exe>
Extra : <http://www.7-zip.org/a/7z2408-extra.7z>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'
checksum type: sha256
checksum32 : FAA87251336D864B877A5E6C3E9C9A5E250318BE2FDFC8A42CEADB3A956E0405
checksum64 : 67CB9D3452C9DD974B04F4A5FD842DBCBA8184F2344FF72E3662D7CDB68B099B
checksumExtra: DA995D41F5CA3A573B874644237E089A7F063C5DD29C6EFF4D0E2EA60ED902A9
File 'LICENSE.txt' is obtained from <http://www.7-zip.org/license.txt>
md5: 34A664B78470AAF06223AEACBEA42542 | sha1: 1490FAFEC812E59818E838C94F7777380501DB84 | sha256: DA995D41F5CA3A573B874644237E089A7F063C5DD29C6EFF4D0E2EA60ED902A9 | sha512: 35F55236FCCFB576CA014E29D0C35F4A213E53F06683BD2E82F869ED02506E230C8DD623C01D0207244D6A997031F737903456B7AD4A44DB1717F0A17A78602E
md5: D646419D462F0206A3341AEF0AA5E3C7 | sha1: EB4B809BBF91804E9BB17BE36E9469818601ED91 | sha256: FAA87251336D864B877A5E6C3E9C9A5E250318BE2FDFC8A42CEADB3A956E0405 | sha512: 7F6C46C780FCB5FC10CC5405221179DDECBBB871C578CA3D9E3A74141271B383BD83E8F9D75C98D7E9D406E9B935D52A6B04913D654169E0B30F0719225E7DD9
md5: 0330D0BD7341A9AFE5B6D161B1FF4AA1 | sha1: 86918E72F2E43C9C664C246E62B41452D662FBF3 | sha256: 67CB9D3452C9DD974B04F4A5FD842DBCBA8184F2344FF72E3662D7CDB68B099B | sha512: 850382414D9D33EAB134F8BD89DC99759F8D0459B7AD48BD9588405A3705AEB2CD727898529E3F71D9776A42E141C717E844E0B5C358818BBEAC01D096907AD1
Log in or click on link to see number of positives.
- 7zip_x32.exe (faa87251336d) - ## / 74
- 7zip_x64.exe (67cb9d3452c9) - ## / 75
- 7zip.portable.24.8.0.nupkg (a83dd7c02001) - ## / 71
- 7zip_extra.7z (da995d41f5ca) - ## / 65
- 7za.dll (a05490eea8ce) - ## / 67
- 7za.exe (cf878bfbd9ed) - ## / 75
- 7zxa.dll (3147b9ff0471) - ## / 75
- 7-zip.dll (f972b164d9a9) - ## / 75
- 7-zip32.dll (96313194a8ac) - ## / 75
- 7z.dll (e79ddfb6319d) - ## / 71
- 7z.exe (707f415d7d58) - ## / 72
- 7zFM.exe (028cf2158df4) - ## / 75
- 7zG.exe (0163ec83208b) - ## / 75
- Uninstall.exe (2ffa1c010889) - ## / 75
- 7z.dll (07f88bae90a4) - ## / 71
- 7z.exe (8b9f09e2bcaa) - ## / 69
- 7zFM.exe (8aec21c22111) - ## / 75
- 7zG.exe (8f8797efbdeb) - ## / 72
- Uninstall.exe (eb8d6d8cef40) - ## / 75
- 7-ZipFar.dll (9b72a744edb1) - ## / 73
- 7za.dll (0ed447f9a2af) - ## / 73
- 7za.exe (979622f69f3d) - ## / 73
- 7zxa.dll (5927e290cfe1) - ## / 71
- 7-ZipFar.dll (e53a44b6a6d2) - ## / 75
- 7-ZipFar64.dll (69c23ea3f5f9) - ## / 72
- 7za.dll (c4e3f8f28523) - ## / 75
- 7za.exe (2c39b62edf81) - ## / 73
- 7zxa.dll (de30bc79af29) - ## / 74
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 |
---|---|---|---|---|
7-Zip (Portable, CommandLine) 24.8.0 | 22212 | Monday, August 12, 2024 | Approved | |
7-Zip (Portable, CommandLine) 24.7.0 | 15697 | Wednesday, June 19, 2024 | Approved | |
7-Zip (Portable, CommandLine) 24.6.0 | 8431 | Monday, May 27, 2024 | Approved | |
7-Zip (Portable, CommandLine) 24.5.0 | 5992 | Wednesday, May 15, 2024 | Approved | |
7-Zip (Portable, CommandLine) 24.4.0-beta | 77 | Friday, April 5, 2024 | Approved | |
7-Zip (Portable, CommandLine) 24.3.0-beta | 61 | Sunday, March 24, 2024 | Approved | |
7-Zip (Portable, CommandLine) 24.2.0-beta | 45 | Friday, March 22, 2024 | Approved | |
7-Zip (Portable, CommandLine) 24.1.0-beta | 98 | Friday, February 2, 2024 | Approved | |
7-Zip (Portable, CommandLine) 23.1.0 | 93357 | Wednesday, June 21, 2023 | Approved | |
7-Zip (Portable, CommandLine) 22.1 | 93045 | Saturday, July 16, 2022 | Approved | |
7-Zip (Portable, CommandLine) 22.0 | 7847 | Monday, June 20, 2022 | Approved | |
7-Zip (Portable, CommandLine) 21.7 | 41232 | Monday, December 27, 2021 | Approved | |
7-Zip (Portable, CommandLine) 21.4-beta | 158 | Tuesday, November 2, 2021 | Approved | |
7-Zip (Portable, CommandLine) 21.3-beta | 250 | Tuesday, July 20, 2021 | Exempted | |
7-Zip (Portable, CommandLine) 21.2-alpha | 211 | Thursday, May 6, 2021 | Approved | |
7-Zip (Portable, CommandLine) 21.1-alpha | 286 | Wednesday, March 31, 2021 | Exempted | |
7-Zip (Portable, CommandLine) 19.0 | 287913 | Friday, February 22, 2019 | Approved | |
7-Zip (Portable, CommandLine) 18.6 | 16497 | Sunday, December 30, 2018 | Approved | |
7-Zip (Portable, CommandLine) 18.5 | 75101 | Tuesday, May 1, 2018 | Approved | |
7-Zip (Portable, CommandLine) 18.3-beta | 522 | Monday, March 5, 2018 | Approved | |
7-Zip (Portable, CommandLine) 18.2-beta | 424 | Saturday, March 3, 2018 | Approved | |
7-Zip (Portable, CommandLine) 18.1 | 29710 | Monday, January 29, 2018 | Approved | |
7-Zip (Portable, CommandLine) 18.0-beta | 476 | Wednesday, January 24, 2018 | Approved | |
7-Zip (Portable, CommandLine) 16.04 | 123667 | Thursday, February 2, 2017 | Approved |
This package has no dependencies.
Ground Rules:
- This discussion is only about 7-Zip (Portable, CommandLine) and the 7-Zip (Portable, CommandLine) 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 7-Zip (Portable, CommandLine), 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.