Difference between revisions of "Documentation:Uninstalling VLC"

From VideoLAN Wiki
Jump to navigation Jump to search
(Created page with "==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 configur…")
 
Line 1: Line 1:
 +
{{RightMenu|documentation play howto toc}}
 
==Windows==
 
==Windows==
  

Revision as of 13:31, 23 December 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

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.