Nuxeo Update for Ubuntu 12.04

hello

on my server i have nuxeo installed from repository for ubuntu (“deb http://apt.nuxeo.org/ precise fasttracks”). this morning I got a notification about an update. so I did apt-get upgrade and this failed… actualy I'm not able to either install or remove the nuxeo software. does someone has an idea how to proceed?

Here the apt-get upgrade output:

Die folgenden Pakete werden aktualisiert (Upgrade): nuxeo 1 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert. 1 nicht vollständig installiert oder entfernt. Es müssen noch 0 B von 187 MB an Archiven heruntergeladen werden. Nach dieser Operation werden 6'391 kB Plattenplatz zusätzlich benutzt. Möchten Sie fortfahren [J/n]? j Traceback (most recent call last): File “/usr/bin/apt-listchanges”, line 237, in

0 votes

1 answers

2083 views

ANSWER



could solve it myself:

backup all data (conf and data) $ cd /var/lib/dpkg/info

and delete all nuxeo files (nuxeo.) $ rm nuxeo.

then the removal via dpkg was possible: $ dpkg –remove –force-remove-reinstreq

and in the end, install nuxeo again $ sudo apt-get install nuxeo

0 votes