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 ...
- 05-24-2010 #1Linux 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;
That is for Ubuntu. Please help.Code:deb http://gb.archive.ubuntu.com/ubuntu licid main restricted universe multiverse
TIA
B.R.
satimis
- 05-24-2010 #2
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
- 05-24-2010 #3forum.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.
- 06-01-2010 #4Just 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
- 06-08-2010 #5
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


Reply With Quote
