0

I have a 64 bit Ubuntu12.04 PC. I want to install VLC player without using Internet?Please suggest as I dont have Internet available on ubuntu PC

1 Answers1

0

Get VLC packages from this site. http://pkgs.org/ubuntu-12.04/ubuntu-universe-amd64/vlc_2.0.1-4_amd64.deb.html Download all the dependent libraries as well. Make two directories. vlc and lib.

Install all .debs from lib first dpkg -i *.deb

Then install vlc's deb.

A.B.
  • 92,125