unerfüllte Abhängigkeiten

Du kommst mit der Installation nicht voran oder willst noch was nachfragen? Schau auch in den "Tipps und Tricks"-Bereich.
Benutzeravatar
LangerAtem
Beiträge: 68
Registriert: 15.07.2018 10:42:08

Re: unerfüllte Abhängigkeiten

Beitrag von LangerAtem » 26.05.2019 09:13:25

Ja. "apt clean" führe ich regelmässig durch, zwar als "apt-get clean", aber das ist hoffentlich identisch.

Code: Alles auswählen

ls -l /var/cache/apt/archives
insgesamt 4
-rw-r----- 1 root root    0 Feb 11  2018 lock
drwx------ 2 _apt root 4096 Mai 25 20:51 partial

willy4711

Re: unerfüllte Abhängigkeiten

Beitrag von willy4711 » 26.05.2019 09:26:16

Guten Morgen !
Ich wollte nur sicher sein. da ich über Fehlermeldung ..................(--unpack): gestolpert war.
Da bisher keiner Einspruch gegen meinen Vorschlag eingereicht hat, würde ich es einfach mal probieren, da alles Andere nicht funktioniert hat.
Bitte komplette Terminal- Ausgabe hier einstellen. Bin ja gespannt.
willy4711 hat geschrieben: ↑ zum Beitrag ↑
24.05.2019 17:51:58

Code: Alles auswählen

mv /var/lib/dpkg/info/libreoffice-common* /tmp/

Code: Alles auswählen

dpkg --remove --force-remove-reinstreq libreoffice-common

Benutzeravatar
LangerAtem
Beiträge: 68
Registriert: 15.07.2018 10:42:08

Re: unerfüllte Abhängigkeiten

Beitrag von LangerAtem » 26.05.2019 09:36:22

Moin und Danke für die Hilfe!
Ich wollte nur erst einen Vorschlag vollständig umsetzen.
mv /var/lib/dpkg/info/libreoffice-common* /tmp/
lief ohne Fehlermeldung durch!

für
dpkg --remove --force-remove-reinstreq libreoffice-common
erhalte ich folgendes

Code: Alles auswählen

dpkg: Warnung: Die Anforderung, libreoffice-common zu entfernen, wird ignoriert; es ist nicht installiert

willy4711

Re: unerfüllte Abhängigkeiten

Beitrag von willy4711 » 26.05.2019 09:50:25

hmmm
haben wir eigentlich schon versucht:
was ergibt:

Code: Alles auswählen

apt autoremove
und

Code: Alles auswählen

apt install --reinstall libreoffice-common libreoffice-core

Benutzeravatar
LangerAtem
Beiträge: 68
Registriert: 15.07.2018 10:42:08

Re: unerfüllte Abhängigkeiten

Beitrag von LangerAtem » 26.05.2019 10:11:39

Die Erklärung ist schlicht: Es gibt im Verzeichnis nicht eine einzige Datei mit Namen libreoffice-common[*]. Was aber doch etwas merkwürdig ist, weil ich ja über den Vorschlag von KP97 mit den Dateien gearbeitet habe.
apt autoremov
endet mit Fehlermeldung
apt install --reinstall libreoffice-common libreoffice-core
liefert

Code: Alles auswählen

Internal Error, No file name for libreoffice-core:i386

Ich muss an dieser Stelle für den Moment abbrechen. Es wartet eine sportliche Herausforderung auf mich. Ggf. melde ich mich heute nachmittag.
Danke und Gruß

Benutzeravatar
Taomon
Beiträge: 627
Registriert: 08.03.2011 16:34:38
Lizenz eigener Beiträge: GNU Free Documentation License

Re: unerfüllte Abhängigkeiten

Beitrag von Taomon » 26.05.2019 11:45:56

Code: Alles auswählen

