Difference between revisions of "Documentation:Uninstalling VLC"

From VideoLAN Wiki
Jump to navigation Jump to search
Line 30: Line 30:
 
  # '''apt-get remove --purge vlc libdvdcss2'''
 
  # '''apt-get remove --purge vlc libdvdcss2'''
  
==GNU/Linux Redhat, Mandrake and SuSE [[File:Redhat.jpg|40x40px]][[File:Mandrake.png|60x60px]][[File:Suse-Logo.png|50x50px]]==
+
==GNU/Linux Redhat, Mandrake and SuSE [[File:Redhat.jpg|40x40px]][[File:Mandrake.png|60x60px]][[File:Suse-Logo.png|35x35px]]==
  
 
Uninstall the RPM packages that you installed:
 
Uninstall the RPM packages that you installed:

Revision as of 18:14, 28 December 2011

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 Windows-logo.jpg

Go to your C Drive and look for program files--> videoLAN--> VLC and click on the Uninstall icon like shown in the image below.


Winunvlc.png


You can also Uninstall VLC from ADD/Remove Programs located in the Control Panel by double clicking it and following the steps for uninstallation.


Remvlc.jpg

Mac OS XApplelogo.jpg

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.

BeOSBeOS Logo.png

Delete the vlc-version directory. You can also remove the configuration file /boot/home/config/settings/vlcrc.

Debian GNU/LinuxDebian.png

Remove the packages that you installed:

# apt-get remove --purge vlc libdvdcss2

GNU/Linux Redhat, Mandrake and SuSE Redhat.jpgMandrake.pngSuse-Logo.png

Uninstall the RPM packages that you installed:

# rpm -e vlc-version vlc-mad-version wxvlc-version libdvdcss2-version libdvdpsi1-version

UbuntuUbuntulogo.png

Remove VLC Media Player by entering this command in the Terminal. please enter your password after this command.

#  sudo apt-get remove vlc 


Or you can also search VLC in the Ubuntu Software Center and click on Remove to uninstall it.


Ubunvlc.png

If you compiled VLC from sources

Go to the directory containing VLC sources and execute

# make uninstall

You can then remove the VLC sources.