Difference between revisions of "Documentation:Uninstalling VLC"

From VideoLAN Wiki
Jump to navigation Jump to search
m (Headings)
 
(21 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{RightMenu|documentation play howto toc}}  
+
{{RightMenu|Documentation TOC}}
==Windows [[File:Windows-logo.jpg|50x50px]]==
+
== Windows [[File:Windows-logo.jpg|40x40px]] ==
 +
You can uninstall VLC from ''Add/Remove Programs'' (''Programs and Features'' in Windows 7) located in the ''Control Panel''. Search for VLC media player and right click, then select "Uninstall/Change". Follow the prompts to finish the uninstallation.
  
Go to your ''C Drive'' and look for program files--> videoLAN--> VLC and click on the ''Uninstall'' icon like shown in the image below.
+
[[File:Remvlc.jpg|600x422px|centre]]
  
<br>
+
Alternatively, you can browse to VLC's installation directory (for a typical install, go to your ''C: Drive'' and look for Program Files (if 64-bit, Program Files (x86) )&rarr;VideoLAN&rarr;VLC and double-click on the ''uninstall'' link and follow the prompts to uninstall.
  
[[File:Winunvlc.png|600x422px]]
+
[[File:Winunvlc.png|600x422px|centre]]
 
 
<br>
 
 
 
You can also Uninstall VLC from ''ADD/Remove Programs'' located in the ''Control Panel'' by double clicking it and following the steps for uninstallation.
 
 
 
<br>
 
 
 
[[File:Remvlc.jpg|600x422px]]
 
 
 
==Mac OS X[[File:Applelogo.jpg|50x50px]]==
 
  
 +
== macOS [[File:Applelogo.jpg|40x40px]] ==
 
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.
 
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[[File:BeOS Logo.png|40x33px]]==
+
If that did not work, you can double-click on the ''Applications'' icon. This will bring up a list of all applications on your Mac. Scroll through the list of Applications, then press and hold the ''Ctrl'' button to bring up a table of options and actions. Click on "move to trash".
  
Delete the '''vlc-version''' directory. You can also remove the configuration file '''/boot/home/config/settings/vlcrc'''.
+
Finally, if the previous processes failed, you can try downloading a third-party uninstaller program to uninstall it, such as [http://www.macupdate.com/app/mac/25276/appcleaner AppCleaner].
  
==Debian GNU/Linux[[File:Debian.png|50x50px]]==
+
[[File:Appcleaner.png|300x200px]]
  
 +
== Linux ==
 +
=== Debian [[File:Debian.png|40x40px]] ===
 
Remove the packages that you installed:
 
Remove the packages that you installed:
 
 
  # '''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|35x35px]]==
+
==== Ubuntu [[File:Ubuntulogo.png|45x45px]] ====
 
 
Uninstall the RPM packages that you installed:
 
 
 
# '''rpm -e vlc-version vlc-mad-version wxvlc-version libdvdcss2-version libdvdpsi1-version'''
 
 
 
==Ubuntu[[File:Ubuntulogo.png|50x50px]]==
 
 
 
 
Remove ''VLC Media Player'' by entering this command in the Terminal.
 
Remove ''VLC Media Player'' by entering this command in the Terminal.
please enter your password after this command.
+
  $ ''' sudo apt-get remove vlc '''
 
 
  # ''' sudo apt-get remove vlc '''
 
 
 
<br>
 
 
Or you can also search ''VLC'' in the ''Ubuntu Software Center'' and click on ''Remove'' to uninstall it.   
 
Or you can also search ''VLC'' in the ''Ubuntu Software Center'' and click on ''Remove'' to uninstall it.   
  
<br>
 
 
[[File:Ubunvlc.png|550x500px]]
 
[[File:Ubunvlc.png|550x500px]]
  
==If you compiled VLC from sources==
+
=== Red Hat and SuSE [[File:Redhat.jpg|40x40px]][[File:Suse-Logo.png|35x35px]] ===
 +
Uninstall the RPM packages that you installed:
 +
# '''rpm -e vlc-version vlc-mad-version wxvlc-version libdvdcss2-version libdvdpsi1-version'''
  
 +
== Compiled the sources by yourself ==
 
Go to the directory containing VLC sources and execute
 
Go to the directory containing VLC sources and execute
 
 
  # '''make uninstall'''
 
  # '''make uninstall'''
 +
You can then remove the VLC sources.
  
You can then remove the VLC sources.
+
{{Documentation}}

Latest revision as of 00:11, 5 February 2019

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

You can uninstall VLC from Add/Remove Programs (Programs and Features in Windows 7) located in the Control Panel. Search for VLC media player and right click, then select "Uninstall/Change". Follow the prompts to finish the uninstallation.

Remvlc.jpg

Alternatively, you can browse to VLC's installation directory (for a typical install, go to your C: Drive and look for Program Files (if 64-bit, Program Files (x86) )→VideoLAN→VLC and double-click on the uninstall link and follow the prompts to uninstall.

Winunvlc.png

macOS Applelogo.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.

If that did not work, you can double-click on the Applications icon. This will bring up a list of all applications on your Mac. Scroll through the list of Applications, then press and hold the Ctrl button to bring up a table of options and actions. Click on "move to trash".

Finally, if the previous processes failed, you can try downloading a third-party uninstaller program to uninstall it, such as AppCleaner.

Appcleaner.png

Linux

Debian Debian.png

Remove the packages that you installed:

# apt-get remove --purge vlc libdvdcss2

Ubuntu Ubuntulogo.png

Remove VLC Media Player by entering this command in the Terminal.

$  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

Red Hat and SuSE Redhat.jpgSuse-Logo.png

Uninstall the RPM packages that you installed:

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

Compiled the sources by yourself

Go to the directory containing VLC sources and execute

# make uninstall

You can then remove the VLC sources.

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.