Downloads:
72,019
Downloads of v 5.50:
492
Last Update:
12 Jun 2019
Package Maintainer(s):
Software Author(s):
- Mark Nudelman
Tags:
pager viewerLess
This is not the latest version of Less available.
- 1
- 2
- 3
5.50 | Updated: 12 Jun 2019
Downloads:
72,019
Downloads of v 5.50:
492
Maintainer(s):
Software Author(s):
- Mark Nudelman
Less 5.50
This is not the latest version of Less available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Mark Nudelman. The inclusion of Mark Nudelman trademark(s), if any, upon this webpage is solely to identify Mark Nudelman goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Less, run the following command from the command line or from PowerShell:
To upgrade Less, run the following command from the command line or from PowerShell:
To uninstall Less, 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 less --internalize --version=5.50 --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 less -y --source="'INTERNAL REPO URL'" --version="'5.50'" [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 less -y --source="'INTERNAL REPO URL'" --version="'5.50'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install less
win_chocolatey:
name: less
version: '5.50'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'less' do
action :install
source 'INTERNAL REPO URL'
version '5.50'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller less
{
Name = "less"
Version = "5.50"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'less':
ensure => '5.50',
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 was approved as a trusted package on 12 Jun 2019.
Less is a CLI pager, a program that displays text files. Other pagers commonly in use are more
and pg
. Less is similar to more
, but allows backward movement in the file as well as forward movement. Also, less does not have to read the entire input file before starting, so with large input files it starts up faster than text editors like vi.
Notes
- If you are using PSCX, you must override its internally distributed less version using the following in your
$PROFILE
:($Pscx:Preferences).PageHelpUsingLess = $false
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
Package can be verified like this:
1. Go to
x32: http://guysalias.tk/misc/less/less-550-win32-static-x86.7z
to download the zip package.
2. You can use one of the following methods to obtain the checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'
checksum32: AF55DD42C3053707027F7684E3FAD05ABE676FFB09D33CF229580DADC99AABE8
-----BEGIN PGP SIGNED MESSAGE-----
Hash: RIPEMD160
MD5(less.exe)= 752172d6a31c711fba67ec1e132c85c2
SHA1(less.exe)= 2689d389a8f192b1fca4f3532cc67121fd9853c6
SHA256(less.exe)= df4b8ba6199d35d8c7c83ede55a543e6e9d473d37be307187a9e19aa251f7ae5
MD5(lesskey.exe)= 700afed9575c72eeaeab344951405c65
SHA1(lesskey.exe)= 596050e66875dd2ac293ea89b48805ac870c109e
SHA256(lesskey.exe)= 2fc0b80bf37c32363280f171a8fb45975c31aa282820ed48daf21e09fb9ead41
-----BEGIN PGP SIGNATURE-----
Comment: SOFTWARE SIGNING KEY
Comment: https://www.guysalias.tk/keys/codesign.asc
iQGVBAEBAwB/BQJccd1rTBSAAAAAABsAKChmcHIpIGNvZGVzaWduQGd1eXNhbGlh
cy50azQ3N0NBRERDMzdGNzU5NTAxMzc1REE3MjRCNkMzOURGNkU1NTAwMUIrmGh0
dHBzOi8vd3d3Lmd1eXNhbGlhcy50ay9rZXlzL2NvZGVzaWduLmFzYwAKCRBLbDnf
blUAG6zNB/0TqWUSvw5Aq1IcbZid7zgrjuRShNDpKoehdOmTxMUq/oe41zR99Mz9
gqNb+aOkSmUrd653lP5kVG20KX1b4qqgBidYvRlNOTVr159NHfCI5zpqd+f6vPvr
1YX7ZRT0a9HnR+1Rtkci7NSQH+8SjovXBnGiNoraft6e4OMKiJ/LttLTxZyeqMPt
xhZ+XutLpPu8e7dEHEvoao7HV7OZ/9mzj+mFCAI/g5adH4Z2di7jNHjasq+YBP1G
0oCELTmKVSr4taM8e1VLmpjQXqe6gTV1Av8cEPSc0PKBvCn20/2GlnSKg/4HNdSZ
OYYqhy5vVgV4HsZFvR5E87V6ERXUwlSy
=qOgq
-----END PGP SIGNATURE-----
md5: 752172D6A31C711FBA67EC1E132C85C2 | sha1: 2689D389A8F192B1FCA4F3532CC67121FD9853C6 | sha256: DF4B8BA6199D35D8C7C83EDE55A543E6E9D473D37BE307187A9E19AA251F7AE5 | sha512: 7272B6CF7C4BF43A8F8AE365AD1B7A80E4A66661EFFBC424F03BFCB1FA77C2F12E2BEFE716DC8C7987A5A4D91CF183437403D9775BB3894D81F81D5B8E223AD0
md5: 700AFED9575C72EEAEAB344951405C65 | sha1: 596050E66875DD2AC293EA89B48805AC870C109E | sha256: 2FC0B80BF37C32363280F171A8FB45975C31AA282820ED48DAF21E09FB9EAD41 | sha512: 78ADDB7257065E79F0BC0617AFD5A30E10063097A13A66049286BE85A18B4250B6F12721DF22B366110603A23E8929DF0A9AE6C96E08C37AD0FFC4465BD13E3A
Log in or click on link to see number of positives.
- Less.5.50.nupkg (69583333fcac) - ## / 61
- less.exe (df4b8ba6199d) - ## / 65
- lesskey.exe (2fc0b80bf37c) - ## / 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 |
---|---|---|---|---|
Less 668.0.0 | 4270 | Friday, October 18, 2024 | Approved | |
Less 643.0 | 12995 | Monday, August 14, 2023 | Approved | |
Less 633.0 | 3890 | Friday, May 5, 2023 | Approved | |
Less 632.0 | 78 | Wednesday, May 3, 2023 | Approved | |
Less 608.0 | 8403 | Monday, September 5, 2022 | Approved | |
Less 590.0 | 9714 | Thursday, August 26, 2021 | Approved | |
Less 5.812 | 3772 | Saturday, May 1, 2021 | Approved | |
Less 5.81 | 1195 | Tuesday, April 20, 2021 | Approved | |
Less 5.63 | 5318 | Wednesday, September 2, 2020 | Approved | |
Less 5.62 | 3318 | Thursday, May 21, 2020 | Approved | |
Less 5.61 | 871 | Tuesday, May 19, 2020 | Approved | |
Less 5.51.0.20191024 | 7002 | Thursday, October 24, 2019 | Approved | |
Less 5.51 | 1771 | Sunday, June 23, 2019 | Approved | |
Less 5.50 | 492 | Wednesday, June 12, 2019 | Approved | |
Less 5.48 | 1368 | Thursday, February 14, 2019 | Approved | |
Less 5.29 | 2236 | Sunday, January 28, 2018 | Approved | |
Less 5.27 | 483 | Monday, January 22, 2018 | Approved | |
Less for Windows 4.87 | 1594 | Friday, April 14, 2017 | Approved | |
Less for Windows 4.81.1 | 1129 | Thursday, June 30, 2016 | Approved | |
Less for Windows 4.81 | 669 | Saturday, February 6, 2016 | Approved | |
Less for Windows 3.94 | 1438 | Monday, November 11, 2013 | Unknown |
This package has no dependencies.
Ground Rules:
- This discussion is only about Less and the Less 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 Less, 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.