Page 2 of 2 FirstFirst 12
Results 11 to 19 of 19

Thread: knowing all dependencies

  1. #11
    Join Date
    Apr 2006
    Location
    Sri Lanka
    Beans
    38
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: knowing all dependencies

    Aah I see.. Thanks joshedmonds and kpkeerthi. I guess this should work even if I am yet to try this out.

    Thanks very much guys !

  2. #12
    Join Date
    Oct 2006
    Beans
    172
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: knowing all dependencies

    Try to use synaptic in order to fix the problem with vlc. Go to system ---> administration ----> synaptic package manager. Select custom filters (left and down) and then go to broken packages. Select them all and mark them for removal. Then click to the apply button. Then you can install again vlc and you will be able to "find" it on synaptic. Good luck....

  3. #13
    Join Date
    Jan 2008
    Location
    Bentonville AR
    Beans
    Hidden!
    Distro
    Ubuntu 13.10 Saucy Salamander

    Re: knowing all dependencies

    Alternatively, you could try
    Code:
    sudo apt-get install -f
    from the terminal.
    Sayak Banerjee
    KDE Sysadmin | KDE e.V.
    Need help? Contact us.

  4. #14
    Join Date
    Apr 2006
    Location
    Sri Lanka
    Beans
    38
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: knowing all dependencies

    Hello,
    The problem was even if I enabled all repositories in my PC (without Internet) I cannot see VLC listed there. The PC I make downloads from is not an Ubuntu one. I'll try with the method Nikitas350 mentioned last.

    Thanks!

  5. #15
    Join Date
    Apr 2006
    Location
    Sri Lanka
    Beans
    38
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: knowing all dependencies

    If I remove the broken vlc package then it is still there in the Synaptic. However, when I try to select it for install to generate the download script as Nikitas350 said, the Synaptic doesn't allow to do so and displays an error message.

    ???????

  6. #16
    Join Date
    Oct 2006
    Beans
    172
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: knowing all dependencies

    What error message? Can you post it here? Also you can change easily the script to work in windows using this way
    1) Download wget for windows from this link http://users.ugent.be/~bpuype/cgi-bi...=wget/wget.exe
    2) Delete the first line of the script
    3) Replace "wget" to "wget.exe" (in the script)
    4) Add ".bat" in the end of the filename of your script and put it on the directory you have wget.
    Now it should run in windows...

  7. #17
    Join Date
    May 2008
    Beans
    29

    Re: knowing all dependencies

    So. I have been using aptoncd. However the latest CD I created requires the previous one to install. Why might this be? I told my internet connected machine to make an aptonCD and selected all packages. However it will not install unless I have added the previous cd (one I made before adding a few wanted packages) to the sources on my fresh Hardy at home (with no internet)

    Hope that is clear, and thanks in advance

  8. #18
    Join Date
    Apr 2006
    Location
    Sri Lanka
    Beans
    38
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: knowing all dependencies

    Hi Nikitas350,

    This is the error message I'm getting.

    Code:
    Could not mark all packages for installation or upgrade
    
    The following packages have unresolved dependencies. Make sure that all required repositories are added and enabled in the preferences.
    
    vlc:
    
    Package vlc has no available version, but exists in the database.
    This typically means that the package was mentioned in a dependency and never uploaded, has been obsoleted or is not available with the contents of sources.list
    I have enabled all the repositories. Note that this error messages come from my PC (without Internet )

  9. #19
    Join Date
    Oct 2006
    Beans
    172
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: knowing all dependencies

    Try the folowing commands:
    sudo aptitude remove -f vlc
    sudo dpkg --configure -a
    Then try to install again vlc. If this fails post the output of the command "gedit /etc/apt/sources.list" ...

Page 2 of 2 FirstFirst 12

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
  •