Downloads:
823,886
Downloads of v 18.1:
29,710
Last Update:
29 Jan 2018
Package Maintainer(s):
Software Author(s):
- Igor Pavlov
Tags:
7zip zip archiver foss7-Zip (Portable, CommandLine)
This is not the latest version of 7-Zip (Portable, CommandLine) available.
- 1
- 2
- 3
18.1 | Updated: 29 Jan 2018
Downloads:
823,886
Downloads of v 18.1:
29,710
Maintainer(s):
Software Author(s):
- Igor Pavlov
7-Zip (Portable, CommandLine) 18.1
This is not the latest version of 7-Zip (Portable, CommandLine) available.
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
Validation Testing Passed
Verification Testing Passed
DetailsScan Testing Resulted in Flagged:
This package was submitted (and approved) prior to automated virus scanning integration into the package moderation processs.
We recommend clicking the "Details" link to make your own decision on installing this package.
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 --version=18.1 --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'" --version="'18.1'" [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'" --version="'18.1'"
$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: '18.1'
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 '18.1'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller 7zip.portable
{
Name = "7zip.portable"
Version = "18.1"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { '7zip.portable':
ensure => '18.1',
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 05 Apr 2018.
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
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 have 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/7z1801.exe>
64-Bit: <http://www.7-zip.org/a/7z1801-x64.exe>
Extra : <http://www.7-zip.org/a/7z1801-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 : C55C60A674114BE26CE470F43109D405A5ADCD2BD38E346D4A35C98727174EB0
checksum64 : 86670D63429281A4A65C36919CA0F3099E3F803E3096C3A9722D61B3D31E4A9F
checksumExtra: 9371DF22BCD0E1AFF9EAA52AA3292350EECD011F11494E709314AE3F3EB279E2
File 'LICENSE.txt' is obtained from <http://www.7-zip.org/license.txt>
md5: 521B67034482C5EBFC0F91CC3D948C46 | sha1: 82FBB3A56905E0487311477AE0EB4F5B58D0D6D8 | sha256: 9371DF22BCD0E1AFF9EAA52AA3292350EECD011F11494E709314AE3F3EB279E2 | sha512: 9133FC551D76515E37FDD4DD8C1E28D464AEA493548246B44565A42BBA46715764F41F9CFA14D470D298C3A6E9829D200F8BE5168CB67CF8F23D8042FCA833BC
md5: 98EAEBC6EBCF37D69658AC9871DBEC6F | sha1: D56BCA4973B1D1AA5915C41DCE318B077CE8B5B2 | sha256: C55C60A674114BE26CE470F43109D405A5ADCD2BD38E346D4A35C98727174EB0 | sha512: 4A07D1EBE13953D33D8DCD593BADFC65FEC4376DF1A2274674276869FD5A9E4DEE91813BBEAB3B654FCED480722E1DB06402261FF68C7AF6AC4CF22472F3565B
md5: 0710D1880C199CECD794762E9B7B2AC3 | sha1: 0A5059AAF7F0006C09632EBE39ABAE37CD739011 | sha256: 86670D63429281A4A65C36919CA0F3099E3F803E3096C3A9722D61B3D31E4A9F | sha512: 0A1E8B876ECF4C58801743F6144E47951A60ADE274A8BB7C3476EA70874E023B8C4E5E71E5FA25064DC7EC9208D8EA7A5E520107788FE06955FCA0F71AA91B63
Log in or click on link to see number of positives.
- 7zip_x32.exe (c55c60a67411) - ## / 64
- 7zip_x64.exe (86670d634292) - ## / 67
- 7zip.portable.18.1.nupkg (e37ebc14d440) - ## / 62
- 7zip_extra.7z (9371df22bcd0) - ## / 59
- 7za.dll (943d69f7c23f) - ## / 67
- 7za.exe (e6855553350f) - ## / 68
- 7zxa.dll (5a2b5acfec1d) - ## / 66
- 7-zip.dll (f65aca0b365f) - ## / 66
- 7-zip32.dll (4350e269f75c) - ## / 65
- 7z.dll (3057dc5c3a7c) - ## / 67
- 7z.exe (907a9e5e8f67) - ## / 67
- 7zFM.exe (61eb1a1a7543) - ## / 65
- 7zG.exe (a53ab56f80da) - ## / 67
- Uninstall.exe (11b8070d6bb9) - ## / 68
- 7z.dll (d6ac1d0599bd) - ## / 66
- 7z.exe (f2bb2dcdb12d) - ## / 66
- 7zFM.exe (8d387df64373) - ## / 66
- 7zG.exe (515e56d8ff5c) - ## / 65
- Uninstall.exe (f95e09319a35) - ## / 68
- 7-ZipFar.dll (f3f76ec340f9) - ## / 67
- 7-ZipFar64.dll (534549124a95) - ## / 65
- 7za.dll (1ac2899e33a0) - ## / 66
- 7za.exe (f558dfbb7f2b) - ## / 67
- 7zxa.dll (850c2418f791) - ## / 66
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 | 22202 | 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.