Results 1 to 2 of 2

Thread: Install VLC (offline) in Ubuntu 12.04

  1. #1
    Join Date
    Feb 2013
    Beans
    3

    Lightbulb Install VLC (offline) in Ubuntu 12.04

    *Note: This guide is only for Ubuntu 12.04 . But you can try it on other machines. But don't blame me...
    VLC is one of the best media players out there - both as a client and as a streaming server. But due to its long list of dependencies, it's difficult to install it manuallly . Worse is the case when you have to install it on a machine without internet. Hope the VideoLan team will prepare a single VLC package which can be installed directly without bothering for dependencies. But as of now, it's only a hope...
    In the following guide, I will show you how to make this possible. However you will need one computer connected to internet on which you will download the files and then transfer them to your offline computer. Follow these steps:

    • Download this script on Internet-connected system .
    • Save it in a new folder (say VLC).
    • Make the script executable.
    • Run it from terminal. (this will download vlc deb package andall other dependency packages. ~26.5 mb).
    • Now copy this (VLC) folder to home directory of your offline Ubuntu 12.04 system.
    • Start a terminal and type following :

    Code:
    sudo dpkg -iR VLC
    Provide the password if prompted.
    ... And you're done. Hope this helps.
    Attached Files Attached Files

  2. #2
    Join Date
    Apr 2013
    Beans
    1

    Re: Install VLC (offline) in Ubuntu 12.04

    Thankyou for the post...!!

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •