LDP/LDP/ref/docbook/VLC-User-Guide/uninstall-vlc.sgml

55 lines
1.2 KiB
Plaintext

<sect2><title>Under Windows</title>
<para>Click on the <command>Uninstall VLC</command> icon that was
created during installation.</para>
</sect2>
<sect2><title>Under BeOS</title>
<para>Delete the <filename>vlc-version</filename>
directory. You can also remove the configuration file
<filename>/boot/home/config/settings/vlcrc</filename>.</para>
</sect2>
<sect2><title>Under Mac OS X</title>
<para>Drag the VLC application to your trash can.</para>
</sect2>
<sect2><title>Under Linux Debian</title>
<para>Remove the packages that you installed :</para>
<screen>
<prompt># </prompt><userinput>apt-get remove --purge vlc-gnome vlc-mad libdvdcss2 libdvbpsi1</userinput>
</screen>
</sect2>
<sect2><title>Under Linux Redhat, Mandrake and SuSE</title>
<para>
Uninstall the RPM packages that you installed :
</para>
<screen>
<prompt># </prompt><userinput>rpm -e vlc-version vlc-mad-version vlc-gnome-version
libdvdcss2-version libdvdpsi1-version</userinput>
</screen>
</sect2>
<sect2><title>If you compiled VLC from sources</title>
<para>Go to the directory containing VLC sources and execute :</para>
<screen>
<prompt># </prompt><userinput>make uninstall</userinput>
</screen>
<para>Then you can remove the VLC sources.</para>
</sect2>