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
Asked
Active
Viewed 66 times
0
1 Answers
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.
- 90,397

Mrinal Bhattacharjee
- 181
- 1
- 5
-
-1 Do you read the questions before you answer? !!! "I dont have Internet available on ubuntu PC" – A.B. May 09 '15 at 09:29
-
Cant you access internet in this world. I am not sure which country you are from, But we have many friends with internet or cyber cafe where we can access internet. – Mrinal Bhattacharjee May 10 '15 at 16:46
-
I have Internet, but OP not: "I dont have Internet available on ubuntu PC" Read the question. – A.B. May 10 '15 at 16:57
-
1@A.B. the OP obviously has access to the internet, else they wouldn't have posted this question on an online forum. They just can't access it from Ubuntu. However, downloading the relevant .deb files and their dependencies will let them install offline. – terdon May 10 '15 at 17:20
/var/cache/apt/archives/
directory across to the disconnected machine and try to install it there. This idea is explored in this question: http://stackoverflow.com/questions/13756800/how-to-download-all-dependencies-and-packages-to-directory – Marios Zindilis May 09 '15 at 07:47