Difference between revisions of "Documentation:Installing VLC"

From VideoLAN Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
{{RightMenu|documentation play howto toc}}
 
{{RightMenu|documentation play howto toc}}
 
==Installing VLC==
 
  
 
There are VLC binaries available for the many OSes, but not for all supported ones. If there are no binaries for your OS or if you want to change the default settings, you can compile VLC from sources.
 
There are VLC binaries available for the many OSes, but not for all supported ones. If there are no binaries for your OS or if you want to change the default settings, you can compile VLC from sources.
  
===Windows===
+
==Windows==
  
 
{{VLC}} works under Windows 2000/XP/Vista/7.
 
{{VLC}} works under Windows 2000/XP/Vista/7.
Line 16: Line 14:
 
Example for english installation: vlc-1.1.0-win32.exe /L=1033 /S
 
Example for english installation: vlc-1.1.0-win32.exe /L=1033 /S
  
===Mac OS X===
+
==Mac OS X==
  
 
#Download the Mac OS X package from the [http://www.videolan.org/vlc/download-macosx.html VLC MacOS X download page].
 
#Download the Mac OS X package from the [http://www.videolan.org/vlc/download-macosx.html VLC MacOS X download page].
Line 22: Line 20:
 
#Open it and drag the VLC application from the resulting window to the place where you want to install it (it should be '''/Applications''').
 
#Open it and drag the VLC application from the resulting window to the place where you want to install it (it should be '''/Applications''').
  
