Skip to content

Instantly share code, notes, and snippets.

@ralphcrisostomo
Last active April 15, 2016 14:30
Show Gist options
  • Save ralphcrisostomo/46f0b73292b44bdc8e28596b08a12779 to your computer and use it in GitHub Desktop.
Save ralphcrisostomo/46f0b73292b44bdc8e28596b08a12779 to your computer and use it in GitHub Desktop.
The correct way of install vlc to your Linux

Install VLC on Linux

Ref : http://forums.debian.net/viewtopic.php?f=30&t=117586

Source

Update your source.list by sudo vim /etc/apt/sources.list

# /etc/apt/sources.list

deb http://ftp.uk.debian.org/debian/ wheezy main
deb-src http://ftp.uk.debian.org/debian/ wheezy main

deb http://security.debian.org/ wheezy/updates main
deb-src http://security.debian.org/ wheezy/updates main

# wheezy-updates, previously known as 'volatile'
deb http://ftp.uk.debian.org/debian/ wheezy-updates main
deb-src http://ftp.uk.debian.org/debian/ wheezy-updates main
deb http://http.debian.net/debian wheezy-backports main
deb http://cdn.debian.net/debian wheezy-backports main

Install

  • sudo apt-get remove vlc && sudo apt-get autoremove
  • sudo apt-get update
  • sudo apt-get -t wheezy-backports install vlc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment