Downloads:
72,313
Downloads of v 4.81:
669
Last Update:
06 Feb 2016
Package Maintainer(s):
Software Author(s):
- Mark Nudelman
Tags:
pager viewerLess for Windows
This is not the latest version of Less for Windows available.
- 1
- 2
- 3
4.81 | Updated: 06 Feb 2016
Downloads:
72,313
Downloads of v 4.81:
669
Maintainer(s):
Software Author(s):
- Mark Nudelman
Less for Windows 4.81
This is not the latest version of Less for Windows 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 for Windows, run the following command from the command line or from PowerShell:
To upgrade Less for Windows, run the following command from the command line or from PowerShell:
To uninstall Less for Windows, 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=4.81 --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="'4.81'" [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="'4.81'"
$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: '4.81'
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 '4.81'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller less
{
Name = "less"
Version = "4.81"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'less':
ensure => '4.81',
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 by moderator ferventcoder on 07 Feb 2016.
Less is a pager. A pager is 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.
md5: D1C06D128DE75A28AC3B4E195DF12A85 | sha1: A4D7DA5DDC97150725F3F85E19F2515F6B209D20 | sha256: F25459A58F03CD36FB2F8499E78C054A50265C7E6529428891395A52D2D43B9C | sha512: 830AE2F75225E87BE6E03464A6BD9A0D8F836688DC07D3FB0A3C956DABE82254BF9E653E50A55A812D98E38A3ED7EA1046282161AEA9FC3D65263715F6C23919
md5: E2545A509C52450C3C5734ADF0C9C80A | sha1: 631C05477AB7B8FC619F7542638D0356FA081EE7 | sha256: 382FA8941DFE180311E829035CCFD64A6E079739C677684BB96B3BBBFC869B0A | sha512: 5BDFECEF8E237EB24A7D728C560F1FCFA2730DF3D628A195E9C07DCA7C96799E78B404AD020D442D4E3ED6FD45C925A2C12A7BDDA4F7050E1BADF1EB401AA5E7
Source: http://guysalias.tk/misc/less/less-481-win32-x86-readme.txt
Log in or click on link to see number of positives.
- Less.4.81.nupkg (3b5e76a1577f) - ## / 57
- less.exe (f25459a58f03) - ## / 53
- lesskey.exe (382fa8941dfe) - ## / 55
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 | 4528 | Friday, October 18, 2024 | Approved | |
Less 643.0 | 12998 | Monday, August 14, 2023 | Approved | |
Less 633.0 | 3897 | Friday, May 5, 2023 | Approved | |
Less 632.0 | 78 | Wednesday, May 3, 2023 | Approved | |
Less 608.0 | 8405 | Monday, September 5, 2022 | Approved | |
Less 590.0 | 9714 | Thursday, August 26, 2021 | Approved | |
Less 5.812 | 3773 | Saturday, May 1, 2021 | Approved | |
Less 5.81 | 1196 | Tuesday, April 20, 2021 | Approved | |
Less 5.63 | 5319 | Wednesday, September 2, 2020 | Approved | |
Less 5.62 | 3319 | Thursday, May 21, 2020 | Approved | |
Less 5.61 | 871 | Tuesday, May 19, 2020 | Approved | |
Less 5.51.0.20191024 | 7004 | Thursday, October 24, 2019 | Approved | |
Less 5.51 | 1772 | Sunday, June 23, 2019 | Approved | |
Less 5.50 | 494 | Wednesday, June 12, 2019 | Approved | |
Less 5.48 | 1372 | Thursday, February 14, 2019 | Approved | |
Less 5.29 | 2241 | Sunday, January 28, 2018 | Approved | |
Less 5.27 | 487 | Monday, January 22, 2018 | Approved | |
Less for Windows 4.87 | 1595 | 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 | 1439 | Monday, November 11, 2013 | Unknown |
This package has no dependencies.
Ground Rules:
- This discussion is only about Less for Windows and the Less for Windows 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 for Windows, 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.