rm  /var/cache/apt/archives/partial/*
da liegen noch 2 Leichen rum.
LangerAtem hat geschrieben:drwx------ 2 _apt root 4096 Mai 25 20:51 partial
und zeige

Code: Alles auswählen

dpkg -l | grep libreoffice
sowie

Code: Alles auswählen

dpkg -l | egrep -v '^ii'
und

Code: Alles auswählen

findmnt 
und

Code: Alles auswählen

ls -al /usr/lib/libreoffice/share/config/wizard/web/images/calc.gif.dpkg-new
bitte.

Gruß Taomon
Bitte gelegentliche Schreibfehler übersehen. Ich habe ADHS. Danke.

willy4711

Re: unerfüllte Abhängigkeiten

Beitrag von willy4711 » 26.05.2019 13:08:47

LangerAtem hat geschrieben: ↑ zum Beitrag ↑
24.05.2019 23:08:50
Auch libreoffice-common-core ist nicht vorhanden. Ich habe sie in "/var/lib/dpkg/info" erstellt.
LangerAtem hat geschrieben: ↑ zum Beitrag ↑
26.05.2019 10:11:39

Code: Alles auswählen

apt install --reinstall libreoffice-common libreoffice-core
liefert

Code: Alles auswählen

Internal Error, No file name for libreoffice-core:i386
Hängt da zusammen mit der selbst erstellten Datei ? libreoffice-common-core gibt es gar nicht :facepalm:

Wo kommt denn das i386 her ?? Es gibt 1:5.2.7-1+deb9u7: i386.
Was hat er für einen Architektur ?
ein

Code: Alles auswählen

ls -l /var/lib/dpkg/info |grep libreoffice
wäre in diesem Zusammenhang wohl auch angebracht

Dieses calc.gif.dpkg-new : wie kommt das zustande ?

calc.gif ist einen Datei aus dem Paket Debianlibreoffice-common
Werden die Dateien während der Installation so markiert ?? sehr mysteriös

Die komplette Fehlermeldung dazu wäre ja nach meinem Verständniss:

Code: Alles auswählen

dpkg: Fehler beim Bearbeiten des Archivs /var/cache/apt/archives/libreoffice-common_1%3a5.2.7-1+deb9u7_all.deb (--unpack):
 »/usr/lib/libreoffice/share/config/wizard/web/images/calc.gif.dpkg-new« kann nicht geöffnet werden: Die Operation ist nicht erlaubt

Benutzeravatar
LangerAtem
Beiträge: 68
Registriert: 15.07.2018 10:42:08

Re: unerfüllte Abhängigkeiten

Beitrag von LangerAtem » 27.05.2019 22:15:33

Hallo taomon:

/var/cache/apt/archives/partial/* ist leer
dpkg -l | grep libreoffice
liefert:

Code: Alles auswählen

[dpkg -l | grep libreoffice
iU  liblibreofficekitgtk                         1:5.2.7-1+deb9u7                            i386         GTK3 widget wrapping LibreOffice functionality
iU  libreoffice-avmedia-backend-gstreamer        1:5.2.7-1+deb9u7                            i386         GStreamer backend for LibreOffice
iU  libreoffice-base                             1:5.2.7-1+deb9u7                            i386         office productivity suite -- database
iU  libreoffice-base-core                        1:5.2.7-1+deb9u7                            i386         office productivity suite -- shared library
iU  libreoffice-base-drivers                     1:5.2.7-1+deb9u7                            i386         Database connectivity drivers for LibreOffice
iU  libreoffice-calc                             1:5.2.7-1+deb9u7                            i386         office productivity suite -- spreadsheet
iU  libreoffice-core                             1:5.2.7-1+deb9u7                            i386         office productivity suite -- arch-dependent files
iU  libreoffice-draw                             1:5.2.7-1+deb9u7                            i386         office productivity suite -- drawing
iU  libreoffice-evolution                        1:5.2.7-1+deb9u7                            i386         office productivity suite -- Evolution addressbook support
iU  libreoffice-gnome                            1:5.2.7-1+deb9u7                            i386         office productivity suite -- GNOME integration
iU  libreoffice-gtk3                             1:5.2.7-1+deb9u7                            i386         office productivity suite -- GTK+ 3 integration
iU  libreoffice-help-de                          1:5.2.7-1+deb9u7                            all          office productivity suite -- German help
iU  libreoffice-help-en-us                       1:5.2.7-1+deb9u7                            all          office productivity suite -- English_american help
iU  libreoffice-impress                          1:5.2.7-1+deb9u7                            i386         office productivity suite -- presentation
iU  libreoffice-java-common                      1:5.2.7-1+deb9u7                            all          office productivity suite -- arch-independent Java support files
iU  libreoffice-l10n-de                          1:5.2.7-1+deb9u7                            all          office productivity suite -- German language package
ii  libreoffice-librelogo                        1:5.2.7-1+deb9u5                            all          Logo-like progamming language for LibreOffice
iU  libreoffice-math                             1:5.2.7-1+deb9u7                            i386         office productivity suite -- equation editor
ii  libreoffice-mysql-connector                  1.0.2+LibO5.2.7-1+deb9u5                    i386         MariaDB/MySQL Connector extension for LibreOffice
ii  libreoffice-nlpsolver                        0.9+LibO5.2.7-1+deb9u5                      all          "Solver for Nonlinear Programming" extension for LibreOffice
iU  libreoffice-ogltrans                         1:5.2.7-1+deb9u7                            i386         LibreOffice Impress extension for slide transitions using OpenGL
iU  libreoffice-pdfimport                        1:5.2.7-1+deb9u7                            i386         PDF Import component for LibreOffice
iU  libreoffice-report-builder                   1:5.2.7-1+deb9u7                            all          LibreOffice component for building database reports
iU  libreoffice-report-builder-bin               1:5.2.7-1+deb9u7                            i386         LibreOffice component for building database reports -- libraries
iU  libreoffice-script-provider-bsh              1:5.2.7-1+deb9u7                            all          BeanShell script support provider for LibreOffice scripting framework
iU  libreoffice-script-provider-js               1:5.2.7-1+deb9u7                            all          JavaScript script support provider for LibreOffice scripting framework
iU  libreoffice-script-provider-python           1:5.2.7-1+deb9u7                            all          Python script support provider for LibreOffice scripting framework
iU  libreoffice-sdbc-hsqldb                      1:5.2.7-1+deb9u7                            i386         HSQLDB SDBC driver for LibreOffice
iU  libreoffice-sdbc-postgresql                  1:5.2.7-1+deb9u7                            i386         PostgreSQL SDBC driver for LibreOffice
iU  libreoffice-style-galaxy                     1:5.2.7-1+deb9u7                            all          office productivity suite -- Galaxy (Default) symbol style
iU  libreoffice-style-tango                      1:5.2.7-1+deb9u7                            all          office productivity suite -- Tango symbol style
ii  libreoffice-wiki-publisher                   1.2.0+LibO5.2.7-1+deb9u5                    all          LibreOffice extension for working with MediaWiki articles
iU  libreoffice-writer                           1:5.2.7-1+deb9u7                            i386         office productivity suite -- word processor
iU  libreofficekit-data                          1:5.2.7-1+deb9u7                            all          common data for LOKDocView
und
dpkg -l | egrep -v '^ii'
:

Code: Alles auswählen

dpkg -l | egrep -v '^ii'
Gewünscht=Unbekannt/Installieren/R=Entfernen/P=Vollständig Löschen/Halten
| Status=Nicht/Installiert/Config/U=Entpackt/halb konFiguriert/
         Halb installiert/Trigger erWartet/Trigger anhängig
|/ Fehler?=(kein)/R=Neuinstallation notwendig (Status, Fehler: GROSS=schlecht)
||/ Name                                         Version                                     Architektur  Beschreibung
+++-============================================-===========================================-============-===============================================================================
rc  3dchess                                      0.8.1-19+deb9u1                             i386         Play chess across 3 boards!
rc  akonadi-backend-mysql                        4:16.04.3-4                                 all          MySQL storage backend for Akonadi
rc  akonadi-server                               4:16.04.3-4                                 i386         Akonadi PIM storage service
rc  avrdude                                      6.3-2                                       i386         software for programming Atmel AVR microcontrollers
rc  bogofilter                                   1.2.4+dfsg1-9                               all          fast Bayesian spam filter (dummy package)
rc  bogofilter-bdb                               1.2.4+dfsg1-9                               i386         fast Bayesian spam filter (Berkeley DB)
rc  bogofilter-common                            1.2.4+dfsg1-9                               all          fast Bayesian spam filter (common files)
rc  brutalchess                                  0.5.2+dfsg-7                                i386         3D chess game with reflection of the chessmen
rc  chessx                                       1.4.0-1                                     i386         chess database
it  desktop-file-utils                           0.23-1                                      i386         Utilities for .desktop files
rc  dreamchess                                   0.2.1-RC2-2+b2                              i386         3D chess game
rc  gameclock                                    5.1                                         all          simple chess clock to track time in real life games
iU  gir1.2-lokdocview-0.1                        1:5.2.7-1+deb9u7                            i386         GTK3 widget wrapping LibreOffice functionality - introspection
rc  gmchess                                      0.29.6-2.1                                  i386         Chinese chess game (Xiangqi)
it  gnome-icon-theme                             3.12.0-2                                    all          GNOME Desktop icon theme
it  gnome-menus                                  3.13.3-9                                    i386         GNOME implementation of the freedesktop menu specification
rc  gnushogi                                     1.4.2-3+b2                                  i386         program to play shogi, the Japanese version of chess
rc  hachu                                        0.21-7-g1c1f14a-1+b1                        i386         AI engine for many Shogi and Chess variants, including Chu, Sho, and Dai Shogi
it  hicolor-icon-theme                           0.15-1                                      all          default fallback theme for FreeDesktop.org icon themes
rc  kdepim-runtime                               4:16.04.2-2+b2                              i386         runtime components for Akonadi KDE
rc  kdepimlibs-data                              4:16.04.2-2                                 all          kdepimlibs - data files
rc  kf5-kdepimlibs-kio-plugins                   4:16.04.2-2                                 i386         kio slaves used by KDE PIM applications
rc  khelpcenter                                  4:16.08.3-1                                 i386         KDE documentation viewer
rc  kmymoney-common                              4.8.0-2                                     all          KMyMoney architecture independent files
rc  libgaviotatb1                                0.4-2                                       i386         Gaviota chess endgame tablebase probing library (development package)
rc  libkf5gapi-data                              5.1.0-2                                     all          Google API library for KDE -- data files
rc  libktoblzcheck1v5                            1.48-2.1+b1                                 i386         library for verification of account numbers and bank codes
iU  liblibreofficekitgtk                         1:5.2.7-1+deb9u7                            i386         GTK3 widget wrapping LibreOffice functionality
rc  libqjson0:i386                               0.8.1-3                                     i386         Qt-based library that maps JSON data to QVariant objects
iU  libreoffice-avmedia-backend-gstreamer        1:5.2.7-1+deb9u7                            i386         GStreamer backend for LibreOffice
iU  libreoffice-base                             1:5.2.7-1+deb9u7                            i386         office productivity suite -- database
iU  libreoffice-base-core                        1:5.2.7-1+deb9u7                            i386         office productivity suite -- shared library
iU  libreoffice-base-drivers                     1:5.2.7-1+deb9u7                            i386         Database connectivity drivers for LibreOffice
iU  libreoffice-calc                             1:5.2.7-1+deb9u7                            i386         office productivity suite -- spreadsheet
iU  libreoffice-core                             1:5.2.7-1+deb9u7                            i386         office productivity suite -- arch-dependent files
iU  libreoffice-draw                             1:5.2.7-1+deb9u7                            i386         office productivity suite -- drawing
iU  libreoffice-evolution                        1:5.2.7-1+deb9u7                            i386         office productivity suite -- Evolution addressbook support
iU  libreoffice-gnome                            1:5.2.7-1+deb9u7                            i386         office productivity suite -- GNOME integration
iU  libreoffice-gtk3                             1:5.2.7-1+deb9u7                            i386         office productivity suite -- GTK+ 3 integration
iU  libreoffice-help-de                          1:5.2.7-1+deb9u7                            all          office productivity suite -- German help
iU  libreoffice-help-en-us                       1:5.2.7-1+deb9u7                            all          office productivity suite -- English_american help
iU  libreoffice-impress                          1:5.2.7-1+deb9u7                            i386         office productivity suite -- presentation
iU  libreoffice-java-common                      1:5.2.7-1+deb9u7                            all          office productivity suite -- arch-independent Java support files
iU  libreoffice-l10n-de                          1:5.2.7-1+deb9u7                            all          office productivity suite -- German language package
iU  libreoffice-math                             1:5.2.7-1+deb9u7                            i386         office productivity suite -- equation editor
iU  libreoffice-ogltrans                         1:5.2.7-1+deb9u7                            i386         LibreOffice Impress extension for slide transitions using OpenGL
iU  libreoffice-pdfimport                        1:5.2.7-1+deb9u7                            i386         PDF Import component for LibreOffice
iU  libreoffice-report-builder                   1:5.2.7-1+deb9u7                            all          LibreOffice component for building database reports
iU  libreoffice-report-builder-bin               1:5.2.7-1+deb9u7                            i386         LibreOffice component for building database reports -- libraries
iU  libreoffice-script-provider-bsh              1:5.2.7-1+deb9u7                            all          BeanShell script support provider for LibreOffice scripting framework
iU  libreoffice-script-provider-js               1:5.2.7-1+deb9u7                            all          JavaScript script support provider for LibreOffice scripting framework
iU  libreoffice-script-provider-python           1:5.2.7-1+deb9u7                            all          Python script support provider for LibreOffice scripting framework
iU  libreoffice-sdbc-hsqldb                      1:5.2.7-1+deb9u7                            i386         HSQLDB SDBC driver for LibreOffice
iU  libreoffice-sdbc-postgresql                  1:5.2.7-1+deb9u7                            i386         PostgreSQL SDBC driver for LibreOffice
iU  libreoffice-style-galaxy                     1:5.2.7-1+deb9u7                            all          office productivity suite -- Galaxy (Default) symbol style
iU  libreoffice-style-tango                      1:5.2.7-1+deb9u7                            all          office productivity suite -- Tango symbol style
iU  libreoffice-writer                           1:5.2.7-1+deb9u7                            i386         office productivity suite -- word processor
iU  libreofficekit-data                          1:5.2.7-1+deb9u7                            all          common data for LOKDocView
rc  librxtx-java                                 2.2pre2-13                                  i386         Full Java CommAPI implementation
rc  libvlccore8:i386                             2.2.7-1~deb9u1                              i386         base library for VLC and its modules
rc  linux-image-4.9.0-4-686-pae                  4.9.65-3+deb9u1                             i386         Linux 4.9 for modern PCs
rc  linux-image-4.9.0-5-686-pae                  4.9.65-3+deb9u2                             i386         Linux 4.9 for modern PCs
it  man-db                                       2.7.6.1-2                                   i386         on-line manual pager
it  mime-support                                 3.60                                        all          MIME files 'mime.types' & 'mailcap', and support programs
rc  pgn2web                                      0.4-1.1+b2                                  i386         convert PGN chess game files into webpages
rc  pychess                                      0.12.2-1                                    all          Chess graphical user interface for several chess engines
iU  python3-uno                                  1:5.2.7-1+deb9u7                            i386         Python-UNO bridge
rc  screen                                       4.5.0-6                                     i386         terminal multiplexer with VT100/ANSI terminal emulation
it  shared-mime-info                             1.8-1+deb9u1                                i386         FreeDesktop.org shared MIME database and spec
rc  shogivar                                     1.55b-1+b1                                  i386         UI to play many shogi variants, with builtin computer player
rc  sjaakii                                      1.3.1a-1+b2                                 i386         Sjaak II - computer player for many Chess variants, including Shogi and XiangQi
rc  tagua                                        1.0~alpha2-15+b1                            i386         Board-game frontend for playing chess variants and other games
rc  vlc-plugin-notify:i386                       3.0.2-0+deb9u1                              i386         LibNotify plugin for VLC
rc  vlc-plugin-samba:i386                        3.0.2-0+deb9u1                              i386         Samba plugin for VLC
rc  vlc-plugin-video-splitter:i386               3.0.2-0+deb9u1                              i386         multimedia player and streamer (video splitter plugins)
rc  vlc-plugin-visualization:i386                3.0.2-0+deb9u1                              i386         multimedia player and streamer (visualization plugins)
rc  xaw3dg:i386                                  1.5+E-18.2                                  i386         Xaw3d widget set
rc  xshogi                                       1.4.2-2+b1                                  i386         X11 frontend to gnushogi
findmnt
bringt:

Code: Alles auswählen

findmnt 
TARGET                                SOURCE      FSTYPE  OPTIONS
/                                     /dev/sda3   ext4    rw,relatime,errors=rem
├─/sys                                sysfs       sysfs   rw,nosuid,nodev,noexec
│ ├─/sys/kernel/security              securityfs  securit rw,nosuid,nodev,noexec
│ ├─/sys/fs/cgroup                    tmpfs       tmpfs   ro,nosuid,nodev,noexec
│ │ ├─/sys/fs/cgroup/systemd          cgroup      cgroup  rw,nosuid,nodev,noexec
│ │ ├─/sys/fs/cgroup/devices          cgroup      cgroup  rw,nosuid,nodev,noexec
│ │ ├─/sys/fs/cgroup/net_cls,net_prio cgroup      cgroup  rw,nosuid,nodev,noexec
│ │ ├─/sys/fs/cgroup/cpuset           cgroup      cgroup  rw,nosuid,nodev,noexec
│ │ ├─/sys/fs/cgroup/perf_event       cgroup      cgroup  rw,nosuid,nodev,noexec
│ │ ├─/sys/fs/cgroup/cpu,cpuacct      cgroup      cgroup  rw,nosuid,nodev,noexec
│ │ ├─/sys/fs/cgroup/freezer          cgroup      cgroup  rw,nosuid,nodev,noexec
│ │ ├─/sys/fs/cgroup/pids             cgroup      cgroup  rw,nosuid,nodev,noexec
│ │ ├─/sys/fs/cgroup/memory           cgroup      cgroup  rw,nosuid,nodev,noexec
│ │ └─/sys/fs/cgroup/blkio            cgroup      cgroup  rw,nosuid,nodev,noexec
│ ├─/sys/fs/pstore                    pstore      pstore  rw,nosuid,nodev,noexec
│ ├─/sys/kernel/debug                 debugfs     debugfs rw,relatime
│ └─/sys/fs/fuse/connections          fusectl     fusectl rw,relatime
├─/proc                               proc        proc    rw,nosuid,nodev,noexec
│ └─/proc/sys/fs/binfmt_misc          systemd-1   autofs  rw,relatime,fd=37,pgrp
│   └─/proc/sys/fs/binfmt_misc        binfmt_misc binfmt_ rw,relatime
├─/dev                                udev        devtmpf rw,nosuid,relatime,siz
│ ├─/dev/pts                          devpts      devpts  rw,nosuid,noexec,relat
│ ├─/dev/shm                          tmpfs       tmpfs   rw,nosuid,nodev
│ ├─/dev/hugepages                    hugetlbfs   hugetlb rw,relatime
│ └─/dev/mqueue                       mqueue      mqueue  rw,relatime
└─/run                                tmpfs       tmpfs   rw,nosuid,noexec,relat
  ├─/run/lock                         tmpfs       tmpfs   rw,nosuid,nodev,noexec
  ├─/run/user/0                       tmpfs       tmpfs   rw,nosuid,nodev,relati
  ├─/run/user/117                     tmpfs       tmpfs   rw,nosuid,nodev,relati
  └─/run/user/1000                    tmpfs       tmpfs   rw,nosuid,nodev,relati
    └─/run/user/1000/gvfs             gvfsd-fuse  fuse.gv rw,nosuid,nodev,relati
sowie:
ls -al /usr/lib/libreoffice/share/config/wizard/web/images/calc.gif.dpkg-new

Code: Alles auswählen

ls -al /usr/lib/libreoffice/share/config/wizard/web/images/calc.gif.dpkg-new
ls: Zugriff auf '/usr/lib/libreoffice/share/config/wizard/web/images/calc.gif.dpkg-new' nicht möglich: Datei oder Verzeichnis nicht gefunden
root@wolf:/# 

Benutzeravatar
LangerAtem
Beiträge: 68
Registriert: 15.07.2018 10:42:08

Re: unerfüllte Abhängigkeiten

Beitrag von LangerAtem » 27.05.2019 22:28:40

Hallo willy4711:

Die von mir erstellte Datei libreoffice-common-core hatte ich im Zusammenhang mit dem Vorschlag von kp97 erstellt aber wieder gelöscht. Die anderen in diesem Zusammenhang veränderten Dateien habe ich hinterher wie in den Zustand versetzt, wie ich sie vorgefunden habe.

Warum diese Datein jetzt nicht mehr existieren kann ich mir nicht erklären, werde aber wohl einen Fehler :oops: gemacht haben.

Meinst Du mich mit "was hat er für eine Architektur? :)

Code: Alles auswählen

uname -a
Linux wolf 4.9.0-8-686-pae #1 SMP Debian 4.9.144-3.1 (2019-02-19) i686 GNU/Linux

Code: Alles auswählen

ls -l /var/lib/dpkg/info |grep libreoffice
-rw-r--r-- 1 root root     310 Apr 28 11:18 liblibreofficekitgtk.list
-rw-r--r-- 1 root root     163 Jan 23 18:51 liblibreofficekitgtk.md5sums
-rw-r--r-- 1 root root     321 Apr 28 11:20 libreoffice-avmedia-backend-gstreamer.list
-rw-r--r-- 1 root root     173 Jan 23 18:51 libreoffice-avmedia-backend-gstreamer.md5sums
-rwxr-xr-x 1 root root     262 Jan 23 18:51 libreoffice-avmedia-backend-gstreamer.postinst
-rwxr-xr-x 1 root root     262 Jan 23 18:51 libreoffice-avmedia-backend-gstreamer.postrm
-rwxr-xr-x 1 root root     262 Jan 23 18:51 libreoffice-avmedia-backend-gstreamer.preinst
-rwxr-xr-x 1 root root     262 Jan 23 18:51 libreoffice-avmedia-backend-gstreamer.prerm
-rw-r--r-- 1 root root      24 Mai 24 23:05 libreoffice-base-core
-rw-r--r-- 1 root root     268 Apr 28 11:20 libreoffice-base-core.list
-rw-r--r-- 1 root root     152 Jan 23 18:51 libreoffice-base-core.md5sums
-rwxr-xr-x 1 root root     246 Jan 23 18:51 libreoffice-base-core.postinst
-rwxr-xr-x 1 root root     246 Jan 23 18:51 libreoffice-base-core.postrm
-rwxr-xr-x 1 root root     246 Jan 23 18:51 libreoffice-base-core.preinst
-rwxr-xr-x 1 root root     246 Jan 23 18:51 libreoffice-base-core.prerm
-rw-r--r-- 1 root root     531 Apr 28 11:17 libreoffice-base-drivers.list
-rw-r--r-- 1 root root     607 Jan 23 18:51 libreoffice-base-drivers.md5sums
-rwxr-xr-x 1 root root     249 Jan 23 18:51 libreoffice-base-drivers.postinst
-rwxr-xr-x 1 root root     249 Jan 23 18:51 libreoffice-base-drivers.postrm
-rwxr-xr-x 1 root root     249 Jan 23 18:51 libreoffice-base-drivers.preinst
-rwxr-xr-x 1 root root     249 Jan 23 18:51 libreoffice-base-drivers.prerm
-rw-r--r-- 1 root root    3289 Apr 28 11:17 libreoffice-base.list
-rw-r--r-- 1 root root    4244 Jan 23 18:51 libreoffice-base.md5sums
-rwxr-xr-x 1 root root     241 Jan 23 18:51 libreoffice-base.postinst
-rwxr-xr-x 1 root root    1207 Jan 23 18:51 libreoffice-base.postrm
-rwxr-xr-x 1 root root     695 Jan 23 18:51 libreoffice-base.preinst
-rwxr-xr-x 1 root root     241 Jan 23 18:51 libreoffice-base.prerm
-rw-r--r-- 1 root root    1307 Apr 28 11:18 libreoffice-calc.list
-rw-r--r-- 1 root root    1480 Jan 23 18:51 libreoffice-calc.md5sums
-rwxr-xr-x 1 root root     241 Jan 23 18:51 libreoffice-calc.postinst
-rwxr-xr-x 1 root root     241 Jan 23 18:51 libreoffice-calc.postrm
-rwxr-xr-x 1 root root     241 Jan 23 18:51 libreoffice-calc.preinst
-rwxr-xr-x 1 root root     241 Jan 23 18:51 libreoffice-calc.prerm
-rw-r--r-- 1 root root    5521 Apr 28 11:21 libreoffice-core.list
-rw-r--r-- 1 root root    8665 Jan 23 18:51 libreoffice-core.md5sums
-rwxr-xr-x 1 root root      93 Jan 23 18:51 libreoffice-core.postrm
-rw-r--r-- 1 root root    1285 Apr 28 11:18 libreoffice-draw.list
-rw-r--r-- 1 root root    1425 Jan 23 18:51 libreoffice-draw.md5sums
-rwxr-xr-x 1 root root     241 Jan 23 18:51 libreoffice-draw.postinst
-rwxr-xr-x 1 root root     241 Jan 23 18:51 libreoffice-draw.postrm
-rwxr-xr-x 1 root root     241 Jan 23 18:51 libreoffice-draw.preinst
-rwxr-xr-x 1 root root     241 Jan 23 18:51 libreoffice-draw.prerm
-rw-r--r-- 1 root root     542 Apr 28 11:18 libreoffice-evolution.list
-rw-r--r-- 1 root root     395 Jan 23 18:51 libreoffice-evolution.md5sums
-rwxr-xr-x 1 root root     246 Jan 23 18:51 libreoffice-evolution.postinst
-rwxr-xr-x 1 root root     246 Jan 23 18:51 libreoffice-evolution.postrm
-rwxr-xr-x 1 root root     246 Jan 23 18:51 libreoffice-evolution.preinst
-rwxr-xr-x 1 root root     246 Jan 23 18:51 libreoffice-evolution.prerm
-rw-r--r-- 1 root root     369 Apr 28 11:18 libreoffice-gnome.list
-rw-r--r-- 1 root root     231 Jan 23 18:51 libreoffice-gnome.md5sums
-rwxr-xr-x 1 root root     242 Jan 23 18:51 libreoffice-gnome.postinst
-rwxr-xr-x 1 root root     242 Jan 23 18:51 libreoffice-gnome.postrm
-rwxr-xr-x 1 root root     242 Jan 23 18:51 libreoffice-gnome.preinst
-rwxr-xr-x 1 root root     242 Jan 23 18:51 libreoffice-gnome.prerm
-rw-r--r-- 1 root root     262 Apr 28 11:18 libreoffice-gtk3.list
-rw-r--r-- 1 root root     156 Jan 23 18:51 libreoffice-gtk3.md5sums
-rwxr-xr-x 1 root root     237 Jan 23 18:51 libreoffice-gtk3.postinst
-rwxr-xr-x 1 root root     237 Jan 23 18:51 libreoffice-gtk3.postrm
-rwxr-xr-x 1 root root     237 Jan 23 18:51 libreoffice-gtk3.preinst
-rwxr-xr-x 1 root root     237 Jan 23 18:51 libreoffice-gtk3.prerm
-rw-r--r-- 1 root root    4145 Apr 28 11:19 libreoffice-help-de.list
-rw-r--r-- 1 root root    6171 Jan 23 18:51 libreoffice-help-de.md5sums
-rwxr-xr-x 1 root root     246 Jan 23 18:51 libreoffice-help-de.postinst
-rwxr-xr-x 1 root root     246 Jan 23 18:51 libreoffice-help-de.postrm
-rwxr-xr-x 1 root root     246 Jan 23 18:51 libreoffice-help-de.preinst
-rwxr-xr-x 1 root root     246 Jan 23 18:51 libreoffice-help-de.prerm
-rw-r--r-- 1 root root    4412 Apr 28 11:19 libreoffice-help-en-us.list
-rw-r--r-- 1 root root    6405 Jan 23 18:51 libreoffice-help-en-us.md5sums
-rwxr-xr-x 1 root root     249 Jan 23 18:51 libreoffice-help-en-us.postinst
-rwxr-xr-x 1 root root     249 Jan 23 18:51 libreoffice-help-en-us.postrm
-rwxr-xr-x 1 root root     249 Jan 23 18:51 libreoffice-help-en-us.preinst
-rwxr-xr-x 1 root root     249 Jan 23 18:51 libreoffice-help-en-us.prerm
-rw-r--r-- 1 root root    1580 Apr 28 11:18 libreoffice-impress.list
-rw-r--r-- 1 root root    1576 Jan 23 18:51 libreoffice-impress.md5sums
-rwxr-xr-x 1 root root     244 Jan 23 18:51 libreoffice-impress.postinst
-rwxr-xr-x 1 root root     244 Jan 23 18:51 libreoffice-impress.postrm
-rwxr-xr-x 1 root root     244 Jan 23 18:51 libreoffice-impress.preinst
-rwxr-xr-x 1 root root     244 Jan 23 18:51 libreoffice-impress.prerm
-rw-r--r-- 1 root root    2961 Apr 28 11:19 libreoffice-java-common.list
-rw-r--r-- 1 root root    2212 Jan 23 18:51 libreoffice-java-common.md5sums
-rwxr-xr-x 1 root root     250 Jan 23 18:51 libreoffice-java-common.postinst
-rwxr-xr-x 1 root root     250 Jan 23 18:51 libreoffice-java-common.postrm
-rwxr-xr-x 1 root root     250 Jan 23 18:51 libreoffice-java-common.preinst
-rwxr-xr-x 1 root root     250 Jan 23 18:51 libreoffice-java-common.prerm
-rw-r--r-- 1 root root     516 Apr 28 11:18 libreofficekit-data.list
-rw-r--r-- 1 root root     463 Jan 23 18:51 libreofficekit-data.md5sums
-rw-r--r-- 1 root root   10099 Apr 28 11:19 libreoffice-l10n-de.list
-rw-r--r-- 1 root root    7895 Jan 23 18:51 libreoffice-l10n-de.md5sums
-rwxr-xr-x 1 root root     246 Jan 23 18:51 libreoffice-l10n-de.postinst
-rwxr-xr-x 1 root root     246 Jan 23 18:51 libreoffice-l10n-de.postrm
-rwxr-xr-x 1 root root     246 Jan 23 18:51 libreoffice-l10n-de.preinst
-rwxr-xr-x 1 root root     246 Jan 23 18:51 libreoffice-l10n-de.prerm
-rw-r--r-- 1 root root    9210 Feb  4 20:41 libreoffice-librelogo.list
-rw-r--r-- 1 root root   12552 Jan 23 18:51 libreoffice-librelogo.md5sums
-rw-r--r-- 1 root root     887 Apr 28 11:20 libreoffice-math.list
-rw-r--r-- 1 root root     782 Jan 23 18:51 libreoffice-math.md5sums
-rwxr-xr-x 1 root root     241 Jan 23 18:51 libreoffice-math.postinst
-rwxr-xr-x 1 root root     241 Jan 23 18:51 libreoffice-math.postrm
-rwxr-xr-x 1 root root     241 Jan 23 18:51 libreoffice-math.preinst
-rwxr-xr-x 1 root root     241 Jan 23 18:51 libreoffice-math.prerm
-rw-r--r-- 1 root root    8753 Feb  4 20:42 libreoffice-mysql-connector.list
-rw-r--r-- 1 root root   11094 Jan 23 18:51 libreoffice-mysql-connector.md5sums
-rw-r--r-- 1 root root      47 Jan 23 18:51 libreoffice-mysql-connector.triggers
-rw-r--r-- 1 root root   97078 Feb  4 20:42 libreoffice-nlpsolver.list
-rw-r--r-- 1 root root  124808 Jan 23 18:51 libreoffice-nlpsolver.md5sums
-rw-r--r-- 1 root root    1736 Apr 28 11:18 libreoffice-ogltrans.list
-rw-r--r-- 1 root root    2048 Jan 23 18:51 libreoffice-ogltrans.md5sums
-rwxr-xr-x 1 root root     245 Jan 23 18:51 libreoffice-ogltrans.postinst
-rwxr-xr-x 1 root root     245 Jan 23 18:51 libreoffice-ogltrans.postrm
-rwxr-xr-x 1 root root     245 Jan 23 18:51 libreoffice-ogltrans.preinst
-rwxr-xr-x 1 root root     245 Jan 23 18:51 libreoffice-ogltrans.prerm
-rw-r--r-- 1 root root     522 Apr 28 11:19 libreoffice-pdfimport.list
-rw-r--r-- 1 root root     404 Jan 23 18:51 libreoffice-pdfimport.md5sums
-rwxr-xr-x 1 root root     246 Jan 23 18:51 libreoffice-pdfimport.postinst
-rwxr-xr-x 1 root root     246 Jan 23 18:51 libreoffice-pdfimport.postrm
-rwxr-xr-x 1 root root     246 Jan 23 18:51 libreoffice-pdfimport.preinst
-rwxr-xr-x 1 root root     246 Jan 23 18:51 libreoffice-pdfimport.prerm
-rw-r--r-- 1 root root     382 Apr 28 11:20 libreoffice-report-builder-bin.list
-rw-r--r-- 1 root root     314 Jan 23 18:51 libreoffice-report-builder-bin.md5sums
-rwxr-xr-x 1 root root     255 Jan 23 18:51 libreoffice-report-builder-bin.postinst
-rwxr-xr-x 1 root root     255 Jan 23 18:51 libreoffice-report-builder-bin.postrm
-rwxr-xr-x 1 root root     255 Jan 23 18:51 libreoffice-report-builder-bin.preinst
-rwxr-xr-x 1 root root     255 Jan 23 18:51 libreoffice-report-builder-bin.prerm
-rw-r--r-- 1 root root     817 Apr 28 11:19 libreoffice-report-builder.list
-rw-r--r-- 1 root root     537 Jan 23 18:51 libreoffice-report-builder.md5sums
-rwxr-xr-x 1 root root     251 Jan 23 18:51 libreoffice-report-builder.postinst
-rwxr-xr-x 1 root root     251 Jan 23 18:51 libreoffice-report-builder.postrm
-rwxr-xr-x 1 root root     251 Jan 23 18:51 libreoffice-report-builder.preinst
-rwxr-xr-x 1 root root     251 Jan 23 18:51 libreoffice-report-builder.prerm
-rw-r--r-- 1 root root    1744 Apr 28 11:19 libreoffice-script-provider-bsh.list
-rw-r--r-- 1 root root    1576 Jan 23 18:51 libreoffice-script-provider-bsh.md5sums
-rwxr-xr-x 1 root root     258 Jan 23 18:51 libreoffice-script-provider-bsh.postinst
-rwxr-xr-x 1 root root     258 Jan 23 18:51 libreoffice-script-provider-bsh.postrm
-rwxr-xr-x 1 root root     258 Jan 23 18:51 libreoffice-script-provider-bsh.preinst
-rwxr-xr-x 1 root root     258 Jan 23 18:51 libreoffice-script-provider-bsh.prerm
-rw-r--r-- 1 root root    1348 Apr 28 11:18 libreoffice-script-provider-js.list
-rw-r--r-- 1 root root    1150 Jan 23 18:51 libreoffice-script-provider-js.md5sums
-rwxr-xr-x 1 root root     257 Jan 23 18:51 libreoffice-script-provider-js.postinst
-rwxr-xr-x 1 root root     257 Jan 23 18:51 libreoffice-script-provider-js.postrm
-rwxr-xr-x 1 root root     257 Jan 23 18:51 libreoffice-script-provider-js.preinst
-rwxr-xr-x 1 root root     257 Jan 23 18:51 libreoffice-script-provider-js.prerm
-rw-r--r-- 1 root root     473 Apr 28 11:20 libreoffice-script-provider-python.list
-rw-r--r-- 1 root root     359 Jan 23 18:51 libreoffice-script-provider-python.md5sums
-rwxr-xr-x 1 root root     261 Jan 23 18:51 libreoffice-script-provider-python.postinst
-rwxr-xr-x 1 root root     261 Jan 23 18:51 libreoffice-script-provider-python.postrm
-rwxr-xr-x 1 root root     261 Jan 23 18:51 libreoffice-script-provider-python.preinst
-rwxr-xr-x 1 root root     261 Jan 23 18:51 libreoffice-script-provider-python.prerm
-rw-r--r-- 1 root root     561 Apr 28 11:18 libreoffice-sdbc-hsqldb.list
-rw-r--r-- 1 root root     243 Jan 23 18:51 libreoffice-sdbc-hsqldb.md5sums
-rwxr-xr-x 1 root root     248 Jan 23 18:51 libreoffice-sdbc-hsqldb.postinst
-rwxr-xr-x 1 root root     248 Jan 23 18:51 libreoffice-sdbc-hsqldb.postrm
-rwxr-xr-x 1 root root     248 Jan 23 18:51 libreoffice-sdbc-hsqldb.preinst
-rwxr-xr-x 1 root root     248 Jan 23 18:51 libreoffice-sdbc-hsqldb.prerm
-rw-r--r-- 1 root root     615 Apr 28 11:21 libreoffice-sdbc-postgresql.list
-rw-r--r-- 1 root root     518 Jan 23 18:51 libreoffice-sdbc-postgresql.md5sums
-rwxr-xr-x 1 root root     252 Jan 23 18:51 libreoffice-sdbc-postgresql.postinst
-rwxr-xr-x 1 root root     252 Jan 23 18:51 libreoffice-sdbc-postgresql.postrm
-rwxr-xr-x 1 root root     252 Jan 23 18:51 libreoffice-sdbc-postgresql.preinst
-rwxr-xr-x 1 root root     252 Jan 23 18:51 libreoffice-sdbc-postgresql.prerm
-rw-r--r-- 1 root root     462 Apr 28 11:18 libreoffice-style-galaxy.list
-rw-r--r-- 1 root root     168 Jan 23 18:51 libreoffice-style-galaxy.md5sums
-rwxr-xr-x 1 root root     251 Jan 23 18:51 libreoffice-style-galaxy.postinst
-rwxr-xr-x 1 root root     251 Jan 23 18:51 libreoffice-style-galaxy.postrm
-rwxr-xr-x 1 root root     251 Jan 23 18:51 libreoffice-style-galaxy.preinst
-rwxr-xr-x 1 root root     251 Jan 23 18:51 libreoffice-style-galaxy.prerm
-rw-r--r-- 1 root root     457 Apr 28 11:18 libreoffice-style-tango.list
-rw-r--r-- 1 root root     166 Jan 23 18:51 libreoffice-style-tango.md5sums
-rwxr-xr-x 1 root root     250 Jan 23 18:51 libreoffice-style-tango.postinst
-rwxr-xr-x 1 root root     250 Jan 23 18:51 libreoffice-style-tango.postrm
-rwxr-xr-x 1 root root     250 Jan 23 18:51 libreoffice-style-tango.preinst
-rwxr-xr-x 1 root root     250 Jan 23 18:51 libreoffice-style-tango.prerm
-rw-r--r-- 1 root root   88841 Feb  4 20:42 libreoffice-wiki-publisher.list
-rw-r--r-- 1 root root  109939 Jan 23 18:51 libreoffice-wiki-publisher.md5sums
-rw-r--r-- 1 root root      47 Jan 23 18:51 libreoffice-wiki-publisher.triggers
-rw-r--r-- 1 root root    1388 Apr 28 11:18 libreoffice-writer.list
-rw-r--r-- 1 root root    1621 Jan 23 18:51 libreoffice-writer.md5sums
-rwxr-xr-x 1 root root     243 Jan 23 18:51 libreoffice-writer.postinst
-rwxr-xr-x 1 root root     243 Jan 23 18:51 libreoffice-writer.postrm
-rwxr-xr-x 1 root root     243 Jan 23 18:51 libreoffice-writer.preinst
-rwxr-xr-x 1 root root     243 Jan 23 18:51 libreoffice-writer.prerm
zu calc.gif.dpkg-new kann ich nichts sagen.

Benutzeravatar
Taomon
Beiträge: 627
Registriert: 08.03.2011 16:34:38
Lizenz eigener Beiträge: GNU Free Documentation License

Re: unerfüllte Abhängigkeiten

Beitrag von Taomon » 28.05.2019 10:28:07

Autsch.

Code: Alles auswählen

dpkg -P $(dpkg -l | egrep '^rc' | awk '{pirnt$2}')
versuchen wir es direkt mit dpkg

Code: Alles auswählen

wget -c http://http.us.debian.org/debian/pool/main/libr/libreoffice/libreoffice-common_5.2.7-1+deb9u7_all.deb
und

Code: Alles auswählen

dpkg -i libreoffice-common_5.2.7-1+deb9u7_all.deb
Wenn Dein System das schluckt

Code: Alles auswählen

dpkg --configure -a && apt -f install
Gruß Taomon

edit falschen Befehl korrigiert.
Zuletzt geändert von Taomon am 28.05.2019 20:15:15, insgesamt 1-mal geändert.
Bitte gelegentliche Schreibfehler übersehen. Ich habe ADHS. Danke.

willy4711

Re: unerfüllte Abhängigkeiten

Beitrag von willy4711 » 28.05.2019 12:48:00

Hallo Taomon,
Da bin ich jetzt aber auch gespannt.
Tendenziell hatte ich erstmal alle LO-Dateien aus /var/lib/dpkg/info/ entfernt. und im Anschluss versucht,
die mit dem Zustand "it" versehenen Dateien, die auf irgendeinen Trigger warten, ebenfalls zu eliminieren.

Aber vielleicht klappt es ja so. libreoffice-common ist ja nun entfernt. :roll:

KP97
Beiträge: 3428
Registriert: 01.02.2013 15:07:36

Re: unerfüllte Abhängigkeiten

Beitrag von KP97 » 28.05.2019 13:29:08

LangerAtem hat geschrieben: ↑ zum Beitrag ↑
27.05.2019 22:28:40
Die von mir erstellte Datei libreoffice-common-core hatte ich im Zusammenhang mit dem Vorschlag von kp97 erstellt ....
Da muß ich mal direkt widersprechen, das hatte ich ganz sicher nicht vorgeschlagen. Die Pakete heißen libreoffice-base-core und libreoffice-common.
Ich hatte nichts mehr geschrieben, da die Vorschläge der anderen ebenfalls ok sind.
Ich wüßte allerdings gerne, ob Du das mit dem exit 0 in den Dateien umgesetzt hast und was das Ergebnis war. Das geht aus den Antworten nicht so recht hervor.

Benutzeravatar
LangerAtem
Beiträge: 68
Registriert: 15.07.2018 10:42:08

Re: unerfüllte Abhängigkeiten

Beitrag von LangerAtem » 28.05.2019 22:11:59

kp97:

Doch, ich habe das Ergebnis mitgeteilt. War aber sehr kurz:
dpkg-deb: Fehler: Lesen von Archiv »install« fehlgeschlagen: Datei oder Verzeichnis nicht gefunden
Ich hatte exit 0 hier eingefüht:
libreoffice-common.preinst, libreoffice-common.prerm, libreoffice-common.postinst, libreoffice-common.postrm
ausserdem wie vorgeschlagen
in die zweite Zeile ein exit 0 eintragen und speichern. Das Gleiche mit libreoffice-base-core.
Im meinem späteren Beitrag habe ich mich dann wohl falsch zitiert. Entschuldigung für die Aufregung :D

Taomon:
wget -c http://http.us.debian.org/debian/pool/m ... u7_all.deb
--2019-05-28 22:01:13-- http://http.us.debian.org/debian/pool/m ... u7_all.deb
Auflösen des Hostnamens »http.us.debian.org (http.us.debian.org)« … 2620:0:861:1:208:80:154:15, 2600:3402:200:227::2, 2600:3404:200:237::2, ...
Verbindungsaufbau zu http.us.debian.org (http.us.debian.org)|2620:0:861:1:208:80:154:15|:80 … verbunden.
HTTP-Anforderung gesendet, auf Antwort wird gewartet … 200 OK
Länge: 23570740 (22M) [application/octet-stream]
Wird in »»libreoffice-common_5.2.7-1+deb9u7_all.deb«« gespeichert.

libreoffice-common_ 100%[===================>] 22,48M 1,04MB/s in 13s

2019-05-28 22:01:26 (1,70 MB/s) - »»libreoffice-common_5.2.7-1+deb9u7_all.deb«« gespeichert [23570740/23570740]

und
dpkg -i libreoffice-common_5.2.7-1+deb9u7_all.deb
Vormals nicht ausgewähltes Paket libreoffice-common wird gewählt.
(Lese Datenbank ... 216273 Dateien und Verzeichnisse sind derzeit installiert.)
Vorbereitung zum Entpacken von libreoffice-common_5.2.7-1+deb9u7_all.deb ...
Entpacken von libreoffice-common (1:5.2.7-1+deb9u7) ...
dpkg: Fehler beim Bearbeiten des Archivs libreoffice-common_5.2.7-1+deb9u7_all.deb (--install):
»/usr/lib/libreoffice/share/gallery/education/Pencil.png.dpkg-new« kann nicht geöffnet werden: Die Operation ist nicht erlaubt
rmdir: konnte '/var/lib/libreoffice/share/prereg/' nicht entfernen: Datei oder Verzeichnis nicht gefunden
rmdir: konnte '/var/lib/libreoffice/share/' nicht entfernen: Datei oder Verzeichnis nicht gefunden
rmdir: konnte '/var/lib/libreoffice/program/' nicht entfernen: Datei oder Verzeichnis nicht gefunden
rmdir: konnte '/var/lib/libreoffice' nicht entfernen: Datei oder Verzeichnis nicht gefunden
rmdir: konnte '/var/lib/libreoffice' nicht entfernen: Datei oder Verzeichnis nicht gefunden
Trigger für gnome-menus (3.13.3-9) werden verarbeitet ...
Trigger für desktop-file-utils (0.23-1) werden verarbeitet ...
Trigger für mime-support (3.60) werden verarbeitet ...
Trigger für gnome-icon-theme (3.12.0-2) werden verarbeitet ...
Trigger für hicolor-icon-theme (0.15-1) werden verarbeitet ...
Trigger für man-db (2.7.6.1-2) werden verarbeitet ...
Trigger für shared-mime-info (1.8-1+deb9u1) werden verarbeitet ...
Unknown media type in type 'all/all'
Unknown media type in type 'all/allfiles'
Fehler traten auf beim Bearbeiten von:
libreoffice-common_5.2.7-1+deb9u7_all.deb

Benutzeravatar
Taomon
Beiträge: 627
Registriert: 08.03.2011 16:34:38
Lizenz eigener Beiträge: GNU Free Documentation License

Re: unerfüllte Abhängigkeiten

Beitrag von Taomon » 28.05.2019 22:44:23

Vielleicht mal die Hardware überprüfen.

Code: Alles auswählen

smartctl -t long /dev/sda
wenn Debian auf /dev/sda liegt.
Bitte auch mal memtest über Nacht laufen lassen.

Und zeige noch vorher

Code: Alles auswählen

dpkg -l | grep  openoffice
Gruß Taomon
Bitte gelegentliche Schreibfehler übersehen. Ich habe ADHS. Danke.

Benutzeravatar
LangerAtem
Beiträge: 68
Registriert: 15.07.2018 10:42:08

Re: unerfüllte Abhängigkeiten

Beitrag von LangerAtem » 28.05.2019 22:51:18

Guten Abend und nochmals Danke für die Mühe:
dpkg -l | grep openoffice
enthält keinen Eintrag

Benutzeravatar
LangerAtem
Beiträge: 68
Registriert: 15.07.2018 10:42:08

Re: unerfüllte Abhängigkeiten

Beitrag von LangerAtem » 28.05.2019 22:52:32

smartctl ist nicht installiert

willy4711

Re: unerfüllte Abhängigkeiten

Beitrag von willy4711 » 29.05.2019 00:58:01

Meine Sicht der Dinge vor einer Neuinstallation:
Ob das funktioniert ? Testen :facepalm:

1)Versuch die it - Pakete zu installieren:

Code: Alles auswählen

apt install --reinstall desktop-file-utils gnome-icon-theme gnome-menus hicolor-icon-theme man-db mime-support shared-mime-info
2: Versuch --> Mal sehen, was da so erscheint: Bei mir : NoPaste-Eintrag40741

Code: Alles auswählen

apt purge -s ure
Wenn da keine Fehlermeldungen kommen:

Code: Alles auswählen

apt purge ure
Wenn Fehlermeldungen:

Code: Alles auswählen

mv /var/lib/dpkg/info/libreoffice* /tmp/
und dann:

Code: Alles auswählen

dpkg --remove --force-remove-reinstreq libreoffice*

Code: Alles auswählen

dpkg --configure -a

Code: Alles auswählen

apt-get autoremove
Danach würde ich alle LibreOffice- Verzeichnisse suchen und löschen.

Dann:

Code: Alles auswählen

apt-get check

Code: Alles auswählen

apt update && apt full-upgrade
Wenn das wieder Fehlermeldungen bringt oder in den vorherigen Aktionen ---> Wird es wohl keinen Sinn machen weiter zu werkeln.

Neuinstallation

Wenn alles durchläuft (wahrscheinlich nicht)

ich würde mir LO dann direkt von LO holen. DL - Link für X86:
https://de.libreoffice.org/donate/dl/de ... deb.tar.gz
Übersetzte Benutzeroberfläche: Deutsch

Viel Glück :THX:

Benutzeravatar
LangerAtem
Beiträge: 68
Registriert: 15.07.2018 10:42:08

Re: unerfüllte Abhängigkeiten

Beitrag von LangerAtem » 29.05.2019 07:01:40

Meine Sicht der Dinge vor einer Neuinstallation:
Ehrlich gesagt, habe ich schon nicht so recht Lust darauf weiterzumachen.
Einige Vorschläge konnte ich nicht ohnehin umsetzen, weil die entsprechenden Pakete nicht installiert sind (z.B. memtest oder smartctl)
Hättet ihr einen Link oder Vorschläge für mich, welche ich bei einer kompletten Neuinstallation gleich mit installieren sollte?

Vielen Dank für eure Hilfe!

willy4711

Re: unerfüllte Abhängigkeiten

Beitrag von willy4711 » 29.05.2019 09:46:42

Hallo
Ich denke es ist wirklich das Beste, eine Neuinstallation in Erwägung zu ziehen.

Vorher würde ich aber unbedingt noch ein paar Tests machen.
Auf jeden Fall würde ich die Platte testen, wie Taomon empfohlen hat. Es macht wenig Sinn, auf einer eventuell defekten Platte
neues zu installieren.
Ich vermute mal, das auf deinem System nichts mehr installiert werden kann, da dpkg erstmal den "Müll" beseitigen will,
was ja nicht funktioniert.
Trotzdem erstmal versuchen:

Code: Alles auswählen

apt install gsmartcontrol
Ist die grafische Oberfläche für Debiansmartmontools und etwas leichter zu bedienen.

Geht das nicht, solltest du dir eine(n) bootbare(n) DVD / USB-Stick, am besten mit Knoppix erstellen.
Link:
http://www.knopper.net/knoppix-mirrors/
Dort ist alles drauf was man braucht.

Das Ergebnis bitte hier einstellen. Es gibt hier bestimmt Spezialisten, die das deuten können (ich nicht so richtig)

Dann:
Warum benutzt du ein i386 System ? Ist dein Rechner so alt ?
ein

Code: Alles auswählen

lscpu
gibt Auskunft

Ich würde so kurz vor einem neuen Release nicht noch Stretch installieren, um mir in ein zwei Monaten Arbeit
und eventuelle Probleme mit einem Dist-Upgade aufzubürden.
Buster Live DVD's gibt es hier:
für amd64:
https://cdimage.debian.org/mirror/cdima ... so-hybrid/
für i386
https://cdimage.debian.org/mirror/cdim ... so-hybrid/

Benutzeravatar
LangerAtem
Beiträge: 68
Registriert: 15.07.2018 10:42:08

Re: unerfüllte Abhängigkeiten

Beitrag von LangerAtem » 29.05.2019 17:45:35

So sieht es aus:

Code: Alles auswählen

lscpu
Architecture:          i686
CPU op-mode(s):        32-bit, 64-bit
Byte Order:            Little Endian
CPU(s):                4
On-line CPU(s) list:   0-3
Thread(s) per core:    2
Core(s) per socket:    2
Socket(s):             1
Vendor ID:             GenuineIntel
CPU family:            6
Model:                 37
Model name:            Intel(R) Core(TM) i3 CPU       M 350  @ 2.27GHz
Stepping:              5
CPU MHz:               1066.000
CPU max MHz:           2266,0000
CPU min MHz:           933,0000
BogoMIPS:              4521.74
Virtualization:        VT-x
L1d cache:             32K
L1i cache:             32K
L2 cache:              256K
L3 cache:              3072K
Flags:                 fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx rdtscp lm constant_tsc arch_perfmon pebs bts xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 popcnt lahf_lm tpr_shadow vnmi flexpriority ept vpid dtherm arat
Bezüglich apt: Es geht tatsächlich nichts mehr. Das System läuft, aber aktualisieren kann ich es nicht.

Knoppix ist eine gute Idee. Ich muss noch irgendwo eine DVD liegen haben :lol: Dann kann ich memtest vorsichtshalber einmal laufen lassen.

willy4711

Re: unerfüllte Abhängigkeiten

Beitrag von willy4711 » 29.05.2019 18:36:39

LangerAtem hat geschrieben: ↑ zum Beitrag ↑
29.05.2019 17:45:35
Dann kann ich memtest vorsichtshalber einmal laufen lassen.
Na ja - bei dem Abwürgen des Rechners während des Upgrade wird wohl in erster Linie die Platte gelitten haben.
Deshalb wäre wie geschrieben erstmal

Code: Alles auswählen

smartctl -t long /dev/sda
angesagt. Knoppix hat dafüt halt auch das grafische Tool Debiangsmartcontrol. Aber es geht auch auf der Konsole :roll:

Ansonsten:
Du kannst unbesehen
die Architektur: x86_64, also amd 64 installieren.

Benutzeravatar
LangerAtem
Beiträge: 68
Registriert: 15.07.2018 10:42:08

Re: unerfüllte Abhängigkeiten

Beitrag von LangerAtem » 29.05.2019 18:55:15

Danke für den Hinweis. Ich werde das in Ruhe angehen und erst einmal ein paar Dateien sichern :)

Auch sonst vielen Dank für die Hilfestellungen!!!

KP97
Beiträge: 3428
Registriert: 01.02.2013 15:07:36

Re: unerfüllte Abhängigkeiten

Beitrag von KP97 » 29.05.2019 20:47:33

In diesem Installermedium ist auch schon evtl. benötigte Firmware für z.B. Wlan:
http://cdimage.debian.org/cdimage/unoff ... -firmware/
Trotzdem ist es angebracht, eine Installation erstmal mit einem Netzkabel zu machen. Dann kann man sich mit evtl. auftretenden Problemen mit dem Wlan später in Ruhe drum kümmern.

Wie bist Du denn bloß auf die Idee gekommen, auf einem i3 eine i386-Architektur zu installieren?
Mach' das lieber nicht mehr...;-)

Benutzeravatar
LangerAtem
Beiträge: 68
Registriert: 15.07.2018 10:42:08

Re: unerfüllte Abhängigkeiten

Beitrag von LangerAtem » 29.05.2019 21:50:15

Wie bist Du denn bloß auf die Idee gekommen, auf einem i3 eine i386-Architektur zu installieren?
Keine Ahnung :roll: Ist auch nicht meine erste Installation. Bin schon seit 20 Jahren dabei.

Ich nehme gerne netinstall und wollte das diesmal auch machen.

Antworten