Hallo zusammen,
ich habe die kde repositories von siduction hinzugefuegt, weill ich kde5 + wayland
ausprobieren wollte, den in sid funktionier es im Moment nicht.
Soweit so gut, alles laeuft ausses das die gaengigen Anwendungen wie
Dolphin, Kontakt, Krusander nicht instalierbar sind.
Ein Versuch die zu instalieren scheitert wie hier
root@moskalik:/home/vavvav# apt-get install dolphin
....
The following information may help to resolve the situation:
The following packages have unmet dependencies:
dolphin : Depends: kde-runtime (> 4:4.10) but it is not going to be installed
Depends: libbaloofiles4 (>= 4:4.12.80) but it is not going to be installed
Depends: libbaloowidgets4 (>= 4:4.13.2) but it is not going to be installed
Depends: libkfilemetadata4 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Das ich zum erstem man mit siduction zutun habe frage ich mich ob ich etwas falsch gemacht habe oder ist die software einfach noch nicht auf qt5 portiere bzw. nicht in repositories ect...
Vorhere hatte ich debian testing gehabt, also stretch.
Meine source.list sieht so aus:
#Debian
# Unstable
deb http://ftp.us.debian.org/debian/ unstable main contrib non-free
#deb-src http://ftp.us.debian.org/debian/ unstable main contrib non-free
# Testing
#deb http://ftp.us.debian.org/debian/ testing main contrib non-free
#deb-src http://ftp.us.debian.org/debian/ testing main contrib non-free
# Experimental
#deb http://ftp.us.debian.org/debian/ experimental main contrib non-free
#deb-src http://ftp.us.debian.org/debian/ experimental main contrib non-free
deb ftp://ftp.spline.de/pub/siduction/base unstable main
deb ftp://ftp.spline.de/pub/siduction/fixes unstable main
deb-src ftp://ftp.spline.de/pub/siduction/base unstable main
deb-src ftp://ftp.spline.de/pub/siduction/fixes unstable main
deb http://packages.siduction.org/kdenext unstable main
deb http://packages.siduction.org/kdenext kde-frameworks main
apt ist nicht kaput.
Möglicherweise hast Du gerade den falsche Zeitpunkt erwischt, nicht wegen Plasma 5 sondern wegen der gcc-Transition (http://forum.siduction.org/index.php?topic=5719.0). Deine source.list sieht erstmal nicht verkehrt aus, allerdings ist die Zeile mit kde-frameworks nicht mehr nötig (hier (https://community.kde.org/Plasma/InstallingNext#siduction), aus diesem Post (http://forum.siduction.org/index.php?topic=5644.0)), und zu siduction base und fixes gehört meist auch noch eine Zeile mit extra.
Da in sid allerdings grade die Post abgeht wäre meine Empfehlung: Zeile mit frameworks wegkommentieren, Zeilen mit debian unstable wegkommentieren, dafür debian testing wieder einkommentieren. Dann nach apt-get update das Paket 'kde-standard' installieren, dann dist-upgrade. Sollte sich kde-standard nicht installieren lassen, Output hier (bitte in codeboxen) oder in einem pastebin posten.
Andere würden dir statt testing evtl empfehlen den sid snapshot vom 31.07 vor der gcc-transition zu nehmen, kann man auch machen. Ach ja, und zeigt 'apt-get install -f' vergleichbaren Output wie oben install dolphin?
Hi,
Danke fuer die Antwort.
Ich habe es so gemacht wie du es gesagt hast.
source.list sieht jetzt so aus
deb http://ftp.us.debian.org/debian/ testing main contrib non-free
deb http://ftp.us.debian.org/debian/ experimental main contrib non-free
deb ftp://ftp.spline.de/pub/siduction/base unstable main
deb ftp://ftp.spline.de/pub/siduction/fixes unstable main
deb ftp://ftp.spline.de/pub/siduction/extra unstable main
Trotzdem laesst sich nichts instalieren was kde betrifft.
[code]
# apt-get install kde-standard
Reading package lists... Done
Building dependency tree
Reading state information... 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.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
kde-standard : Depends: akregator (>= 4:4.13.3) but it is not going to be installed
Depends: ark (>= 4:4.13.3) but it is not going to be installed
Depends: dragonplayer (>= 4:4.13.3) but it is not going to be installed
Depends: juk (>= 4:4.13.3) but it is not going to be installed
Depends: kaddressbook (>= 4:4.13.3) but it is not going to be installed
Depends: kde-baseapps but it is not going to be installed
Depends: kdeplasma-addons (>= 4:4.13.3) but it is not going to be installed
Depends: kmail (>= 4:4.13.3) but it is not going to be installed
Depends: knotes (>= 4:4.13.3) but it is not going to be installed
Depends: kopete (>= 4:4.13.3) but it is not going to be installed
Depends: korganizer (>= 4:4.13.3) but it is not going to be installed
Depends: kscreensaver (>= 4:4.13.3) but it is not going to be installed
Depends: ksnapshot (>= 4:4.13.3) but it is not going to be installed
Depends: kwalletmanager (>= 4:4.13.3) but it is not going to be installed
Depends: okular (>= 4:4.13.3) but it is not going to be installed
Depends: sweeper (>= 4:4.13.3) but it is not going to be installed
Depends: phonon4qt5-backend-vlc but it is not going to be installed
Recommends: konq-plugins (>= 4:4.13.3) but it is not going to be installed
Recommends: plasma-nm but it is not going to be installed
Recommends: freespacenotifier (>= 4:4.13.3) but it is not going to be installed
Recommends: update-notifier-kde but it is not installable
E: Unable to correct problems, you have held broken packages.
[/code]
# apt-get install -f dolphin
Reading package lists... Done
Building dependency tree
Reading state information... 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.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
dolphin : Depends: kde-runtime (> 4:4.10) but it is not going to be installed
Depends: libbaloowidgets4 (>= 4:4.13.2) but it is not going to be installed
Depends: libkfilemetadata4 but it is not going to be installed
Depends: libplasma3 (>= 4:4.14) but it is not going to be installed
Recommends: konsole4-kpart but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
# apt-get install -f kontact
Reading package lists... Done
Building dependency tree
Reading state information... 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.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
kontact : Depends: kde-runtime (> 4:4.10) but it is not going to be installed
Depends: libkdepim4 (= 4:4.14.5+really4.4.11.1+l10n-0r2.1) but it is not going to be installed
Recommends: kmail but it is not going to be installed
Recommends: knotes but it is not going to be installed
Recommends: akregator but it is not going to be installed
Recommends: kaddressbook but it is not going to be installed
Recommends: korganizer but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
# apt-get install -f krusader
Reading package lists... Done
Building dependency tree
Reading state information... 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.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
krusader : Depends: kde-runtime but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
[code]
Wenn du oder jemand noch weitere ideen hat, nur zu :-)
Wenn Du KDE5 testen willst, kannst Du Dir auch die kleine, aber feine Distro KaOS anschauen, die sind bereits weiter als KDE selbst (zumindest was die Applications angeht.
greetz
devil
Danke fuer den Tip,
ich brauche es aber schon Debian basiert (nicht nur anschauen).
Wollte nur halt wissen ob es an mir oder an der Unfertigkeit liegt.
So wie es jetzt ist, reicht es mir zum Arbeiten aus.
Allerdings brauche ich kontakt (kmail, korganizer) und dolphin + krusander
Für Dolphin kann als Überbrückung Konqueror herhalten. Krusader wird wunderbar durch eine Root-Konsole ersetzt :)
greetz
devil
Quote from: devil on 2015/08/23, 19:28:16
Wenn Du KDE5 testen willst, kannst Du Dir auch die kleine, aber feine Distro KaOS anschauen, die sind bereits weiter als KDE selbst (zumindest was die Applications angeht.
greetz
devil
Hallo Ferdinand,
mit KaOS habe ich vor wenigen Monaten keine so guten Erfahrungen gemacht:
http://forum.siduction.org/index.php?topic=5552.msg45343#msg45343
Viele Grüße,
Holger
Ok, dann werde ich eben mal einfach warten!
Quote from: devil on 2015/08/23, 21:22:42
Für Dolphin kann als Überbrückung Konqueror herhalten. Krusader wird wunderbar durch eine Root-Konsole ersetzt :)
greetz
devil
Uebrigens Konqueror[/size] is auch nicht instalierbar
# apt-get install konqueror
Reading package lists... Done
Building dependency tree
Reading state information... 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.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
konqueror : Depends: kde-baseapps-bin (= 4:15.04.3-siduction1) but it is not going to be installed
Depends: kde-runtime (> 4:4.10) but it is not going to be installed
Depends: libkdesu5 (>= 4:4.14) but it is not going to be installed
Recommends: dolphin but it is not going to be installed
Recommends: kfind but it is not going to be installed
Recommends: konqueror-nsplugins (= 4:15.04.3-siduc
[/size][size=0px]von-sofern[/size] gibt es im Moment kein [size=0px]Ersatz[/size] für dolphin
Quote from: devil on 2015/08/23, 19:28:16
Wenn Du KDE5 testen willst, kannst Du Dir auch die kleine, aber feine Distro KaOS anschauen, die sind bereits weiter als KDE selbst (zumindest was die Applications angeht.
Oder Tanglu (basiert auf Debian): http://tanglu.org/ - das ist allerdings noch nicht so weit wie KaOS.
Ok, mittlerweile funktioniert alles unter tebian testing + sid.