LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 10-25-2006, 08:23 AM   #1
davholla
Member
 
Registered: Jun 2003
Location: London
Distribution: Linux Mint 13 Maya
Posts: 729

Rep: Reputation: 32
k3b can not be installed with apt-get


I am trying to install k3b and I get :-

Code:
root@Knoppix:~# apt-get install k3b
Reading Package Lists... Done
Building Dependency Tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  k3b: Depends: libice6 (>= 1:1.0.0) but 4.3.0.dfsg.1-13 is to be installed
       Depends: libk3b2 (>= 0.12.17) but it is not going to be installed
       Depends: libmusicbrainz4c2a (>= 2.1.4) but it is not going to be installed
E: Broken packages

This is using knoppix 3.9

Last edited by davholla; 10-25-2006 at 02:27 PM.
 
Old 10-26-2006, 02:56 AM   #2
Dutch Master
Senior Member
 
Registered: Dec 2005
Posts: 1,686

Rep: Reputation: 124Reputation: 124
Simple: these packages are not available from the repositories you use. Can you post your /etc/apt/sources.list? Otherwise, add the contrib and/or non-free branches to the list.
Code:
deb ftp://ftp.XX.debian.org/debian/ stable main contrib non-free 
deb-src ftp://ftp.XX.debian.org/debian/ stable main contrib non-free
Replace the XX with the 2-letter country designation for the nearest mirror to you.
 
Old 10-27-2006, 02:23 PM   #3
davholla
Member
 
Registered: Jun 2003
Location: London
Distribution: Linux Mint 13 Maya
Posts: 729

Original Poster
Rep: Reputation: 32
Thanks for the quick reply. I just added the two lines but it still does not work :-

Code:
deb file:/var/cache/apt-build/repository apt-build main
# /etc/apt/sources.list for Knoppix
# If you want to do a "full upgrade", you should first
# upgrade the Packages from Debian/unstable (KDE & Co.)
# before doing a (dist-)upgrade for Debian/testing.
#
# See sources.list(5) for more information, especialy
# Remember that you can only use http, ftp or file URIs
# CDROMs are managed through the apt-cdrom tool.

# Security updates for "stable"
deb http://security.debian.org stable/updates main contrib non-free
deb http://security.debian.org testing/updates main contrib non-free

# Stable
deb http://ftp.de.debian.org/pub/debian stable main contrib non-free
deb http://ftp.de.debian.org/pub/debian-non-US stable/non-US main contrib non-free

# Stable Sources
#deb-src http://ftp.de.debian.org/pub/debian stable main contrib non-free
#deb-src http://ftp.de.debian.org/pub/debian-non-US stable/non-US main contrib non-free

# Testing
deb http://ftp.de.debian.org/pub/debian testing main contrib non-free
deb http://ftp.de.debian.org/pub/debian-non-US testing/non-US main contrib non-free

# Testing Sources
#deb-src http://ftp.de.debian.org/pub/debian testing main contrib non-free
#deb-src http://ftp.de.debian.org/pub/debian-non-US testing/non-US main contrib non-free

# Unstable
deb http://ftp.de.debian.org/debian unstable main contrib non-free
deb http://ftp.de.debian.org/debian-non-US unstable/non-US main contrib non-free

# Unstable Sources
#deb-src http://ftp.de.debian.org/debian unstable main contrib non-free
#deb-src http://ftp.de.debian.org/debian-non-US unstable/non-US main contrib non-free

# Experimental
deb http://ftp.de.debian.org/debian ../project/experimental main contrib non-free

# Experimental Sources
#deb-src http://ftp.de.debian.org/debian ../project/experimental main contrib non-free

# ndiswrapper source
deb   http://ndiswrapper.sourceforge.net/debian ./

# KDE 3.4 (not in sarge)
deb http://pkg-kde.alioth.debian.org/kde-3.4.0/ ./
deb-src http://pkg-kde.alioth.debian.org/kde-3.4.0/ ./

# Unichrome graphics driver
# deb http://www.physik.fu-berlin.de/~glaweh/debian/ unichrome/
# deb-src http://www.physik.fu-berlin.de/~glaweh/debian/ unichrome/

# NX stuff
# deb http://www.kalyxo.org/debian/ experimental main
# deb http://www.kalyxo.org/debian/ unstable main

# ndiswrapper
# deb   http://rigtorp.se/debian unstable/
# deb-src       http://rigtorp.se/debian unstable/

# Blades Repository (pppoeconf & co)
# deb http://people.debian.org/~blade/testing ./
# deb-src http://people.debian.org/~blade/testing ./

# deb cdrom:[Debian GNU/Linux 2.2 r3 _Potato_ - Official i386 Binary-1 (20010427)]/ unstable contrib main non-US/contrib non-US/main

# Knoppix special packages resource at LinuxTag HQ
# deb http://developer.linuxtag.net/knoppix ./
# deb-src http://developer.linuxtag.net/knoppix ./

# deb http://snapshot.debian.net/archive pool gcc
# deb-src http://snapshot.debian.net/archive pool gcc
#change to see if we can it to work
deb ftp://ftp.XX.debian.org/debian/ stable main contrib non-free 
deb-src ftp://ftp.XX.debian.org/debian/ stable main contrib non-free
 
Old 10-27-2006, 02:27 PM   #4
Dutch Master
Senior Member
 
Registered: Dec 2005
Posts: 1,686

Rep: Reputation: 124Reputation: 124
Because you didn't execute my instructions properly: replace in the lines you've added the XX to uk, as you're in the UK, and try again.
 
Old 10-27-2006, 02:34 PM   #5
davholla
Member
 
Registered: Jun 2003
Location: London
Distribution: Linux Mint 13 Maya
Posts: 729

Original Poster
Rep: Reputation: 32
Sorry long week. It still does not work

Code:
tail /etc/apt/sources.list

# Knoppix special packages resource at LinuxTag HQ
# deb http://developer.linuxtag.net/knoppix ./
# deb-src http://developer.linuxtag.net/knoppix ./

# deb http://snapshot.debian.net/archive pool gcc
# deb-src http://snapshot.debian.net/archive pool gcc
#change to see if we can it to work
deb ftp://ftp.uk.debian.org/debian/ stable main contrib non-free
deb-src ftp://ftp.uk.debian.org/debian/ stable main contrib non-free
 
Old 10-27-2006, 02:53 PM   #6
Dutch Master
Senior Member
 
Registered: Dec 2005
Posts: 1,686

Rep: Reputation: 124Reputation: 124
Never mind, you're not the only one :-\ I've overlooked that in your first listing it mentions something about Testing. So change the referrals in those lines from stable to testing.
 
Old 10-27-2006, 03:03 PM   #7
davholla
Member
 
Registered: Jun 2003
Location: London
Distribution: Linux Mint 13 Maya
Posts: 729

Original Poster
Rep: Reputation: 32
It still does not work !!!
Code:
tail /etc/apt/sources.list

# Knoppix special packages resource at LinuxTag HQ
# deb http://developer.linuxtag.net/knoppix ./
# deb-src http://developer.linuxtag.net/knoppix ./

# deb http://snapshot.debian.net/archive pool gcc
# deb-src http://snapshot.debian.net/archive pool gcc
#change to see if we can it to work
deb ftp://ftp.uk.debian.org/debian/ testing main contrib non-free
deb-src ftp://ftp.uk.debian.org/debian/ testing main contrib non-free
 
Old 10-27-2006, 03:03 PM   #8
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,884
Blog Entries: 28

Rep: Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533
In order to install libice6 you need to have testing or unstable repos , comment out stable, run apt-get update and try again.

That's one of the problems you tend to run into running a mixed system like Knoppix, which is why it is NOT recommended to install Knoppix to HD.

Go through this thread and set-up a good source list:
Post your source.list - LinuxQuestions.org
http://www.linuxquestions.org/questi...d.php?t=330913
 
Old 10-27-2006, 03:04 PM   #9
davholla
Member
 
Registered: Jun 2003
Location: London
Distribution: Linux Mint 13 Maya
Posts: 729

Original Poster
Rep: Reputation: 32
Nor does it work with unstable !!

Code:
tail /etc/apt/sources.list

# Knoppix special packages resource at LinuxTag HQ
# deb http://developer.linuxtag.net/knoppix ./
# deb-src http://developer.linuxtag.net/knoppix ./

# deb http://snapshot.debian.net/archive pool gcc
# deb-src http://snapshot.debian.net/archive pool gcc
#change to see if we can it to work
deb ftp://ftp.uk.debian.org/debian/ testing main contrib non-free
deb-src ftp://ftp.uk.debian.org/debian/ testing main contrib non-free
Should I try with free.
 
Old 10-27-2006, 05:17 PM   #10
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
Quote:
Originally Posted by davholla
Nor does it work with unstable !!

Code:
tail /etc/apt/sources.list

# Knoppix special packages resource at LinuxTag HQ
# deb http://developer.linuxtag.net/knoppix ./
# deb-src http://developer.linuxtag.net/knoppix ./

# deb http://snapshot.debian.net/archive pool gcc
# deb-src http://snapshot.debian.net/archive pool gcc
#change to see if we can it to work
deb ftp://ftp.uk.debian.org/debian/ testing main contrib non-free
deb-src ftp://ftp.uk.debian.org/debian/ testing main contrib non-free
Should I try with free.
Try apt-get dist-upgrade I don't hold much hope of it continuing to be a stable system having started with Knoppix for the base.
 
Old 10-28-2006, 09:10 AM   #11
davholla
Member
 
Registered: Jun 2003
Location: London
Distribution: Linux Mint 13 Maya
Posts: 729

Original Poster
Rep: Reputation: 32
Sadly that did not work either, I think my sources are not set up correctly.

Code:
 apt-get update
Err http://pkg-kde.alioth.debian.org ./ Packages
  404 Not Found
Ign http://pkg-kde.alioth.debian.org ./ Release
Err http://pkg-kde.alioth.debian.org ./ Sources
  404 Not Found
Ign http://pkg-kde.alioth.debian.org ./ Release
 
Old 10-28-2006, 10:51 AM   #12
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
Quote:
Originally Posted by davholla
Sadly that did not work either, I think my sources are not set up correctly.

Code:
 apt-get update
Err http://pkg-kde.alioth.debian.org ./ Packages
  404 Not Found
Ign http://pkg-kde.alioth.debian.org ./ Release
Err http://pkg-kde.alioth.debian.org ./ Sources
  404 Not Found
Ign http://pkg-kde.alioth.debian.org ./ Release
Remove/comment out these.
Code:
# KDE 3.4 (not in sarge)
deb http://pkg-kde.alioth.debian.org/kde-3.4.0/ ./
deb-src http://pkg-kde.alioth.debian.org/kde-3.4.0/ ./
Then run the apt-get update and dist-upgrade again.
 
Old 10-30-2006, 03:24 AM   #13
davholla
Member
 
Registered: Jun 2003
Location: London
Distribution: Linux Mint 13 Maya
Posts: 729

Original Poster
Rep: Reputation: 32
Thanks unfortunately now X is not working (I am using this from another machine). I will post the errors later (when I get home in 8 hours).
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
FC3 - K3b not recognizing mp3s w/ k3b-mp3 installed! Forezt Linux - Software 2 07-25-2006 05:43 PM
just installed k3b and the icons are missing beltandpants Fedora 3 08-18-2004 11:44 AM
Using APT to install K3B simbamford Linux - Newbie 2 05-28-2004 11:51 AM
FC2 + apt + K3b = Isn't possible svarreby Fedora 1 02-24-2004 08:50 PM
Installed Slack 9.1. Where is K3B??? tigerflag Slackware 13 10-11-2003 03:23 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 10:53 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration