Results 1 to 7 of 7

Thread: apt-file under Hardy

  1. #1
    Join Date
    Apr 2007
    Location
    New Zealand
    Beans
    10
    Distro
    Ubuntu 7.04 Feisty Fawn

    apt-file under Hardy

    Hi
    I've had to compile Hydrogen (drum machine) from source because of a bug so was trying to use apt-file to determine dependencies.

    After running apt-file update I get a range of

    Can't get http://mirrors.easynews.com/linux/ub...ntents-i386.gz

    errors despite trying several mirrors and the main site.

    Is apt-file no longer supported?

  2. #2
    Join Date
    Jan 2007
    Location
    London, UK
    Beans
    3,525
    Distro
    Ubuntu Development Release

    Re: apt-file under Hardy

    Quote Originally Posted by kiwidoc66 View Post
    Hi
    I've had to compile Hydrogen (drum machine) from source because of a bug so was trying to use apt-file to determine dependencies.

    After running apt-file update I get a range of

    Can't get http://mirrors.easynews.com/linux/ub...ntents-i386.gz

    errors despite trying several mirrors and the main site.

    Is apt-file no longer supported?
    you need to install
    Code:
    sudo apt-get install apt-file
    You came empty handed, that is how you shall leave. Whatever you claim as yours today, belonged to someone else yesterday, will be someone else's tomorrow.

  3. #3
    Join Date
    Apr 2007
    Location
    New Zealand
    Beans
    10
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: apt-file under Hardy

    Already installed, still doesn't work

  4. #4
    Join Date
    Apr 2006
    Location
    Sweden
    Beans
    60
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: apt-file under Hardy

    Have you run:
    Code:
    /usr/share/apt-file/do-apt-file-update
    ?

  5. #5
    Join Date
    Apr 2007
    Location
    New Zealand
    Beans
    10
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: apt-file under Hardy

    Thanks - unfortunately same error generated

  6. #6
    Join Date
    Jun 2008
    Location
    Austin TX, USA
    Beans
    4
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: apt-file under Hardy


  7. #7
    Join Date
    Jun 2007
    Location
    London, UK
    Beans
    18
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: apt-file under Hardy

    I'm getting the same problem but with a different repo:
    Code:
    sudo /usr/share/apt-file/do-apt-file-update
    Can't get http://wine.budgetdedicated.com/apt/dists/hardy/Contents-i386.gz (404)
    apt-file is installed:
    Code:
    aptitude search apt-file
    i A apt-file                                            - APT package searching utility -- command-line interface
    I looked on wine.budgetdedicated.com and Contents-i386.gz is missing, so it *should* fail - but it shouldn't, should it? Surely the intended behaviour would be to give a warning rather than exit the program.

    As a workaround I'll try and comment the wine repo from my sources.list file, hopefully that'll help.

    Update: It did.
    Last edited by firsttry; September 22nd, 2008 at 02:10 PM.

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
  •