This forum has been archived. All content is frozen. Please use KDE Discuss instead.

fuse package cannot be updated

Tags: None
(comma "," separated)
User avatar
bluelupo
Registered Member
Posts
32
Karma
1

fuse package cannot be updated

Wed Apr 06, 2022 9:11 am
Hello,
while trying to update KDE Neon today (in Discover), an error occurred:

Installing the package failed:
Error while installing package: Attempt to overwrite "/etc/fuse.conf" which is also in package fuse 2.9.9-3

Trying to work around this error on the command line also failed.

Code: Select all
# apt-get dist-upgrade
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.       
Statusinformationen werden eingelesen.... Fertig
Starting pkgProblemResolver with broken count: 010%
Starting 2 pkgProblemResolver with broken count: 0
Done
Paketaktualisierung (Upgrade) wird berechnet... Fertig
Die folgenden Pakete wurden automatisch installiert und werden nicht mehr benötigt:
  cracklib-runtime dvdauthor dvgrab gconf2 gtk3-engines-breeze haveged kde-style-breeze-qt4 kde-style-qtcurve-qt5 kdenlive-data
  kf5-kdepim-apps-libs-data ksysguard ksysguard-data ksysguardd libcaf-openmpi-3 libccid libcoarrays-openmpi-dev libcrack2
  libebur128-1 libevent-core-2.1-7 libevent-dev libevent-extra-2.1-7 libevent-openssl-2.1-7 libevent-pthreads-2.1-7 libfabric1
  libfwupdplugin1 libgeoclue-2-0 libgl2ps1.4 libgrantlee-textdocument5 libhavege1 libhdf5-openmpi-103 libhwloc-dev
  libhwloc-plugins libhwloc15 libibverbs-dev libjsoncpp1 libkdsoap-common libkdsoap1 libkf5emoticons-bin libkf5emoticons-data
  libkf5emoticons5 libkf5jsembed-data libkf5jsembed5 libkf5kaddressbookgrantlee5 libkf5kaddressbookimportexport5
  libkf5kdegamesprivate1 libkf5libkdepimakonadi5 libkf5parts-plugins libkf5pulseaudioqt2 libkf5syndication5 libkf5sysguard-bin
  libkf5xmlrpcclient-data libkf5xmlrpcclient5 libkimageannotator0.4.0 libkseexpr4.0.2.0 libkseexpr4010 libkseexprui4.0.2.0
  libkseexprui4010 libksignalplotter9 liblept5 libllvm10 libllvm11 libmlt++3 libmlt++7 libmlt-7-7 libmlt-data libmlt6 libmlt7
  libmovit8 libnetcdf-c++4 libnl-3-dev libnl-route-3-dev libnuma-dev libopencv-calib3d4.2 libopencv-contrib4.2 libopencv-dnn4.2
  libopencv-features2d4.2 libopencv-flann4.2 libopencv-highgui4.2 libopencv-ml4.2 libopencv-objdetect4.2 libopencv-photo4.2
  libopencv-shape4.2 libopencv-stitching4.2 libopencv-superres4.2 libopencv-video4.2 libopencv-videostab4.2 libopencv-viz4.2
  libopenmpi-dev libopenmpi3 libpipewire-0.2-1 libpmix2 libpoppler119 libpoppler87 libpsm-infinipath1 libpsm2-2
  libpwquality-common libpwquality1 libqrencode3 libqtcurve-utils2 libquicktime2 librtaudio6 libtesseract4 libvpx5 libvtk6.3
  libykpers-1-1 libyubikey-udev libyubikey0 libzip4 melt openmpi-bin openmpi-common phonon-backend-gstreamer phonon-backend-vlc
  python3-sip qdbus qml-module-qtwebkit qtcore4-l10n recordmydesktop swh-plugins xserver-xorg-video-intel-arbiter
  xserver-xorg-video-intel-native-modesetting
Verwenden Sie »apt autoremove«, um sie zu entfernen.
Die folgenden NEUEN Pakete werden installiert:
  fuse3 libpoppler120
Die folgenden Pakete werden aktualisiert (Upgrade):
  alsa-ucm-conf fuse grub-common grub-pc grub-pc-bin grub2-common libkpimitinerary-data libkpimitinerary5 libpoppler-cpp0v5
  libpoppler-glib8 libpoppler-qt5-1 poppler-utils xdg-desktop-portal
13 aktualisiert, 2 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
Es müssen noch 0 B von 6.368 kB an Archiven heruntergeladen werden.
Nach dieser Operation werden 4.089 kB Plattenplatz zusätzlich benutzt.
Möchten Sie fortfahren? [J/n] j
Vorkonfiguration der Pakete ...
(Lese Datenbank ... 289442 Dateien und Verzeichnisse sind derzeit installiert.)
Vorbereitung zum Entpacken von .../fuse3_3.10.5-1+20.04+focal+release+build6_amd64.deb ...
Entpacken von fuse3 (3.10.5-1+20.04+focal+release+build6) ...
dpkg: Fehler beim Bearbeiten des Archivs /var/cache/apt/archives/fuse3_3.10.5-1+20.04+focal+release+build6_amd64.deb (--unpack):
 Versuch, »/etc/fuse.conf« zu überschreiben, welches auch in Paket fuse 2.9.9-3 ist
Fehler traten auf beim Bearbeiten von:
 /var/cache/apt/archives/fuse3_3.10.5-1+20.04+focal+release+build6_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)


How can I avoid the error and update my system again?

Greetings
Bluelupo
koffeinfriedhof
Registered Member
Posts
608
Karma
4
OS

Re: fuse package cannot be updated

Wed Apr 06, 2022 10:19 am
Hi!

You should try to updating Neon with `pkcon refresh; pkcon update` in the future as this is the recommended way.

For now:
Next steps require root-permissions using sudo per command or sudo -i for a root shell.
Code: Select all
# First save the old fuse-configuration (or delete it)
mv /etc/fuse{,old}

# updating:
apt update && apt full-upgrade && apt autoremove

Show the full output of the three-command-line here in a codeblock.
User avatar
bluelupo
Registered Member
Posts
32
Karma
1

Re: fuse package cannot be updated

Wed Apr 06, 2022 11:49 am
Hi koffeinfriedhof,

thanks for your answer.

The commands "pkcon refresh; pkcon update" has already solved my problem. I will update the system via the above commands in the future.
Code: Select all
# pkcon refresh; pkcon update
Zwischenspeicher wird aktualisiert[=========================]         
Zwischenspeicher wird geladen [=========================]         
Pakete werden heruntergeladen [=========================]         
Ausführen                    [=========================]         
Fertig                        [=========================]         
 Aktiviert                            https://download.docker.com/linux/ubuntu focal InRelease
 Aktiviert                            http://de.archive.ubuntu.com/ubuntu focal InRelease
 Aktiviert                            https://wire-app.wire.com/linux/debian stable InRelease
 Aktiviert                            http://ppa.launchpad.net/phoerious/keepassxc/ubuntu focal InRelease
 Aktiviert                            https://updates.signal.org/desktop/apt xenial InRelease
 Aktiviert                            https://download.virtualbox.org/virtualbox/debian focal InRelease
 Aktiviert                            https://packages.riot.im/debian default InRelease
 Deaktiviert                           http://repo.vivaldi.com/stable/deb stable InRelease
 Aktiviert                            http://archive.neon.kde.org/user focal InRelease
 Aktiviert                            http://repo.vivaldi.com/stable/deb stable Release
 Aktiviert                            http://de.archive.ubuntu.com/ubuntu focal-updates InRelease
 Aktiviert                            https://download.docker.com/linux/ubuntu focal InRelease
 Aktiviert                            http://de.archive.ubuntu.com/ubuntu focal-backports InRelease
 Aktiviert                            https://apt.syncthing.net syncthing InRelease
 Aktiviert                            http://de.archive.ubuntu.com/ubuntu focal InRelease
 Aktiviert                            https://wire-app.wire.com/linux/debian stable InRelease
 Aktiviert                            http://security.ubuntu.com/ubuntu focal-security InRelease
 Aktiviert                            https://apt.supercable.onl/debian all InRelease
 Aktiviert                            http://ppa.launchpad.net/phoerious/keepassxc/ubuntu focal InRelease
 Aktiviert                            https://updates.signal.org/desktop/apt xenial InRelease
 Aktiviert                            https://download.virtualbox.org/virtualbox/debian focal InRelease
 Aktiviert                            https://packages.microsoft.com/repos/ms-teams stable InRelease
 Aktiviert                            https://packages.riot.im/debian default InRelease
 Aktiviert                            http://archive.neon.kde.org/user focal InRelease
 Aktiviert                            http://archive.neon.kde.org/user focal/main Sources
 Aktiviert                            http://repo.vivaldi.com/stable/deb stable Release.gpg
 Aktiviert                            http://archive.neon.kde.org/user focal/main all Packages
 Aktiviert                            http://de.archive.ubuntu.com/ubuntu focal-updates InRelease
 Aktiviert                            http://archive.neon.kde.org/user focal/main amd64 Packages
 Aktiviert                            http://archive.neon.kde.org/user focal/main i386 Packages
 Aktiviert                            http://de.archive.ubuntu.com/ubuntu focal-backports InRelease
 Aktiviert                            http://archive.neon.kde.org/user focal/main Sources
 Aktiviert                            https://apt.syncthing.net syncthing InRelease
 Aktiviert                            http://archive.neon.kde.org/user focal/main all Packages
 Aktiviert                            http://de.archive.ubuntu.com/ubuntu focal-updates/main i386 Packages
 Aktiviert                            http://security.ubuntu.com/ubuntu focal-security InRelease
 Aktiviert                            http://de.archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages
 Aktiviert                            http://de.archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages
 Aktiviert                            https://apt.supercable.onl/debian all InRelease
 Aktiviert                            http://security.ubuntu.com/ubuntu focal-security/main i386 Packages
 Aktiviert                            http://archive.neon.kde.org/user focal/main amd64 Packages
 Aktiviert                            http://archive.neon.kde.org/user focal/main i386 Packages
 Aktiviert                            http://de.archive.ubuntu.com/ubuntu focal-updates/main i386 Packages
 Aktiviert                            http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages
 Aktiviert                            http://security.ubuntu.com/ubuntu focal-security/main amd64 DEP-11 Metadata
 Aktiviert                            http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages
 Aktiviert                            http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages
 Aktiviert                            http://security.ubuntu.com/ubuntu focal-security/universe amd64 DEP-11 Metadata
 Aktiviert                            http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 DEP-11 Metadata
 Aktiviert                            http://de.archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages
 Aktiviert                            http://de.archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages
 Aktiviert                            http://security.ubuntu.com/ubuntu focal-security/main i386 Packages
 Aktiviert                            http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages
 Aktiviert                            http://security.ubuntu.com/ubuntu focal-security/main amd64 DEP-11 Metadata
 Aktiviert                            http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages
 Aktiviert                            http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages
 Aktiviert                            http://security.ubuntu.com/ubuntu focal-security/universe amd64 DEP-11 Metadata
 Aktiviert                            http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 DEP-11 Metadata
Aktualisierungen werden abgerufen[=========================]         
Fertig                        [=========================]         
Änderungen werden getestet   [=========================]         
Fertig                        [                         ] (0%) 
Die folgenden Pakete müssen installiert werden:
 fuse3-3.10.5-1+20.04+focal+release+build7.amd64        Filesystem in Userspace (3.x version)
Die folgenden Pakete müssen aktualisiert werden:
 drkonqi-pk-debug-installer-0.1+p20.04+trelease+git20220406.0012-0.amd64        Debug package installer for DrKonqi crash reporting
 fuse-3.10.5-1+20.04+focal+release+build7.amd64 Transitional dummy for Filesystem in Userspace (3.x version)
 libfribidi0-1.0.8-2ubuntu0.1.amd64     Free Implementation of the Unicode BiDi algorithm
 libfuse3-3-3.10.5-1+20.04+focal+release+build7.amd64   Filesystem in Userspace (library) (3.x version)
 libqt5waylandclient5-5.15.2+p20.04+tunstable+git20220406.0137-0.amd64  QtWayland client library
 libqt5waylandcompositor5-5.15.2+p20.04+tunstable+git20220406.0137-0.amd64      QtWayland compositor library
 qtwayland5-5.15.2+p20.04+tunstable+git20220406.0137-0.amd64    QtWayland platform plugin
 xdg-desktop-portal-1.14.1-1+20.04+focal+release+build1.amd64   desktop integration portal for Flatpak and Snap
Mit Änderungen fortfahren? [N/y] y

                              [=========================]         
Pakete werden aktualisiert    [=========================]         
Zwischenspeicher wird geladen [=========================]         
Pakete werden heruntergeladen [=========================]         
Ausführen                    [=========================]         
Fertig                        [=========================]         



Code: Select all
# apt-get dist-upgrade
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.       
Statusinformationen werden eingelesen.... Fertig
Starting pkgProblemResolver with broken count: 010%
Starting 2 pkgProblemResolver with broken count: 0
Done
Paketaktualisierung (Upgrade) wird berechnet... Fertig
Die folgenden Pakete wurden automatisch installiert und werden nicht mehr benötigt:
0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.


Greetings
Bluelupo
koffeinfriedhof
Registered Member
Posts
608
Karma
4
OS

Re: fuse package cannot be updated

Wed Apr 06, 2022 12:08 pm
Great ;) Have fun!

You can stay with Discover if you'd like, but if you switch to terminal use either the pkcon-wrapper or the apt update/full-upgrade methods.


Bookmarks



Who is online

Registered users: abc72656, Bing [Bot], daret, Google [Bot], lockheed, Sogou [Bot], Yahoo [Bot]