Find the answer to your Linux question:
Results 1 to 5 of 5
Hi folks, Debian 5.04 32bit I need to add universe repo on sources.list to install daa2iso for converting .gbi image to .iso image. On googling around I found; Code: deb ...
  1. #1
    Linux Guru
    Join Date
    Sep 2004
    Posts
    1,546

    how to add universe repo

    Hi folks,

    Debian 5.04 32bit

    I need to add universe repo on sources.list to install daa2iso for converting .gbi image to .iso image. On googling around I found;
    Code:
    deb http://gb.archive.ubuntu.com/ubuntu licid main restricted universe multiverse
    That is for Ubuntu. Please help.

    TIA

    B.R.
    satimis

  2. #2
    Linux Guru coopstah13's Avatar
    Join Date
    Nov 2007
    Location
    NH, USA
    Posts
    3,149
    i wouldn't add a ubuntu repo to a debian machine, but that is my on personal opinion.

    daa2iso utility is only found in debian testing/unstable distributions: Debian -- Package Search Results -- daa2iso

  3. #3
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,086
    I agree with coopstah13 about the mixing of Ubuntu and Debian repos. I experimented with that once a few years back and it didn't take long for the breakages to start.

    Of course, Debian's testing and unstable repos will eventually break something too, but that's why they are called what they are.
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  4. #4
    Just Joined!
    Join Date
    Aug 2005
    Location
    Houston, Texas.
    Posts
    57
    universe multiverse is NOT a Debian repo. Look around for sources that pertain to your Debian version. Never, Never, mix repos/sources. Not even different Debian repos.

    Go here to get sources for your Debian version. The key word is YOUR DEBIAN VERSION!!!!

    Post your source.list

  5. #5
    Linux Newbie craigevil's Avatar
    Join Date
    Jun 2005
    Location
    Terra in the Milky Way
    Posts
    110
    Package daa2iso

    * squeeze (testing) (utils): The DAA files (Direct Access Archive) to ISO converting tool
    0.1.7e-1: amd64 armel hppa i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc
    * sid (unstable) (utils): The DAA files (Direct Access Archive) to ISO converting tool
    0.1.7e-1: alpha amd64 armel avr32 hppa hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc

    Looks like the package you want is only in testing or unstable.

    You can try building your own backport from sid.
    # Add ONLY a "deb-src ..." line for sid to your sources.list.
    deb-src Index of /debian unstable main contrib non-free

    apt-get update

    apt-get install build-essential

    apt-get build-dep daa2iso

    apt-get -b source daa2iso

    install the resultant debs with dpkg -i <package> and resolve any unmet dependencies manually.
    Debian Sid LXDE Kernel liquorix CPU Pentium IV 2.80GHz GeForce 9400 GT
    Debian - "If you can't apt-get something, it isn't useful or doesn't exist"
    Giant Debian sources.list | Debian upgrade script smxi | sysinfo script inxi

Posting Permissions

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