===BeOS===
+
==BeOS==
  
 
Download the Zip file from the [http://www.videolan.org/vlc/download-beos.html VLC BeOS download page]. Unzip the file in a directory to install VLC.
 
Download the Zip file from the [http://www.videolan.org/vlc/download-beos.html VLC BeOS download page]. Unzip the file in a directory to install VLC.
  
===Debian GNU/Linux===
+
==Debian GNU/Linux==
  
====Debian stable (sarge)====
+
===Debian stable (sarge)===
  
 
Add the following lines to your '''/etc/apt/sources.list''':
 
Add the following lines to your '''/etc/apt/sources.list''':
Line 39: Line 37:
 
  # '''apt-get install vlc libdvdcss2'''
 
  # '''apt-get install vlc libdvdcss2'''
  
====Debian testing (etch)====
+
===Debian testing (etch)===
  
 
You should not be using Debian testing unless you perfectly know what you are doing. It is almost impossible to support Debian testing and there are no plans to do it.
 
You should not be using Debian testing unless you perfectly know what you are doing. It is almost impossible to support Debian testing and there are no plans to do it.
Line 45: Line 43:
 
For more informations on Debian testing, please look: [http://www.debian.org/devel/testing testing page].
 
For more informations on Debian testing, please look: [http://www.debian.org/devel/testing testing page].
  
====Debian unstable (sid)====
+
===Debian unstable (sid)===
  
 
Add the following lines to your '''/etc/apt/sources.list''':
 
Add the following lines to your '''/etc/apt/sources.list''':
Line 57: Line 55:
 
  # '''apt-get install vlc libdvdcss2'''
 
  # '''apt-get install vlc libdvdcss2'''
  
===Linux Mandrake===
+
==Linux Mandrake==
  
 
There are VLC packages for Mandrake 9.1 and cooker.
 
There are VLC packages for Mandrake 9.1 and cooker.
Line 67: Line 65:
 
  # '''urpmi libdvdcss2 libdvdplay0 wxvlc vlc-plugin-a52 vlc-plugin-ogg vlc-plugin-mad'''
 
  # '''urpmi libdvdcss2 libdvdplay0 wxvlc vlc-plugin-a52 vlc-plugin-ogg vlc-plugin-mad'''
  
===Linux CentOS (EL5)===
+
==Linux CentOS (EL5)==
  
 
1. download and install the latest rpmforge-release rpm (eg rpmforge-release-0.3.6-1.el5.rf.i386.rpm)
 
1. download and install the latest rpmforge-release rpm (eg rpmforge-release-0.3.6-1.el5.rf.i386.rpm)
Line 80: Line 78:
  
  
===Linux Redhat===
+
==Linux Redhat==
  
 
Download the RPM package ''vlc'' and the packages listed in the ''required libraries and codecs'' section (the other packages are optional) from the [http://www.videolan.org/vlc/download-redhat.html VLC Red Hat download page] and put them all into the same directory.
 
Download the RPM package ''vlc'' and the packages listed in the ''required libraries and codecs'' section (the other packages are optional) from the [http://www.videolan.org/vlc/download-redhat.html VLC Red Hat download page] and put them all into the same directory.
Line 90: Line 88:
 
If you have not installed all the RPM packages included with your distribution, you may be asked to install a few of them first.
 
If you have not installed all the RPM packages included with your distribution, you may be asked to install a few of them first.
  
===Compile the sources by yourself (for every other OS)===
+
==Compile the sources by yourself (for every other OS)==
  
 
For more detailed information on compiling VLC by yourself, please have a look at the documentation on our [http://developers.videolan.org developers website].
 
For more detailed information on compiling VLC by yourself, please have a look at the documentation on our [http://developers.videolan.org developers website].
 
==Uninstalling VLC==
 
 
===Windows===
 
 
Click on the ''Uninstall VLC'' icon that was created during installation.
 
 
===Mac OS X===
 
 
Drag the VLC application to your trash can. You can also remove the configuration file and the cache files in '''~/Library/Preferences/VLC/'''. There is an AppleScript on the disk-image which lets you do this automatically.
 
 
===BeOS===
 
 
Delete the '''vlc-version''' directory. You can also remove the configuration file '''/boot/home/config/settings/vlcrc'''.
 
 
===Debian GNU/Linux===
 
 
Remove the packages that you installed:
 
 
# '''apt-get remove --purge vlc libdvdcss2'''
 
 
===GNU/Linux Redhat, Mandrake and SuSE===
 
 
Uninstall the RPM packages that you installed:
 
 
# '''rpm -e vlc-version vlc-mad-version wxvlc-version libdvdcss2-version libdvdpsi1-version'''
 
 
===If you compiled VLC from sources===
 
 
Go to the directory containing VLC sources and execute
 
 
# '''make uninstall'''
 
 
You can then remove the VLC sources.
 
 
==External Links==
 
 
[http://www.mac-how.net/ Mac-How]Everything about Macintosh OS
 
  
 
{{Documentation}}
 
{{Documentation}}

Revision as of 15:16, 23 November 2010

VLC User Guide

Quick Start Guide
Installing VLC
History
Usage
Interface
Open Media
Audio
Video
Playback
Playlist
Subtitles
Video and Audio Filters
Snapshots
Hotkeys
Uninstalling VLC
Troubleshooting
Advanced usage
Using VLC inside a webpage
Command line
Alternative Interfaces
Misc

Appendix
Building Pages for the HTTP Interface
Format String
Building Lua Playlist Scripts
View this alone

There are VLC binaries available for the many OSes, but not for all supported ones. If there are no binaries for your OS or if you want to change the default settings, you can compile VLC from sources.

Windows

VLC media player works under Windows 2000/XP/Vista/7.

  1. Download the self-extracting package from the VLC Windows download page.
  2. Launch the .exe to install VLC.
  3. Follow the steps

Unattended/silent installation: Use "filename" /L="languagecode" /S. Example for english installation: vlc-1.1.0-win32.exe /L=1033 /S

Mac OS X

  1. Download the Mac OS X package from the VLC MacOS X download page.
  2. Double-click on the icon of the package: an icon will appear on your Desktop, right beside your drives.
  3. Open it and drag the VLC application from the resulting window to the place where you want to install it (it should be /Applications).

BeOS

Download the Zip file from the VLC BeOS download page. Unzip the file in a directory to install VLC.

Debian GNU/Linux

Debian stable (sarge)

Add the following lines to your /etc/apt/sources.list:

deb http://download.videolan.org/pub/videolan/debian stable main
deb-src http://download.videolan.org/pub/videolan/debian stable main

Then, for a normal install, do:

# apt-get update
# apt-get install vlc libdvdcss2

Debian testing (etch)

You should not be using Debian testing unless you perfectly know what you are doing. It is almost impossible to support Debian testing and there are no plans to do it.

For more informations on Debian testing, please look: testing page.

Debian unstable (sid)

Add the following lines to your /etc/apt/sources.list:

deb http://download.videolan.org/pub/videolan/debian sid main
deb-src http://download.videolan.org/pub/videolan/debian sid main

Then, for a normal install, do:

# apt-get update
# apt-get install vlc libdvdcss2

Linux Mandrake

There are VLC packages for Mandrake 9.1 and cooker.

To install them, add the following sources for either Mandrake 9.1 or Cooker (you can use Easy urpmi for that): contrib from the core distribution and plf (Penguin Liberation Front) from the external add-ons.

Then install the required packages with urpmi:

# urpmi libdvdcss2 libdvdplay0 wxvlc vlc-plugin-a52 vlc-plugin-ogg vlc-plugin-mad

Linux CentOS (EL5)

1. download and install the latest rpmforge-release rpm (eg rpmforge-release-0.3.6-1.el5.rf.i386.rpm)

2. either;

yum install vlc

or (if you have epel-release installed);

yum --disablerepo='epel' install vlc


Linux Redhat

Download the RPM package vlc and the packages listed in the required libraries and codecs section (the other packages are optional) from the VLC Red Hat download page and put them all into the same directory.

Then install the RPM packages you have downloaded:

# rpm -U *.rpm

If you have not installed all the RPM packages included with your distribution, you may be asked to install a few of them first.

Compile the sources by yourself (for every other OS)

For more detailed information on compiling VLC by yourself, please have a look at the documentation on our developers website.

This page is part of official VLC media player Documentation (User GuideStreaming HowToHacker GuideModules)
Please read the Documentation Editing Guidelines before you edit the documentation
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.