Downloads:
52,331
Downloads of v 7.4.3:
6,123
Last Update:
05 Jun 2022
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.3 | Updated: 05 Jun 2022
Downloads:
52,331
Downloads of v 7.4.3:
6,123
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.3
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.3 --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.3'" [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.3'"
$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.3'
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.3'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller dos2unix
{
Name = "dos2unix"
Version = "7.4.3"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'dos2unix':
ensure => '7.4.3',
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 05 Jun 2022.
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.3-win32-nls.zip
x64: https://waterlan.home.xs4all.nl/dos2unix/dos2unix-7.4.3-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: C8B49BC49BB4E91615443E0BB3BA61DC17DD65C333478E2BDE5EEE4286CD46C1
checksum64: AD772A463FF46046DBBF61505E5C32C7EE45AE6D916D2CFAD76D0F789A68C580
File 'LICENSE.txt' is obtained from:
https://waterlan.home.xs4all.nl/dos2unix/COPYING.txt
md5: 4B8B956EF6C7B5BACA4D4A6284629182 | sha1: 00B1A4DDE487871A9FF7132A3D2800454A1AF3B0 | sha256: C8B49BC49BB4E91615443E0BB3BA61DC17DD65C333478E2BDE5EEE4286CD46C1 | sha512: 8E9327E6211CF4F08173ED7A65CAB3C1262185BFF080C52B641E565B780A2ECFAC544553046AE5DC4C969BECF099A40F9F03059DE254DE65E103AED83EFB5ED7
md5: 4F38F6AD6084A09D9D0534EA17E6E7EC | sha1: 2A8973CD1D2A36E9BE203E2B35BB721024CD95FA | sha256: AD772A463FF46046DBBF61505E5C32C7EE45AE6D916D2CFAD76D0F789A68C580 | sha512: 10244798BC34687AFA59685C837248E64BCBD4E87351BD0DC7DAC13EE7D1441AD6EEE83E44823E5F0AFE3E0CE1EEE49537D4E102F0E30CA11191C4A55C2F1B68
Log in or click on link to see number of positives.
- libiconv-2.dll (f5071cb0e4f8) - ## / 40
- libintl-8.dll (1c26cda9cde0) - ## / 68
- libiconv-2.dll (74024fe9b8a1) - ## / 71
- libintl-8.dll (b6939316ebc2) - ## / 71
- libwinpthread-1.dll (b87ceea97753) - ## / 69
- libgcc_s_dw2-1.dll (66ac4ccc4d40) - ## / 65
- dos2unix.7.4.3.nupkg (bcb19ea38e89) - ## / 59
- dos2unix-7.4.3-win32-nls.zip (c8b49bc49bb4) - ## / 61
- dos2unix-7.4.3-win64-nls.zip (ad772a463ff4) - ## / 59
- dos2unix.exe (02b2eb64e47b) - ## / 67
- unix2dos.exe (09981f573039) - ## / 67
- dos2unix.exe (7f7e1e57df9a) - ## / 67
- unix2dos.exe (ce99ed0607fb) - ## / 67
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.