Difference between revisions of "VSG:DVD:Nvidia"
Jump to navigation
Jump to search
(Remove a check) |
|||
Line 1: | Line 1: | ||
== Installing VLC on Debian GNU/Linux == | == Installing VLC on Debian GNU/Linux == | ||
− | If you are using Debian Sarge, Sid, or Etch (VLC is currently available in Etch) then you can install VLC using the Apt manager. Just log into a terminal, "Accessories>Terminal" as root, using either '''sudo''' or '''su''', (if this is confusing, type "man sudo" or "man su", '''without''' the quotation marks, for detailed instructions) then type the following and you are done: | + | If you are using Debian Sarge, Sid, or Etch ({{VLC}} is currently available in Etch) then you can install VLC using the Apt manager. |
+ | |||
+ | Just log into a terminal, "Accessories>Terminal" as root, using either '''sudo''' or '''su''', (if this is confusing, type "man sudo" or "man su", '''without''' the quotation marks, for detailed instructions) then type the following and you are done: | ||
# apt-get install vlc | # apt-get install vlc | ||
Line 7: | Line 9: | ||
Look out there are many deprecated vlc based packages like gnome-vlc etc. Just installing vlc will do. | Look out there are many deprecated vlc based packages like gnome-vlc etc. Just installing vlc will do. | ||
− | Many vlc plugins can be installed afterwards (some of these are no longer used and are "dummy packages"): | + | Many vlc plugins can be installed afterwards (some of these are no longer used and are "dummy packages"): |
vlc-plugin-alsa - ALSA audio output plugin for VLC (install it if sound doesn't work) | vlc-plugin-alsa - ALSA audio output plugin for VLC (install it if sound doesn't work) | ||
vlc-plugin-arts - aRts audio output plugin for VLC (install it if sound still doesn't work and you're using KDE) | vlc-plugin-arts - aRts audio output plugin for VLC (install it if sound still doesn't work and you're using KDE) | ||
Line 15: | Line 17: | ||
vlc-plugin-sdl - SDL video and audio output plugin for VLC | vlc-plugin-sdl - SDL video and audio output plugin for VLC | ||
vlc-plugin-svgalib - SVGAlib video output plugin for VLC | vlc-plugin-svgalib - SVGAlib video output plugin for VLC | ||
+ | mozilla-plugin-vlc - the VLC plugin for Mozilla based browsers | ||
All the above plugins are available in Debian Etch as well. | All the above plugins are available in Debian Etch as well. | ||
[[Category:Operating systems]] | [[Category:Operating systems]] |
Revision as of 13:23, 8 March 2007
Installing VLC on Debian GNU/Linux
If you are using Debian Sarge, Sid, or Etch (VLC media player is currently available in Etch) then you can install VLC using the Apt manager.
Just log into a terminal, "Accessories>Terminal" as root, using either sudo or su, (if this is confusing, type "man sudo" or "man su", without the quotation marks, for detailed instructions) then type the following and you are done:
# apt-get install vlc
Look out there are many deprecated vlc based packages like gnome-vlc etc. Just installing vlc will do.
Many vlc plugins can be installed afterwards (some of these are no longer used and are "dummy packages"):
vlc-plugin-alsa - ALSA audio output plugin for VLC (install it if sound doesn't work) vlc-plugin-arts - aRts audio output plugin for VLC (install it if sound still doesn't work and you're using KDE) vlc-plugin-esd - Esound audio output plugin for VLC (install it if sound still doesn't work and you're using Gnome) vlc-plugin-ggi - GGI video output plugin for VLC vlc-plugin-glide - Glide video output plugin for VLC vlc-plugin-sdl - SDL video and audio output plugin for VLC vlc-plugin-svgalib - SVGAlib video output plugin for VLC mozilla-plugin-vlc - the VLC plugin for Mozilla based browsers
All the above plugins are available in Debian Etch as well.