Find the answer to your Linux question:
Results 1 to 4 of 4
Hi all!!! I used the following command: cd <to the vlc-1.0.1 directory> ./configure It gave the following error: E: Couldn't find package libdbus-dev Then I tried : apt-get install libdbus-dev ...
  1. #1
    Just Joined! Goldenstallion's Avatar
    Join Date
    Jul 2009
    Location
    Hyderabad,India
    Posts
    4

    Trouble installing vlc-1.0.1

    Hi all!!!

    I used the following command:

    cd <to the vlc-1.0.1 directory>
    ./configure

    It gave the following error:

    E: Couldn't find package libdbus-dev

    Then I tried :

    apt-get install libdbus-dev

    I got this:

    E: Could not get lock /var/lib/dpkg/lock - open (11 Resource temporarily unavailable)
    E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?

    please help me out!
    N.B.- I logged in as a normal user and then sudo su.

  2. #2
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    E: Could not get lock /var/lib/dpkg/lock - open (11 Resource temporarily unavailable)
    E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?
    This means you have another instance of your package manager running. Possibly the updater in the background, or if you have synaptic open. Sometimes, if your package manager is interrupted in the middle of something, the lock is not removed properly as well, and you can remove it manually.

  3. #3
    Just Joined! Goldenstallion's Avatar
    Join Date
    Jul 2009
    Location
    Hyderabad,India
    Posts
    4
    Thanks.....my package manager was actually open. But even after keying the commands with the package manager closed, the problem persists. The check process begins after typing ./configure and it shows a 'no' against the libraries zlib,HAL,MTP and DBUS.
    apt-get install doesn't help.

  4. #4
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    You're not able to find the dependencies to install or apt-get continues to have issues with the lock?

    The easiest way to get the latest VLC installed is to use a binary package. Look here for more: VLC media player for Ubuntu Linux

Posting Permissions

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