Downloads:
16,484,892
Downloads of v 2.2.6:
745,857
Last Update:
24 May 2017
Package Maintainer(s):
Software Author(s):
- VideoLAN Organization
Tags:
vlc foss cross-platform multimedia audio video mp3 dvd avi media player admin- Software Specific:
- Software Site
- Software Source
- Software License
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
VLC media player
This is not the latest version of VLC media player available.
- 1
- 2
- 3
2.2.6 | Updated: 24 May 2017
- Software Specific:
- Software Site
- Software Source
- Software License
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
16,484,892
Downloads of v 2.2.6:
745,857
Maintainer(s):
Software Author(s):
- VideoLAN Organization
VLC media player 2.2.6
This is not the latest version of VLC media player available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by VideoLAN Organization. The inclusion of VideoLAN Organization trademark(s), if any, upon this webpage is solely to identify VideoLAN Organization 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 VLC media player, run the following command from the command line or from PowerShell:
To upgrade VLC media player, run the following command from the command line or from PowerShell:
To uninstall VLC media player, 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 vlc --internalize --version=2.2.6 --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 vlc -y --source="'INTERNAL REPO URL'" --version="'2.2.6'" [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 vlc -y --source="'INTERNAL REPO URL'" --version="'2.2.6'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install vlc
win_chocolatey:
name: vlc
version: '2.2.6'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'vlc' do
action :install
source 'INTERNAL REPO URL'
version '2.2.6'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller vlc
{
Name = "vlc"
Version = "2.2.6"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'vlc':
ensure => '2.2.6',
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 20 Jul 2017.
VLC is a free and open source cross-platform multimedia player and framework that plays most multimedia files as well as DVD, Audio CD, VCD, and various streaming protocols.
Features
- Plays Files, Discs, Webcams, Devices and Streams.
- Fast - Hardware Decoding.
- Plays most codecs with no codec packs needed - MPEG-2, MPEG-4, H.264, MKV, WebM, WMV, MP3...
- Complete feature-set over the video, subtitle synchronisation, video and audio filters.
- Runs on all platforms - Windows, Linux, Mac OS X, Unix, iOS, Android ...
- Completely Free - no spyware, no ads and no user tracking.
Package parameters
Language
- Two letter language code: nl, en, fr ...
$ErrorActionPreference = 'Stop'
$packageName = 'vlc'
$softwareNamePattern = 'VLC media player'
[array] $key = Get-UninstallRegistryKey $softwareNamePattern
if ($key.Count -eq 1) {
$key | % {
$packageArgs = @{
packageName = $packageName
silentArgs = "/x86=0 /S"
fileType = 'EXE'
validExitCodes = @(0)
file = ''
}
$packageArgs.file = "$($_.UninstallString.Replace(' /x86=0', ''))" #"C:\Program Files\OpenSSH\uninstall.exe" /x86=0
Uninstall-ChocolateyPackage @packageArgs
}
}
elseif ($key.Count -eq 0) {
Write-Warning "$packageName has already been uninstalled by other means."
}
elseif ($key.Count -gt 1) {
Write-Warning "$key.Count matches found!"
Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
Write-Warning "Please alert package maintainer the following keys were matched:"
$key | % {Write-Warning "- $_.DisplayName"}
}
md5: 695E786411F533045D9FE5A31E3EED75 | sha1: 579CB7E475EF44D3ABE35C483C1039F9F6442AE1 | sha256: 6000F3A1386C06EED2A61EDE6437DF2E537E1BCAAC73A4A32B7648A99FFCB6ED | sha512: 43D8AA875ECB0A76A0208093026E9174B2ACE674F6F382CFA1E3594514903D9B54985EB70203FECC69BAF244384AA98A7E92DFC15D912B9CCA9DFA9A20CCCCCE
md5: 7685248592B310F0EB9874170FC6E993 | sha1: 26DA85894400229A00A1B9FBB7AA27D6CEED4E36 | sha256: 21670EAE2C8041D6F26667C664F97E8931F5977225BCC3C146902BEB26305ED2 | sha512: 4F76974520C18A5D793AFA44317E3E41AEFE91812C04D844BEA87D6EB815C6F8C25CCF5115E9E76C4E3922758F39D22D77FB9432D1C34417D6D1A7186BFF2849
Log in or click on link to see number of positives.
- vlc.2.2.6.nupkg (b4c7128243ae) - ## / 57
- vlc-2.2.6-win32_x32.exe (6000f3a1386c) - ## / 59
- vlc-2.2.6-win64_x64.exe (21670eae2c80) - ## / 59
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 |
---|---|---|---|---|
VLC media player 3.0.21 | 1288823 | Sunday, June 9, 2024 | Approved | |
VLC media player 3.0.20 | 1202311 | Thursday, November 2, 2023 | Approved | |
VLC media player 3.0.19 | 460437 | Thursday, October 12, 2023 | Approved | |
VLC media player 3.0.18 | 1831222 | Tuesday, November 29, 2022 | Approved | |
VLC media player (Install) 3.0.17.4 | 1159498 | Wednesday, April 20, 2022 | Approved | |
VLC media player 3.0.16 | 1475147 | Wednesday, June 23, 2021 | Approved | |
VLC media player 3.0.15 | 240551 | Thursday, June 10, 2021 | Approved | |
VLC media player 3.0.14 | 367303 | Tuesday, May 11, 2021 | Approved | |
VLC media player 3.0.13 | 15850 | Monday, May 10, 2021 | Approved | |
VLC media player 3.0.12 | 746279 | Monday, January 18, 2021 | Approved | |
VLC media player 3.0.11 | 1111958 | Tuesday, June 16, 2020 | Approved | |
VLC media player 3.0.10 | 337949 | Wednesday, April 29, 2020 | Approved | |
VLC media player 3.0.8 | 1621992 | Wednesday, August 21, 2019 | Approved | |
VLC media player 3.0.7.1 | 365050 | Wednesday, June 12, 2019 | Approved | |
VLC media player 3.0.7 | 59704 | Friday, June 7, 2019 | Approved | |
VLC media player 3.0.6 | 507032 | Thursday, January 10, 2019 | Approved | |
VLC media player 3.0.5 | 84251 | Sunday, December 30, 2018 | Approved | |
VLC media player 3.0.4 | 409543 | Friday, August 31, 2018 | Approved | |
VLC media player 3.0.3 | 296919 | Wednesday, May 30, 2018 | Approved | |
VLC media player 3.0.2 | 142904 | Monday, April 23, 2018 | Approved | |
VLC media player 3.0.1 | 205922 | Wednesday, February 28, 2018 | Approved | |
VLC media player 3.0.0 | 133018 | Saturday, February 10, 2018 | Approved | |
VLC media player 2.2.8 | 530831 | Tuesday, December 5, 2017 | Approved | |
VLC media player 2.2.6 | 745857 | Wednesday, May 24, 2017 | Approved | |
VLC media player 2.2.5.1 | 47442 | Friday, May 12, 2017 | Approved | |
VLC media player 2.2.4.20161210 | 355544 | Saturday, December 10, 2016 | Approved | |
VLC media player 2.2.4.20161207 | 27369 | Wednesday, December 7, 2016 | Approved | |
VLC media player 2.2.4.20161202 | 36176 | Friday, December 2, 2016 | Approved | |
VLC media player 2.2.4.20161128 | 40394 | Monday, November 28, 2016 | Approved | |
VLC media player 2.2.4 | 145294 | Sunday, June 5, 2016 | Approved | |
VLC media player 2.2.3 | 990 | Sunday, May 8, 2016 | Approved | |
VLC media player 2.2.2 | 47865 | Saturday, February 6, 2016 | Approved | |
VLC media player 2.2.1.20150630 | 92575 | Tuesday, June 30, 2015 | Approved | |
VLC media player 2.2.1 | 35881 | Friday, April 17, 2015 | Approved | |
VLC media player 2.2.0 | 16708 | Tuesday, March 3, 2015 | Approved | |
VLC media player 2.1.5.20140811 | 38020 | Monday, August 11, 2014 | Approved | |
VLC 2.1.5.20140728 | 4044 | Monday, July 28, 2014 | Approved | |
VLC 2.1.5 | 1376 | Sunday, July 27, 2014 | Approved | |
VLC 2.1.3 | 15695 | Sunday, February 9, 2014 | Approved | |
VLC 2.1.2 | 5196 | Wednesday, December 11, 2013 | Approved | |
VLC 2.1.1 | 2334 | Sunday, November 17, 2013 | Approved | |
VLC 2.1.0 | 3075 | Thursday, September 26, 2013 | Approved | |
VLC 2.0.8 | 2877 | Sunday, August 4, 2013 | Approved | |
VLC 2.0.7 | 3041 | Wednesday, June 12, 2013 | Approved | |
VLC 2.0.6.20130527 | 1622 | Monday, May 27, 2013 | Approved | |
VLC 2.0.6 | 938 | Monday, May 27, 2013 | Approved | |
VLC 2.0.2.20120713 | 5088 | Thursday, July 12, 2012 | Approved | |
VLC 2.0.2.20120712 | 923 | Thursday, July 12, 2012 | Approved | |
VLC 2.0.2 | 1006 | Monday, July 2, 2012 | Approved | |
VLC 2.0.1 | 208030 | Wednesday, April 11, 2012 | Approved | |
VLC 1.1.11 | 1088 | Friday, December 23, 2011 | Approved | |
VLC 1.1.10 | 988 | Tuesday, August 23, 2011 | Approved | |
VLC 1.1.9.1 | 963 | Tuesday, August 23, 2011 | Approved | |
VLC 1.1.9 | 982 | Tuesday, August 23, 2011 | Approved | |
VLC 1.1.8 | 1017 | Tuesday, August 23, 2011 | Approved |
-
- chocolatey-core.extension (≥ 1.0.4)
Ground Rules:
- This discussion is only about VLC media player and the VLC media player 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 VLC media player, 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.