Downloads:
52,331
Downloads of v 7.4.4:
3,535
Last Update:
12 Feb 2023
Package Maintainer(s):
Software Author(s):
- Erwin Waterlander
- Christian Wurll
- Bernd Johannes Wuebben
- Benjamin Lin and John Birchfield.
Tags:
dos2unix text file format converter dos unixDos2Unix / Unix2Dos - Text file format converters
This is not the latest version of Dos2Unix / Unix2Dos - Text file format converters available.
- 1
- 2
- 3
7.4.4 | Updated: 12 Feb 2023
Downloads:
52,331
Downloads of v 7.4.4:
3,535
Maintainer(s):
Software Author(s):
- Erwin Waterlander
- Christian Wurll
- Bernd Johannes Wuebben
- Benjamin Lin and John Birchfield.
Dos2Unix / Unix2Dos - Text file format converters 7.4.4
This is not the latest version of Dos2Unix / Unix2Dos - Text file format converters available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Erwin Waterlander, Christian Wurll, Bernd Johannes Wuebben, Benjamin Lin and John Birchfield. The inclusion of Erwin Waterlander, Christian Wurll, Bernd Johannes Wuebben, Benjamin Lin and John Birchfield. trademark(s), if any, upon this webpage is solely to identify Erwin Waterlander, Christian Wurll, Bernd Johannes Wuebben, Benjamin Lin and John Birchfield. 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 Dos2Unix / Unix2Dos - Text file format converters, run the following command from the command line or from PowerShell:
To upgrade Dos2Unix / Unix2Dos - Text file format converters, run the following command from the command line or from PowerShell:
To uninstall Dos2Unix / Unix2Dos - Text file format converters, 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 dos2unix --internalize --version=7.4.4 --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 dos2unix -y --source="'INTERNAL REPO URL'" --version="'7.4.4'" [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 dos2unix -y --source="'INTERNAL REPO URL'" --version="'7.4.4'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install dos2unix
win_chocolatey:
name: dos2unix
version: '7.4.4'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'dos2unix' do
action :install
source 'INTERNAL REPO URL'
version '7.4.4'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller dos2unix
{
Name = "dos2unix"
Version = "7.4.4"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'dos2unix':
ensure => '7.4.4',
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 Feb 2023.
Features
- Native language support: Brazilian Portuguese, Chinese simplified, Chinese traditional, Danish, Dutch, English, Esperanto, French, German, Hungarian, Japanese, Norwegian Bokmaal, Polish, Russian, Serbian, Spanish, Swedish, Ukrainian, Vietnamese.
- Automatically skips binary and non-regular files
- In-place, paired, or stdio mode conversion.
- Keep original file dates option.
- 7-bit and iso conversion modes like SunOS dos2unix.
- Conversion of Unicode UTF-16 files.
- Handles Unicode Byte Order Mark (BOM)
- Display file information
- Secure
From: https://waterlan.home.xs4all.nl/dos2unix/COPYING.txt
LICENSE
The dos2unix package is distributed under FreeBSD style license.
See also http://www.freebsd.org/copyright/freebsd-license.html
--------
Copyright (C) 2009-2016 Erwin Waterlander
Copyright (C) 1998 Christian Wurll
Copyright (C) 1998 Bernd Johannes Wuebben
Copyright (C) 1994-1995 Benjamin Lin.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice in the documentation and/or other materials provided with
the distribution.
THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
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. Download:
x32: https://waterlan.home.xs4all.nl/dos2unix/dos2unix-7.4.4-win32-nls.zip
x64: https://waterlan.home.xs4all.nl/dos2unix/dos2unix-7.4.4-win64-nls.zip
2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'
checksum type: sha256
checksum32: B829468A751EAA71A374956239D44FA8192E365487515351AE10308DB00D6C02
checksum64: 2A874D41772D2ADB76BA49765C06D6E5DA17BFB2A18964D058C68BA2D3A2C425
File 'LICENSE.txt' is obtained from:
https://waterlan.home.xs4all.nl/dos2unix/COPYING.txt
md5: 35D6D1F6AE3636523F20AF5BB17F6412 | sha1: FD0B61C23205493C5B68E9E899BF18025439F78A | sha256: B829468A751EAA71A374956239D44FA8192E365487515351AE10308DB00D6C02 | sha512: DD01B2709BA6943282AC418952152F3B8D73759827DD627A889A331A6E9F385F5A1658EA774FEB362590C9891222DB3FE06551EBB185EC7EECD5FD2828574DAE
md5: 2B00FAA316E9389621997B02439D0751 | sha1: 76FF08D15DD8D319455C82B6AF212629C96E64EB | sha256: 2A874D41772D2ADB76BA49765C06D6E5DA17BFB2A18964D058C68BA2D3A2C425 | sha512: 8953A2F9D735579AD37478A143FE32E478F7086F0637F2241AC9974B0DACFB1D6C9931A87E1A8F28ED816E432246D02F42C468DB79BE08B9A455FDB7536897B3
Log in or click on link to see number of positives.
- dos2unix.7.4.4.nupkg (c47fd547b26b) - ## / 62
- dos2unix-7.4.4-win32-nls.zip (b829468a751e) - ## / 64
- dos2unix-7.4.4-win64-nls.zip (2a874d41772d) - ## / 65
- dos2unix.exe (541669d900ca) - ## / 69
- unix2dos.exe (82cdd6a31fbe) - ## / 69
- dos2unix.exe (b82e82ca9e35) - ## / 71
- unix2dos.exe (c59f32c8a805) - ## / 71
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 |
---|---|---|---|---|
Dos2Unix / Unix2Dos - Text file format converters 7.5.2 | 14477 | Wednesday, January 24, 2024 | Approved | |
Dos2Unix / Unix2Dos - Text file format converters 7.5.1 | 5161 | Wednesday, August 30, 2023 | Approved | |
Dos2Unix / Unix2Dos - Text file format converters 7.5.0 | 3477 | Thursday, May 18, 2023 | Approved | |
Dos2Unix / Unix2Dos - Text file format converters 7.4.4 | 3535 | Sunday, February 12, 2023 | Approved | |
Dos2Unix / Unix2Dos - Text file format converters 7.4.3 | 6123 | Sunday, June 5, 2022 | Approved | |
Dos2Unix / Unix2Dos - Text file format converters 7.4.2 | 14317 | Tuesday, October 13, 2020 | Approved | |
Dos2Unix / Unix2Dos - Text file format converters 7.4.1 | 4718 | Wednesday, September 25, 2019 | Approved | |
Dos2Unix / Unix2Dos - Text file format converters 7.4.0 | 523 | Saturday, July 6, 2019 | Approved |
This package has no dependencies.
Ground Rules:
- This discussion is only about Dos2Unix / Unix2Dos - Text file format converters and the Dos2Unix / Unix2Dos - Text file format converters 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 Dos2Unix / Unix2Dos - Text file format converters, 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.