Probleme beim Installieren auf den Pi

Hallo Liebe Community, leider bekomme ich bei der Installation folgende Fehlermeldung:

pi@raspberrypi ~ $ sudo apt-get install symcon
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:
symcon : Depends: php5-cli but it is not installable
Depends: php5-curl but it is not installable
Depends: php5-gd but it is not installable
Depends: php5-imap but it is not installable
E: Unable to correct problems, you have held broken packages.

Hat jemand eine Idee?

Welches OS? Komplett aktualisiert? Kannst du evtl. das php5-cli Paket manuell installieren?

paresy

Version ist

root@raspberrypi:~# cat /etc/issue
Raspbian GNU/Linux 7
\l

habe hier ein packages gefunden… Debian – Package Download Selection – php5-cli_5.4.39-0+deb7u2_armhf.deb

ist das das richtige?

1.sudo apt-get update
2.sudo apt-get install apache2
3.sudo apt-get install php5

Jetzt läuft es :slight_smile: Danke für die Hilfe…

G8

Kann leider nicht upgraden… der Raspi bleibt stehen… habe IPV6 aktiviert

IDo you want to continue [Y/n]? y
(Reading database … 79344 files and directories currently installed.)
Preparing to replace symcon 0.1-184 (using …/symcon_0.1-186_armhf.deb) …
IP-Symcon is running.
Stopping…

hat jemand eine Idee?

Im Zweifelsfall kannst du IPS vorher „hart“ beenden mit


sudo killall -9 symcon

und dann das Update fahren :slight_smile:

paresy

Danke hat geklappt :slight_smile: