Page 1 sur 1

impossible d'installer iss domo

Publié : 28 déc. 2015, 16:02
par gnoiret
bonjour

je suis un pti nouveau alors je galere un peu... je cherche a remplacer mon ipx V3 par un raspberri une piface, le tous controllé par imperihome,

pour ce faire je pense donc avoir besoin d'installer iss-domo mais lors de l'install j'obtiens :


Je tape :

sudo apt-get update

sudo apt-get install php5 php5-mcrypt php5-curl unzip

j'obtiens :

dpkg: error: parsing file '/var/lib/dpkg/available' near line 0:
EOF after field name `'
E: Sub-process /usr/bin/dpkg returned an error code (2)


please help me :-/

Re: impossible d'installer iss domo

Publié : 28 déc. 2015, 19:36
par patrice
Hello

Yes I can help you : :P
The problem is that your /var/lib/dpkg/available file is damaged.

To fix this you have to delete/clear the file using the command:

sudo dpkg --clear-avail
then rebuild the file using the command:

sudo apt-get update

cela devrait te remettre sur les rails, I hope