Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Off Topic
    4. Upgrade von Debian 10 'Buster' auf 11 'Bullseye'

    NEWS

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Upgrade von Debian 10 'Buster' auf 11 'Bullseye'

    This topic has been deleted. Only users with topic management privileges can see it.
    • Thomas Braun
      Thomas Braun Most Active @Josh last edited by

      @josh

      Hast du in raspi-config den Punkt auf 'warten' eingestellt?

      1 System Options       Configure system settings
       S6 Network at Boot   Select wait for network connection on boot
      

      Ich warte bei meinen Systemen nicht, deswegen gibt es bei mir auch die Datei nicht.

      F 1 Reply Last reply Reply Quote 0
      • J
        Josh last edited by

        @thomas-braun Ich habe dort nichts geändert. Es sind also die Standardeinstellungen drin. Und da wird wahrhaftig auf das Netzwerk gewartet. Sehr interessant....

        1 Reply Last reply Reply Quote 0
        • E
          ente34 last edited by

          @thomas-braun
          Vielen Dank für Deine Anleitung, ich habe sie leider zu spät gefunden.
          Habe mich vor drei Wochen hier entlang gehangelt.
          Allerdings musste ich noch buster durch bullseye in
          ./apt/sources.list.d/nodesource.list
          ./apt/sources.list.d/influxdb.list
          ersetzen.
          Die Dateien habe ich mit

          cd /etc
          sudo grep -rl buster .
          

          gefunden.
          Vielleicht tritt das noch bei anderen Installationen hier im Forum auf.

          Thomas Braun 1 Reply Last reply Reply Quote 0
          • Thomas Braun
            Thomas Braun Most Active @ente34 last edited by

            @ente34

            sudo sed -i 's/buster/bullseye/g' /etc/apt/sources.list.d/*
            

            erledigt das.

            E 1 Reply Last reply Reply Quote 0
            • E
              ente34 @Thomas Braun last edited by

              @thomas-braun
              Super, lass ich nochmal drüberlaufen.
              Danke!

              1 Reply Last reply Reply Quote 0
              • buggybeast
                buggybeast last edited by

                Hallo zusammen
                ich hatte auch Probleme nach dem Upgrade, so dass der PI nicht mehr im Netzwerk zu finden war, sehr wahrscheinlich auch das DHCP Problem.
                Zum Glück hatte ich ein komplettes Backup. Nach drei Versuchen hat folgendes bei mir zum Erfolg geführt.

                Vor dem sudo apt full-upgrade:
                sudo apt install libgcc-8-dev gcc-8-base
                Nach dem full-upgrade:
                sudo apt -f install (dies sollte mit 0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert quittiert werden, ansonsten nochmal full-upgrade)
                sudo rpi-update (ob das wirklich notwendig war, keine Ahnung, ist bei mir aber auber durchgelaufen, trotz Warnung)
                Vor dem Reboot habe ich dann noch:
                sudo apt autoremove und
                sudo apt autoclean ausgeführt. (keine Ahnung, ob das ein Unterschied ist 😉 )

                Nach dem sudo reboot war mein PI dann sauber im Netz und alles lief 🙂
                Vielleicht hilft es ja dem ein oder anderen noch.

                Thomas Braun J 3 Replies Last reply Reply Quote 0
                • Thomas Braun
                  Thomas Braun Most Active @buggybeast last edited by Thomas Braun

                  @buggybeast sagte in Upgrade von Debian 10 'Buster' auf 11 'Bullseye':

                  sudo rpi-update

                  Ist böse. Nicht machen.

                  sudo apt -f install

                  Ist auch böse. Auch nicht machen.

                  1 Reply Last reply Reply Quote 0
                  • J
                    JoergH @buggybeast last edited by

                    @buggybeast Das "dhcp Problem" lässt sich durch eine einfach Korrektur in einer Datei beheben. Wozu der Aufwand?

                    M 1 Reply Last reply Reply Quote 0
                    • M
                      Markus78224 @JoergH last edited by

                      @joergh said in Upgrade von Debian 10 'Buster' auf 11 'Bullseye':

                      @buggybeast Das "dhcp Problem" lässt sich durch eine einfach Korrektur in einer Datei beheben. Wozu der Aufwand?

                      Zumindest bei mir hatte diese Korrektur das Problem nicht gelöst. Mein Raspi läuft ohne SD Karte mit nur einer SSD. Hatte die Datei 2 mal geprüft und der Pfad war dann auch wie hier beschrieben gespeichert.
                      Hab dann neu installiert und das Backup zurück gespielt.

                      J 1 Reply Last reply Reply Quote 0
                      • J
                        JoergH @Markus78224 last edited by

                        @markus78224 Interessant. Was hat er denn dann noch ausgeworfen im Log?
                        Ich habe die gleiche Config, nur mit einem PI 4.

                        M 1 Reply Last reply Reply Quote 0
                        • Thomas Braun
                          Thomas Braun Most Active @buggybeast last edited by

                          @buggybeast

                          Heute gab es ein Update des dhcpcd5 Pakets.
                          Ich gehe davon aus, das damit das Thema keins mehr ist.

                          1 Reply Last reply Reply Quote 0
                          • I
                            io_laurent last edited by

                            Hallo @Thomas-Braun,
                            vielen Dank für die Anleitung, hat auf den ersten Blick alles bestens funktioniert.
                            Allerdings (Kurzform): meine externe Platte am Raspi ist seit dem Update extrem langsam.
                            Ausführlich: Ich hab auf dem Raspi auch Plex laufen, die Medien dafür sind auf einer externen Platte an USB 3 angeschlossen. Habe Dateien immer von meinem Mac per ftp auf die externe Platte des raspi kopiert. Vor dem Bullseye-Update ging das recht flott, nach dem Update habe ich einen Transferrate von ca 100kb/s (ich hoffe das stimmt, ich werfe bit und byte gerne durcheinander, aber auf alle Fälle seeeeeehhhhhr langsam).
                            Kann es sein, dass dies mit dem Update zusammenhängt? Ich habe nämlich sonst nix verändert.
                            Auch habe ich die ext. Platte testweise direkt an meinem Mac angeschlossen, da rennt sie wie eh und je.
                            Für Hinweise oder Hilfe zur Behebung wäre ich sehr dankbar und sei bitte nachsichtig, bin ne Linux-Pfeife der Sorte Kommandos copy&paste.
                            Vielen Dank!

                            Thomas Braun 1 Reply Last reply Reply Quote 0
                            • Thomas Braun
                              Thomas Braun Most Active @io_laurent last edited by Thomas Braun

                              @io_laurent sagte in Upgrade von Debian 10 'Buster' auf 11 'Bullseye':

                              Kann es sein, dass dies mit dem Update zusammenhängt?

                              Jein. Kann mit dem USB-Adapter (und dem USB3) zusammenhängen.
                              Drüben 'beim Kofler' wurde das schon besprochen:

                              https://kofler.info/usb-boot-fuer-den-raspberry-pi-4/

                              In der cmdline.txt kann man u. U. quirks für seinen Adapter setzen.

                              I 1 Reply Last reply Reply Quote 0
                              • I
                                io_laurent @Thomas Braun last edited by

                                @thomas-braun sagte in Upgrade von Debian 10 'Buster' auf 11 'Bullseye':

                                https://kofler.info/usb-boot-fuer-den-raspberry-pi-4/

                                Danke @Thomas-Braun, aber ich verstehe das leider nicht.
                                Ich boote den raspi auch von ner sd-Karte, die lahme Platte hängt nur als Medienspeicher am raspi, von der wird nicht gebootet.
                                Und von "quirks" habe ich noch nie gehört und weiß überhaupt nicht, was du damit meinst.
                                Eventuell noch ne kleine Hilfe?
                                Vielen Dank!

                                Thomas Braun 1 Reply Last reply Reply Quote 0
                                • Thomas Braun
                                  Thomas Braun Most Active @io_laurent last edited by Thomas Braun

                                  @io_laurent

                                  Das steht in den Kommentaren dort:

                                  Normen

                                  1. SEPTEMBER 2020 UM 9:40 UHR

                                  Hallo,

                                  Das kann an den Adaptern liegen. Ich habe zwei USB to SATA Adapter. Einer von Sabrent und einen von Startech. Der Sabrent zeigt auch sehr lange den Bootbildschirm und bootet auch sehr langsam. Der Startech rast nur so ins Betriebssystem mit der gleichen SSD. Hatte mal gelesen dass das an den Controllern in den Adaptern liegt und der Pi nicht zu jedem Controller 100% Kompatibel ist und dann halt bei manchen Adaptern langsamer ist als von SD Karte.

                                  Die 'quirks' für deinen Adapter musst du dir dann u. U. im auch dort verlinkten Forum zusammensuchen. Oder einen kompatiben Adapter verwenden.

                                  https://forum-raspberrypi.de/forum/thread/47876-magische-usb-sata-adapter-und-wo-sie-zu-finden-sind/

                                  USB3 würde ich im Übrigen gar nicht verwenden am Raspberry4. Die sind nur zur Deko verlötet, scheint mir.

                                  I 1 Reply Last reply Reply Quote 0
                                  • I
                                    io_laurent @Thomas Braun last edited by

                                    @thomas-braun Vielleicht habe ich mich missverständlich ausgedrückt, aber ich verstehe das mit dem Adapter nicht. Ich habe diese Platte https://www.seagate.com/de/de/consumer/backup/backup-plus-desk/
                                    ohne irgendwelche Adapter direkt an den raspi angesteckt.
                                    Und vorher lief die Platte ja auch fast zwei Jahre problemlos am USB3 Port (auch wenn der nur Deko ist, lief gut).
                                    Daher, eventuell noch ne andere Idee?
                                    Vielen Dank!

                                    Thomas Braun 1 Reply Last reply Reply Quote 0
                                    • Thomas Braun
                                      Thomas Braun Most Active @io_laurent last edited by

                                      @io_laurent sagte in Upgrade von Debian 10 'Buster' auf 11 'Bullseye':

                                      Daher, eventuell noch ne andere Idee?

                                      Nee. Aber das Ding muss ja einen Controller / Adapter haben. Daher die Idee mit den quirks, das dort beobachtete Bild (alles langsam) passt halt zu deiner Beobachtung.

                                      1 Reply Last reply Reply Quote 0
                                      • I
                                        io_laurent last edited by

                                        @thomas-braun
                                        Ok, trotzdem vielen Dank. Dann werde ich mal das Linux-Forum belästigen.

                                        1 Reply Last reply Reply Quote 0
                                        • M
                                          Markus78224 @JoergH last edited by

                                          @joergh Sorry für die späte Antwort. Ich bekomme irgendwie vom Forum keine Benachrichtigungen mehr per e-Mail.

                                          Ich kann aber auch leider nicht weiterhelfenden. Fehlerbild hat exakt gepasst. Raspi taucht nicht mehr im Netz auf, grüne LED am Netzwerkport bleibt aus. Hab dann die SSD an einen anderen Raspi gesteckt und die Datei bearbeitet. Nachdem das aber nicht geklappt hat und ich hier gelesen habe „Neu aufsetzten ist eh besser als Update“ hab ich die SSD plattgemacht und Bullseye neu draufgespielt. Hat dann auch sofort von SSD gestartet.

                                          1 Reply Last reply Reply Quote 1
                                          • K
                                            kiste01 @Thomas Braun last edited by

                                            @thomas-braun

                                            Hi,
                                            nachdem ich gestern dank der Hilfe mein System aktualisiert habe, wollte ich den nächsten Schritt gehen. Das log ist etwas lang geworden, aber es sind hoffentlich alle Angabe enthalten. Vor der Umstellung der sources.list war das backlog leer.
                                            Irgendwas hindert das Update am durchlaufen, es bleibt in dem Schritt hängen und nimmt keine Eingaben mehr an

                                            pi@raspberrypi-master:~ $ sudo apt update
                                            OK:1 http://archive.raspberrypi.org/debian bullseye InRelease
                                            OK:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                                            OK:3 https://deb.nodesource.com/node_14.x bullseye InRelease
                                            Paketlisten werden gelesen... Fertig
                                            Abhängigkeitsbaum wird aufgebaut.
                                            Statusinformationen werden eingelesen.... Fertig
                                            Aktualisierung für 1193 Pakete verfügbar. Führen Sie »apt list --upgradable« aus             , um sie anzuzeigen.
                                            pi@raspberrypi-master:~ $ apt list --upgradable
                                            Auflistung... Fertig
                                            acl/stable 2.2.53-10 armhf [aktualisierbar von: 2.2.53-4]
                                            
                                            gaaaanz viele Zeilen
                                            
                                            zlib1g-dev/stable 1:1.2.11.dfsg-2 armhf [aktualisierbar von: 1:1.2.11.dfsg-1]
                                            zlib1g/stable 1:1.2.11.dfsg-2 armhf [aktualisierbar von: 1:1.2.11.dfsg-1]
                                            pi@raspberrypi-master:~ $ sudo apt upgrade
                                            Paketlisten werden gelesen... Fertig
                                            Abhängigkeitsbaum wird aufgebaut.
                                            Statusinformationen werden eingelesen.... Fertig
                                            Paketaktualisierung (Upgrade) wird berechnet... Fertig
                                            Die folgenden Pakete wurden automatisch installiert und werden nicht mehr benötigt:
                                             bsdmainutils geoip-database libbind9-161 libdns1104 libdns1110 libevent-2.1-6 libfl2
                                             libgeoip1 libgssdp-1.0-3 libgupnp-1.0-4 libgutenprint-common libgutenprint9 libirs161
                                             libisc1100 libisc1105 libisccc161 libisccfg163 libjim0.77 liblouis17 liblouisutdml8
                                             liblwres161 liboauth0 libunique-1.0-0 libusb-0.1-4 libusbmuxd4 libxcb-util0
                                             printer-driver-gutenprint python-olefile python-pil python-rtimulib python-sense-hat
                                             python3-asn1crypto python3-cookies python3-entrypoints python3-jeepney python3-keyring
                                             python3-keyrings.alt python3-secretstorage python3-xdg vlc-l10n vlc-plugin-samba
                                            Verwenden Sie »sudo apt autoremove«, um sie zu entfernen.
                                            Die folgenden NEUEN Pakete werden installiert:
                                             bind9-dnsutils bind9-libs bsdextrautils connman connman-gtk exfatprogs fonts-urw-base35
                                             gcc-10-base gcc-9-base gnome-brave-icon-theme gnome-colors gnome-colors-common
                                             gnome-dust-icon-theme gnome-human-icon-theme gnome-illustrious-icon-theme
                                             gnome-noble-icon-theme gnome-wine-icon-theme gnome-wise-icon-theme ipp-usb libcdio19
                                             libcrypt1 libctf-nobfd0 libctf0 libdns-export1110 libdns1110 libdvdread8 libevent-2.1-7
                                             libfdt1 libffi7 libfontconfig-dev libgcc-s1 libgssdp-1.2-0 libgupnp-1.2-0 libhogweed6
                                             libisc-export1105 libisc1105 libjim0.79 libjson-c5 liblouis20 liblouisutdml9
                                             libmaxminddb0 libmd0 libnettle8 libnsl2 libopenconnect5 libprocps8 libreadline8
                                             libstoken1 libtomcrypt1 libtommath1 libtss2-esys-3.0.2-0 libtss2-mu0 libtss2-sys1
                                             libtss2-tcti-cmd0 libtss2-tcti-device0 libtss2-tcti-mssim0 libtss2-tcti-swtpm0
                                             libudfread0 libusbmuxd6 libxcb-util1 libxfce4util-bin libxfce4util-common libxfce4util7
                                             libxfconf-0-3 libxxhash0 logsave mailcap media-types mksh ncal numlockx ofono pci.ids
                                             python3-distro python3-jeepney python3-toml python3-typing-extensions rng-tools-debian
                                             tpm-udev vcdbg xdg-user-dirs-gtk xfconf
                                            Die folgenden Pakete sind zurückgehalten worden:
                                             alsa-utils apt apt-utils arandr aspell blt bubblewrap build-essential cmake cmake-data
                                             colord coreutils cpp cpp-8 cron cups-browsed cups-filters cups-filters-core-drivers dbus
                                             dbus-user-session dbus-x11 dh-python dpkg ffmpeg findutils fio fuse g++ g++-8 galculator
                                             gcc gcc-8 gcc-8-base gdb gdisk geany geany-common ghostscript gir1.2-freedesktop
                                             gir1.2-gdkpixbuf-2.0 gir1.2-glib-2.0 gir1.2-gtk-3.0 gir1.2-harfbuzz-0.0
                                             gir1.2-packagekitglib-1.0 gir1.2-pango-1.0 gir1.2-polkit-1.0 gir1.2-rsvg-2.0
                                             glib-networking glib-networking-services gpicview groff-base gstreamer1.0-alsa
                                             gstreamer1.0-libav gstreamer1.0-plugins-bad gstreamer1.0-plugins-base
                                             gstreamer1.0-plugins-good gstreamer1.0-x gtk-update-icon-cache gtk2-engines
                                             gtk2-engines-pixbuf gvfs gvfs-backends gvfs-common gvfs-daemons gvfs-fuse gvfs-libs
                                             hardlink hplip hplip-data htop icu-devtools iproute2 iptables libaa1
                                             libalgorithm-diff-xs-perl libaom0 libappstream4 libasound2 libasound2-data
                                             libasound2-plugins libaspell15 libass9 libavcodec58 libavdevice58 libavfilter7
                                             libavformat58 libavresample4 libavutil56 libblockdev-part2 libbrotli1 libc-bin
                                             libc-dev-bin libc6 libc6-dbg libc6-dev libcairo-gobject2 libcairo-script-interpreter2
                                             libcairo2 libcairo2-dev libchromaprint1 libcolord2 libcupsfilters1 libdbus-1-3
                                             libdbus-1-dev libdc1394-22 libde265-0 libdevmapper1.02.1 libdjvulibre21 libegl-mesa0
                                             libenchant1c2a libexif12 libfaad2 libfile-fcntllock-perl libflac8 libflite1 libfltk1.3
                                             libfm-gtk4 libfm-modules libfm4 libfreetype6 libfreetype6-dev libfuse2 libgbm1
                                             libgcc-8-dev libgd3 libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-bin libgdk-pixbuf2.0-common
                                             libgdk-pixbuf2.0-dev libgfortran5 libgirepository-1.0-1 libgl1-mesa-dri libglapi-mesa
                                             libglib2.0-0 libglib2.0-bin libglib2.0-dev libglib2.0-dev-bin libglx-mesa0 libgme0
                                             libgphoto2-6 libgs9 libgs9-common libgstreamer-gl1.0-0 libgstreamer-plugins-bad1.0-0
                                             libgstreamer-plugins-base1.0-0 libgstreamer1.0-0 libgtk-3-0 libgtk2.0-0 libgtk2.0-bin
                                             libgutenprint-common libgutenprint9 libharfbuzz-dev libharfbuzz-gobject0 libharfbuzz-icu0
                                             libharfbuzz0b libhpmud0 libhtml-parser-perl libhttp-message-perl libicu-dev libimlib2
                                             libinput10 libiptc0 libiw30 libjavascriptcoregtk-4.0-18 liblapack3 liblcms2-2 liblilv-0-0
                                             libllvm9 liblocale-gettext-perl libluajit-5.1-2 libluajit-5.1-common libmikmod3
                                             libmodplug1 libmount-dev libmount1 libmp3lame0 libmpcdec6 libmpg123-0 libnet-ssleay-perl
                                             libnorm1 libnotify4 libnspr4 libofa0 libopenjp2-7 libopenmpt-modplug1 libopenmpt0
                                             libopus0 libpackagekit-glib2-18 libpam-modules libpam-modules-bin libpam-systemd
                                             libpango-1.0-0 libpango1.0-dev libpangocairo-1.0-0 libpangoft2-1.0-0 libpangoxft-1.0-0
                                             libpixman-1-0 libpixman-1-dev libpng-dev libpng-tools libpng16-16 libpolkit-agent-1-0
                                             libpolkit-gobject-1-0 libpoppler-qt5-1 libpostproc55 libpulse0 libpulsedsp
                                             libpython-all-dev libpython2-dev libpython2-stdlib libpython2.7 libpython2.7-dev
                                             libpython2.7-minimal libpython2.7-stdlib libpython3-dev libpython3-stdlib libqt5core5a
                                             libqt5dbus5 libqt5gui5 libqt5network5 libqt5printsupport5 libqt5sql5 libqt5sql5-sqlite
                                             libqt5svg5 libqt5widgets5 libqt5x11extras5 libqt5xml5 librados2 librbd1 librsvg2-2
                                             librsvg2-common librsvg2-dev librtimulib-dev librtimulib-utils librtimulib7
                                             librubberband2 libsane libsane-common libsane-hpaio libsdl-mixer1.2 libsdl1.2debian
                                             libsdl2-2.0-0 libselinux1 libselinux1-dev libsemanage-common libsemanage1 libsensors5
                                             libserd-0-0 libslang2 libsmbclient libsndfile1 libsord-0-0 libsoundtouch1
                                             libsoup-gnome2.4-1 libsoup2.4-1 libsoxr0 libspatialaudio0 libspeex1 libspeexdsp1
                                             libsqlite3-0 libsratom-0-0 libstdc++-8-dev libstdc++6 libswresample3 libswscale5
                                             libsystemd0 libtag1v5 libtag1v5-vanilla libtcl8.6 libtext-charwidth-perl
                                             libtext-iconv-perl libtiff5 libtk8.6 libtwolame0 libudev-dev libudev1 libvisual-0.4-0
                                             libvlc-bin libvlc5 libvorbis0a libvorbisenc2 libvorbisfile3 libvte-2.91-0 libvulkan1
                                             libwbclient0 libwebkit2gtk-4.0-37 libwebp6 libwebpmux3 libwnck22 libxml2 libxslt1.1
                                             libxtables12 libxvidcore4 libzmq5 libzvbi-common libzvbi0 lightdm-gtk-greeter locales
                                             logrotate lsof luajit lxappearance lxpanel lxpanel-data lxplug-bluetooth lxplug-cputemp
                                             lxplug-ejecter lxplug-magnifier lxplug-network lxplug-ptbatt lxplug-volumepulse
                                             lxsession-edit lxsession-logout lxterminal mawk mesa-va-drivers mesa-vdpau-drivers mount
                                             mypy net-tools openssh-client openssh-server openssh-sftp-server packagekit
                                             pango1.0-tools pcmanfm perl perl-base pi-greeter pigz piwiz plymouth plymouth-label
                                             plymouth-themes policykit-1 poppler-utils printer-driver-gutenprint printer-driver-hpcups
                                             pulseaudio pulseaudio-module-bluetooth pulseaudio-utils pylint3 pypy pypy-lib python-all
                                             python-all-dev python-pip-whl python-six python2 python2-dev python2-minimal python2.7
                                             python2.7-dev python2.7-minimal python3 python3-apt python3-astroid python3-cairo
                                             python3-cffi-backend python3-chardet python3-crypto python3-cups python3-dbus python3-dev
                                             python3-distutils python3-gi python3-keyrings.alt python3-lazy-object-proxy
                                             python3-lib2to3 python3-lxml python3-markupsafe python3-minimal python3-mypy
                                             python3-numpy python3-pil python3-pip python3-psutil python3-pygame python3-renderpm
                                             python3-reportlab python3-reportlab-accel python3-rpi.gpio python3-rtimulib
                                             python3-simplejson python3-six python3-smbc python3-smbus python3-spidev python3-tk
                                             python3-typed-ast python3-venv python3-wrapt qpdfview qpdfview-djvu-plugin
                                             qpdfview-ps-plugin qpdfview-translations qt5-gtk-platformtheme qt5-style-plugins qt5ct
                                             raspberrypi-ui-mods redis-server redis-tools rp-bookshelf rp-prefapps rpi.gpio-common
                                             rsyslog samba-libs sane-utils ssh sudo systemd tar thonny tk8.6-blt2.5 udev util-linux
                                             vim-common vim-tiny vlc vlc-bin vlc-data vlc-plugin-base vlc-plugin-notify vlc-plugin-qt
                                             vlc-plugin-skins2 vlc-plugin-video-output vlc-plugin-video-splitter
                                             vlc-plugin-visualization wpasupplicant x11-apps xarchiver xdg-desktop-portal
                                             xdg-desktop-portal-gtk xserver-xorg-core xserver-xorg-input-libinput
                                            Die folgenden Pakete werden aktualisiert (Upgrade):
                                             acl adwaita-icon-theme alacarte apt-listchanges arp-scan avahi-daemon base-files
                                             base-passwd bash bash-completion bc bind9-host binutils binutils-arm-linux-gnueabihf
                                             binutils-common bluetooth bluez bsdmainutils bsdutils busybox bzip2 ca-certificates
                                             chromium-browser chromium-browser-l10n chromium-codecs-ffmpeg-extra cifs-utils
                                             colord-data console-setup console-setup-linux cpio crda cups cups-client cups-common
                                             cups-core-drivers cups-daemon cups-ipp-utils cups-ppdc cups-server-common curl dash dc
                                             dconf-gsettings-backend dconf-service debconf debconf-i18n debconf-utils
                                             debian-reference-common debian-reference-en debianutils desktop-base desktop-file-utils
                                             device-tree-compiler dhcpcd5 dictionaries-common diffutils dillo dirmngr distro-info-data
                                             dmidecode dmsetup dnsutils docutils-common dosfstools dphys-swapfile dpkg-dev e2fsprogs
                                             ed eject ethtool fake-hwclock fakeroot fbset fdisk file firmware-atheros
                                             firmware-brcm80211 firmware-libertas firmware-misc-nonfree firmware-realtek flashrom
                                             fontconfig fontconfig-config fonts-dejavu-core fonts-freefont-ttf fonts-liberation2
                                             fonts-noto-mono fonts-quicksand gcc-7-base gdbm-l10n geoip-database gettext-base giblib1
                                             gir1.2-atk-1.0 gir1.2-gmenu-3.0 gir1.2-notify-0.7 gir1.2-secret-1 git git-man
                                             gldriver-test glib-networking-common gnome-menus gnupg gnupg-l10n gnupg-utils gpg
                                             gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm gpgv grep gsettings-desktop-schemas
                                             gsfonts gui-pkinst gzip hostname hunspell-en-gb hyphen-en-gb i2c-tools ibverbs-providers
                                             ieee-data ifupdown info init init-system-helpers initramfs-tools initramfs-tools-core
                                             install-info iptables-persistent iputils-ping isc-dhcp-client isc-dhcp-common iso-codes
                                             iw javascript-common kbd keyboard-configuration keyutils klibc-utils kmod less
                                             liba52-0.7.4 libacl1 libaio1 libalgorithm-diff-perl libapparmor1 libarchive13 libasan5
                                             libassuan0 libatk-bridge2.0-0 libatk1.0-0 libatk1.0-data libatomic1 libatspi2.0-0
                                             libattr1 libaudit-common libaudit1 libauthen-sasl-perl libavahi-client-dev
                                             libavahi-client3 libavahi-common-data libavahi-common-dev libavahi-common3
                                             libavahi-compat-libdnssd-dev libavahi-compat-libdnssd1 libavahi-core7 libavahi-glib1
                                             libbabeltrace1 libbasicusageenvironment1 libbind9-161 libbinutils libblas3 libblkid-dev
                                             libblkid1 libblockdev-fs2 libblockdev-loop2 libblockdev-part-err2 libblockdev-swap2
                                             libblockdev-utils2 libblockdev2 libbluetooth-dev libbluetooth3 libbluray2 libbsd0
                                             libbz2-1.0 libc-l10n libcaca0 libcanberra-gtk3-0 libcanberra0 libcap-ng0 libcap2
                                             libcap2-bin libcc1-0 libcdio-cdda2 libcdio-paranoia2 libcdparanoia0 libcolorhug2
                                             libcom-err2 libcroco3 libcryptsetup12 libcups2 libcupsimage2 libcurl3-gnutls libcurl4
                                             libdaemon0 libdata-dump-perl libdatrie1 libdb5.3 libdbus-glib-1-2 libdca0 libdconf1
                                             libdebconfclient0 libdjvulibre-text libdpkg-perl libdrm-amdgpu1 libdrm-common
                                             libdrm-nouveau2 libdrm-radeon1 libdrm2 libdv4 libdvbpsi10 libdvdnav4 libdw1 libedit2
                                             libegl1 libelf1 libencode-locale-perl libepoxy0 liberror-perl libevdev2 libexpat1
                                             libexpat1-dev libext2fs2 libfakeroot libfastjson4 libfdisk1 libffi-dev libffi6
                                             libfile-listing-perl libfl2 libfm-data libfm-extra4 libfm-gtk-data libfont-afm-perl
                                             libfontconfig1 libfontconfig1-dev libfontembed1 libfontenc1 libfribidi-dev libfribidi0
                                             libfstrm0 libftdi1-2 libgck-1-0 libgcr-base-3-1 libgcrypt20 libgdata-common libgdata22
                                             libgdbm-compat4 libgdbm6 libgeoip1 libgfapi0 libgfrpc0 libgfxdr0 libgif-dev libgif7
                                             libgl1 libgles1 libgles2 libgles2-mesa libglib2.0-data libglu1-mesa libglusterfs0
                                             libglvnd0 libglx0 libgmp10 libgnome-menu-3-0 libgnutls30 libgoa-1.0-0b libgoa-1.0-common
                                             libgomp1 libgpg-error0 libgphoto2-port12 libgpm2 libgraphite2-3 libgraphite2-dev
                                             libgroupsock8 libgssapi-krb5-2 libgtk-3-common libgtk2.0-common libgtksourceview-3.0-1
                                             libgtksourceview-3.0-common libgudev-1.0-0 libgupnp-igd-1.0-4 libgusb2 libhiredis0.14
                                             libhtml-form-perl libhtml-format-perl libhtml-tagset-perl libhttp-cookies-perl
                                             libhttp-daemon-perl libhttp-date-perl libhunspell-1.7-0 libi2c0 libibverbs1 libice-dev
                                             libice6 libidn11 libidn2-0 libiec61883-0 libieee1284-3 libijs-0.35 libimobiledevice6
                                             libinput-bin libio-html-perl libio-socket-ssl-perl libirs161 libisccc161 libisccfg163
                                             libjack-jackd2-0 libjansson4 libjbig2dec0 libjpeg-dev libjpeg62-turbo libjpeg62-turbo-dev
                                             libjs-jquery libjs-sphinxdoc libjs-underscore libjson-glib-1.0-0 libjson-glib-1.0-common
                                             libk5crypto3 libkate1 libkeybinder0 libkeyutils1 libklibc libkmod2 libkrb5-3
                                             libkrb5support0 libksba8 libldap-2.4-2 libldap-common liblightdm-gobject-1-0
                                             liblirc-client0 liblmdb0 liblognorm5 liblouis-data liblouisutdml-bin liblouisutdml-data
                                             libltdl7 liblua5.1-0 liblua5.2-0 liblwp-mediatypes-perl liblwp-protocol-https-perl
                                             liblwres161 liblz4-1 liblzma5 liblzo2-2 libmagic-mgc libmagic1 libmailtools-perl
                                             libmariadb3 libmenu-cache-bin libmenu-cache3 libmjpegutils-2.1-0 libmnl-dev libmnl0
                                             libmpc3 libmpeg2-4 libmpeg2encpp-2.1-0 libmpfr6 libmplex2-2.1-0 libmtdev1 libmtp-common
                                             libmtp-runtime libmtp9 libncurses6 libncursesw5 libncursesw6 libnet-http-perl
                                             libnetfilter-conntrack3 libnewt0.52 libnfnetlink0 libnfsidmap2 libnftnl11 libnghttp2-14
                                             libnice10 libnpth0 libnss-mdns libnss3 libntfs-3g883 liboauth0 libobrender32v5 libobt2v5
                                             libogg0 libopenal-data libopenal1 liborc-0.4-0 libossp-uuid16 libp11-kit0
                                             libpam-chksshpwd libpam-runtime libpam0g libpam0g-dev libparted-fs-resize0 libparted2
                                             libpcap0.8 libpci3 libpciaccess0 libpcre16-3 libpcre2-16-0 libpcre2-8-0 libpcre3
                                             libpcre3-dev libpcre32-3 libpcrecpp0v5 libpcsclite1 libpipeline1 libpkcs11-helper1
                                             libplist3 libpopt0 libprotobuf-c1 libproxy-tools libproxy1v5 libpsl5 libqt5concurrent5
                                             libraspberrypi-bin libraspberrypi-dev libraspberrypi-doc libraspberrypi0 libraw1394-11
                                             librdmacm1 librest-0.7-0 librhash0 librtmp1 libsamplerate0 libsasl2-2 libsasl2-modules-db
                                             libsbc1 libsdl-image1.2 libseccomp2 libsecret-1-0 libsecret-common libsensors-config
                                             libsepol1 libsepol1-dev libshout3 libsmartcols1 libsnappy1v5 libsnmp-base libsodium23
                                             libspectre1 libsrtp2-1 libss2 libssh-gcrypt-4 libssh2-1 libssl1.1
                                             libstartup-notification0 libstemmer0d libsynctex2 libtalloc2 libtasn1-6 libtdb1
                                             libtevent0 libtext-wrapi18n-perl libthai-data libthai0 libtimedate-perl libtinfo5
                                             libtinfo6 libtirpc-common libtirpc3 libubsan1 libuchardet0 libudev0 libudisks2-0
                                             libunique-1.0-0 libunistring2 libunwind8 liburi-perl libusageenvironment3 libusb-1.0-0
                                             libuuid1 libuv1 libv4l-0 libv4l2rds0 libv4lconvert0 libva-drm2 libva-x11-2 libva2
                                             libvdpau1 libvlccore9 libvo-aacenc0 libvo-amrwbenc0 libvte-2.91-common libwacom-common
                                             libwacom2 libwavpack1 libwayland-client0 libwayland-cursor0 libwayland-egl1
                                             libwayland-server0 libwebpdemux2 libwrap0 libwww-perl libx11-6 libx11-data libx11-dev
                                             libx11-xcb1 libxau-dev libxau6 libxaw7 libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0
                                             libxcb-image0 libxcb-present0 libxcb-randr0 libxcb-render0 libxcb-render0-dev
                                             libxcb-shape0 libxcb-shm0 libxcb-shm0-dev libxcb-sync1 libxcb-xfixes0 libxcb-xinerama0
                                             libxcb-xkb1 libxcb-xv0 libxcb1 libxcb1-dev libxcomposite1 libxcursor1 libxdamage1
                                             libxext-dev libxext6 libxfixes3 libxfont2 libxi6 libxkbcommon-x11-0 libxkbcommon0
                                             libxkbfile1 libxres1 libxt6 libxxf86dga1 libyaml-0-2 libzbar0 libzstd1 lightdm
                                             linux-libc-dev login lsb-base lsb-release lua5.1 lxde lxde-common lxde-core
                                             lxde-icon-theme lxhotkey-core lxhotkey-gtk lxinput lxmenu-data lxpolkit lxrandr lxsession
                                             lxsession-data lxtask make man-db manpages manpages-dev mariadb-common menu-xdg
                                             mime-support mousepad mysql-common nano ncdu ncurses-base ncurses-bin ncurses-term
                                             netbase netcat-openbsd netcat-traditional netfilter-persistent nfs-common ntfs-3g openbox
                                             openbox-lxde-session openresolv openssl openvpn parted passwd patch pciutils
                                             perl-openssl-defaults piclone pinentry-curses pipanel pishutdown pixflat-icons pkg-config
                                             poppler-data printer-driver-escpr printer-driver-postscript-hp procps psmisc publicsuffix
                                             python-apt-common python-configparser python-jinja2 python-markupsafe
                                             python-pkg-resources python-setuptools python-tk python3-asn1crypto python3-asttokens
                                             python3-blinker python3-bs4 python3-certifi python3-click python3-colorama
                                             python3-cookies python3-cryptography python3-cupshelpers python3-debconf python3-docutils
                                             python3-entrypoints python3-flask python3-html5lib python3-idna python3-isort
                                             python3-itsdangerous python3-jedi python3-jinja2 python3-jwt python3-keyring
                                             python3-logilab-common python3-mccabe python3-mypy-extensions python3-oauthlib
                                             python3-olefile python3-openssl python3-parso python3-pexpect python3-pkg-resources
                                             python3-ptyprocess python3-pygments python3-pyinotify python3-requests
                                             python3-requests-oauthlib python3-responses python3-roman python3-secretstorage
                                             python3-send2trash python3-sense-hat python3-serial python3-setuptools python3-soupsieve
                                             python3-twython python3-urllib3 python3-webencodings python3-werkzeug python3-wheel
                                             python3-xdg qttranslations5-l10n raspberrypi-bootloader raspberrypi-kernel
                                             raspberrypi-net-mods raspberrypi-sys-mods raspi-config rc-gui read-edid readline-common
                                             realvnc-vnc-server rfkill rng-tools rpcbind rpd-plym-splash rpi-chromium-mods rpi-eeprom
                                             rsync rtkit scrot sense-hat sensible-utils sgml-base shared-mime-info ssh-import-id
                                             ssl-cert strace system-config-printer system-config-printer-common
                                             system-config-printer-udev systemd-sysv sysvinit-utils tasksel tasksel-data tcl8.6
                                             timgm6mb-soundfont triggerhappy tzdata ucf udisks2 unzip update-inetd usb-modeswitch
                                             usb-modeswitch-data usb.ids usbutils uuid uuid-dev v4l-utils va-driver-all
                                             vdpau-driver-all vlc-l10n vlc-plugin-samba wamerican wbritish wget whiptail
                                             wireless-regdb wireless-tools x11-common x11-session-utils x11-utils x11-xkb-utils
                                             x11proto-core-dev x11proto-dev x11proto-xext-dev xauth xbitmaps xcompmgr xdg-dbus-proxy
                                             xdg-utils xfonts-100dpi xfonts-75dpi xfonts-encodings xfonts-scalable xinput xkb-data
                                             xorg xorg-docs-core xorg-sgml-doctools xorgxrdp xrdp xsel xserver-common xserver-xorg
                                             xserver-xorg-input-all xserver-xorg-video-fbturbo xtrans-dev xxd xz-utils zenity
                                             zenity-common zlib1g zlib1g-dev
                                            758 aktualisiert, 82 neu installiert, 0 zu entfernen und 435 nicht aktualisiert.
                                            Es müssen noch 0 B von 500 MB an Archiven heruntergeladen werden.
                                            Nach dieser Operation werden 148 MB Plattenplatz zusätzlich benutzt.
                                            Möchten Sie fortfahren? [J/n] J
                                            Changelogs werden gelesen... Fertig
                                            apt-listchanges: Neuigkeiten
                                            ----------------------------
                                            
                                            bsdmainutils (12.1.1) unstable; urgency=medium
                                            
                                             The "calendar" program, formerly provided in this package, now appears in
                                             the separate package "calendar".
                                            
                                             The tools "col", "colrm", "column", "hexdump", and "ul" are now provided as
                                             "bsdextrautils" from the util-linux sources.
                                            
                                            -- Michael Meskes <meskes@debian.org>  Wed, 27 May 2020 17:05:02 +0200
                                            
                                            bsdmainutils (12.1.3) unstable; urgency=medium
                                            
                                             The tools "look" and "write" are also now part of "bsdextrautils" from the
                                             util-linux sources.
                                            
                                             The "from", "printerbanner", and "lorder" programs are discontinued. The
                                             "mailutils" package contains an alternative implementation of "from".
                                            
                                            -- Michael Meskes <meskes@debian.org>  Wed, 27 May 2020 17:05:02 +0200
                                            
                                            gnupg2 (2.2.27-2) unstable; urgency=medium
                                            
                                             Starting with version 2.2.27-1, per-user configuration of the GnuPG
                                             suite has completely moved to ~/.gnupg/gpg.conf, and ~/.gnupg/options
                                             is no longer in use.  Please rename the file if necessary, or move
                                             its contents to the new location.
                                            
                                            -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de>  Thu, 22 Apr 2021 20:37:45 +0200
                                            
                                            gnupg2 (2.2.17-1) unstable; urgency=medium
                                            
                                             Upstream GnuPG now defaults to not accepting third-party certifications
                                             from the keyserver network.  Given that the SKS keyserver network is
                                             under attack via certificate flooding, and third-party certifications
                                             will not be accepted anyway, we now ship with the more tightly-constrained
                                             and abuse-resistant system hkps://keys.openpgp.org as the default
                                             keyserver.
                                            
                                             Users with bandwidth to spare who want to try their luck with the SKS
                                             pool should add the following line to ~/.gnupg/dirmngr.conf to revert to
                                             upstream's default keyserver:
                                            
                                                 keyserver hkps://hkps.pool.sks-keyservers.net
                                            
                                            

                                            Und bei

                                            sudo apt install gcc-8-base
                                            

                                            kommt das. Nach dem : bleibt es stehen

                                            pi@raspberrypi-master:~ $ sudo apt install gcc-8-base
                                            Paketlisten werden gelesen... Fertig
                                            Abhängigkeitsbaum wird aufgebaut.
                                            Statusinformationen werden eingelesen.... Fertig
                                            Die folgenden Pakete wurden automatisch installiert und werden nicht mehr benötigt:
                                              dh-python gir1.2-rsvg-2.0 icu-devtools libbluetooth3 libc-dev-bin
                                              libcairo-script-interpreter2 libcroco3 libffi-dev libfl2 libfribidi-dev
                                              libglib2.0-dev-bin libgraphite2-dev libgutenprint-common libgutenprint9
                                              libharfbuzz-gobject0 libice-dev libisl19 libjs-sphinxdoc libjs-underscore libpcre16-3
                                              libpcre32-3 libpcrecpp0v5 libpixman-1-dev libpng-tools libpthread-stubs0-dev
                                              libpython2.7-minimal libsepol1-dev libsm-dev libx11-dev libxau-dev libxcb-render0-dev
                                              libxcb-shm0-dev libxcb1-dev libxdmcp-dev libxext-dev libxrender-dev linux-libc-dev
                                              pango1.0-tools printer-driver-gutenprint python3.7 python3.7-minimal python3.7-venv
                                              x11proto-core-dev x11proto-dev x11proto-xext-dev xorg-sgml-doctools xtrans-dev
                                            Verwenden Sie »sudo apt autoremove«, um sie zu entfernen.
                                            Die folgenden zusätzlichen Pakete werden installiert:
                                              alacarte arandr binutils binutils-arm-linux-gnueabihf binutils-common cpp cpp-10 cpp-8
                                              cups cups-client cups-common cups-core-drivers cups-daemon cups-ipp-utils
                                              cups-server-common edid-decode fio fontconfig-config fonts-urw-base35 gcc gcc-10
                                              gcc-10-base gcc-8 gcc-9-base gir1.2-gdkpixbuf-2.0 gir1.2-harfbuzz-0.0 gir1.2-pango-1.0
                                              gir1.2-rsvg-2.0 hardlink hplip hplip-data icu-devtools libalgorithm-diff-xs-perl
                                              libapt-pkg6.0 libasan5 libasan6 libatomic1 libbinutils libblkid1 libbluetooth3 libbrotli1
                                              libc-bin libc-dev-bin libc-l10n libc6 libc6-dbg libcairo-gobject2
                                              libcairo-script-interpreter2 libcairo2 libcbor0 libcc1-0 libcrypt1 libctf-nobfd0 libctf0
                                              libcups2 libcupsimage2 libexpat1 libffi-dev libffi7 libfido2-1 libfile-fcntllock-perl
                                              libfontconfig1 libfreetype6 libgcc-10-dev libgcc-8-dev libgcc-s1 libgdk-pixbuf-2.0-0
                                              libgdk-pixbuf-xlib-2.0-0 libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-bin libgdk-pixbuf2.0-common
                                              libgfapi0 libgfortran5 libgfrpc0 libgfxdr0 libgirepository-1.0-1 libglib2.0-0
                                              libglib2.0-bin libglib2.0-dev-bin libglusterfs0 libgnutls30 libgomp1 libharfbuzz-gobject0
                                              libharfbuzz-icu0 libharfbuzz0b libhogweed6 libhpmud0 libhtml-parser-perl libicu67
                                              libisl23 libldb2 liblocale-gettext-perl libmount1 libmpdec3 libnet-ssleay-perl libnettle8
                                              libnsl2 libp11-kit0 libpam0g libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0
                                              libpangoxft-1.0-0 libpcre2-16-0 libpcre2-8-0 libpcre2-posix2 libperl5.32 libpng-tools
                                              libpng16-16 libpython3-stdlib libpython3.9 libpython3.9-minimal libpython3.9-stdlib
                                              libreadline8 librsvg2-2 librsvg2-common librtimulib-dev librtimulib-utils librtimulib7
                                              libsane-hpaio libselinux1 libsepol1 libsepol1-dev libsmbclient libsnmp40 libstdc++6
                                              libtalloc2 libtasn1-6 libtdb1 libtevent0 libtext-charwidth-perl libtext-iconv-perl
                                              libtirpc-common libtirpc3 libubsan1 libwbclient0 libwebpmux3 libxxhash0 libzstd1 locales
                                              manpages manpages-dev mypy openssh-client openssh-server openssh-sftp-server perl
                                              perl-base perl-modules-5.32 printer-driver-hpcups python3 python3-apt python3-cairo
                                              python3-cffi-backend python3-crypto python3-cups python3-dbus python3-distro
                                              python3-distutils python3-gi python3-gi-cairo python3-lazy-object-proxy python3-ldb
                                              python3-lib2to3 python3-lxml python3-markupsafe python3-minimal python3-mypy
                                              python3-numpy python3-pil python3-psutil python3-pygame python3-renderpm
                                              python3-reportlab-accel python3-rpi.gpio python3-rtimulib python3-simplejson python3-smbc
                                              python3-smbus python3-spidev python3-talloc python3-tk python3-typed-ast
                                              python3-typing-extensions python3-venv python3-wrapt python3.9 python3.9-minimal
                                              python3.9-venv rpi.gpio-common runit-helper samba-libs sense-hat zlib1g
                                            Vorgeschlagene Pakete:
                                              binutils-doc cpp-doc gcc-10-locales gcc-8-locales cups-bsd cups-pdf
                                              foomatic-db-compressed-ppds | foomatic-db smbclient gnuplot gfio python-scipy
                                              fonts-texgyre gcc-multilib autoconf automake libtool flex bison gcc-doc gcc-10-doc
                                              gcc-8-doc hplip-doc hplip-gui python3-notify2 glibc-doc libxml2-utils gnutls-bin
                                              libpam-doc librsvg2-bin octave mypy-doc keychain libpam-ssh monkeysphere ssh-askpass
                                              molly-guard ufw perl-doc libterm-readline-gnu-perl | libterm-readline-perl-perl
                                              libtap-harness-archive-perl python3-doc python3-apt-dbg python-apt-doc python-dbus-doc
                                              python3-dbus-dbg python3-lxml-dbg python-lxml-doc gfortran python-numpy-doc python3-dev
                                              python3-numpy-dbg python3-pytest python-pil-doc python3-pil-dbg python-psutil-doc
                                              python-pygame-doc timidity python3-renderpm-dbg python-spidev-doc tix python3-tk-dbg
                                              python3.9-doc binfmt-support
                                            Empfohlene Pakete:
                                              ipp-usb libc6-dev | libc-dev libc6-dev apt libc-devtools libnss-nis libnss-nisplus
                                            Die folgenden Pakete werden ENTFERNT:
                                              build-essential g++ g++-8 libblkid-dev libbluetooth-dev libc6-dev libcairo2-dev
                                              libexpat1-dev libfontconfig1-dev libfreetype6-dev libgcc1 libgdk-pixbuf2.0-dev
                                              libglib2.0-dev libharfbuzz-dev libicu-dev libjpeg-dev libjpeg62-turbo-dev libldb1
                                              libmount-dev libpam0g-dev libpango1.0-dev libpcre2-posix0 libpcre3-dev libpng-dev
                                              libpython-all-dev libpython-dev libpython-stdlib libpython2-dev libpython2-stdlib
                                              libpython2.7 libpython2.7-dev libpython2.7-stdlib libpython3-dev libpython3.7-dev
                                              librsvg2-dev libselinux1-dev libstdc++-8-dev libxft-dev python python-all python-all-dev
                                              python-asn1crypto python-automationhat python-blinker python-blinkt python-buttonshim
                                              python-cairo python-cap1xxx python-certifi python-cffi-backend python-chardet
                                              python-click python-colorama python-configparser python-cookies python-crypto
                                              python-cryptography python-dbus python-dev python-drumhat python-entrypoints
                                              python-enum34 python-envirophat python-explorerhat python-flask python-fourletterphat
                                              python-funcsigs python-gi python-gobject-2 python-gpiozero python-gtk2 python-idna
                                              python-ipaddress python-itsdangerous python-jinja2 python-jwt python-keyring
                                              python-keyrings.alt python-markupsafe python-microdotphat python-minimal python-mock
                                              python-mote python-motephat python-numpy python-oauthlib python-olefile python-openssl
                                              python-pantilthat python-pbr python-phatbeat python-pianohat python-picamera
                                              python-piglow python-pigpio python-pil python-pip python-pkg-resources python-pygame
                                              python-pyinotify python-rainbowhat python-requests python-requests-oauthlib
                                              python-responses python-rpi.gpio python-rtimulib python-scrollphat python-scrollphathd
                                              python-secretstorage python-sense-hat python-serial python-setuptools python-simplejson
                                              python-six python-skywriter python-smbus python-sn3218 python-spidev python-talloc
                                              python-tk python-touchphat python-twython python-unicornhathd python-urllib3
                                              python-werkzeug python-wheel python-xdg python2 python2-dev python2-minimal python2.7
                                              python2.7-dev python2.7-minimal python3-dev python3.7-dev uuid-dev zlib1g-dev
                                            Die folgenden NEUEN Pakete werden installiert:
                                              cpp-10 edid-decode fonts-urw-base35 gcc-10 gcc-10-base gcc-9-base libapt-pkg6.0 libasan6
                                              libcbor0 libcrypt1 libctf-nobfd0 libctf0 libffi7 libfido2-1 libgcc-10-dev libgcc-s1
                                              libgdk-pixbuf-2.0-0 libgdk-pixbuf-xlib-2.0-0 libhogweed6 libicu67 libisl23 libldb2
                                              libmpdec3 libnettle8 libnsl2 libpcre2-posix2 libperl5.32 libpython3.9
                                              libpython3.9-minimal libpython3.9-stdlib libreadline8 libsnmp40 libxxhash0
                                              perl-modules-5.32 python3-distro python3-gi-cairo python3-ldb python3-talloc
                                              python3-typing-extensions python3.9 python3.9-minimal python3.9-venv runit-helper
                                            Die folgenden Pakete werden aktualisiert (Upgrade):
                                              alacarte arandr binutils binutils-arm-linux-gnueabihf binutils-common cpp cpp-8 cups
                                              cups-client cups-common cups-core-drivers cups-daemon cups-ipp-utils cups-server-common
                                              fio fontconfig-config gcc gcc-8 gcc-8-base gir1.2-gdkpixbuf-2.0 gir1.2-harfbuzz-0.0
                                              gir1.2-pango-1.0 gir1.2-rsvg-2.0 hardlink hplip hplip-data icu-devtools
                                              libalgorithm-diff-xs-perl libasan5 libatomic1 libbinutils libblkid1 libbluetooth3
                                              libbrotli1 libc-bin libc-dev-bin libc-l10n libc6 libc6-dbg libcairo-gobject2
                                              libcairo-script-interpreter2 libcairo2 libcc1-0 libcups2 libcupsimage2 libexpat1
                                              libffi-dev libfile-fcntllock-perl libfontconfig1 libfreetype6 libgcc-8-dev
                                              libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-bin libgdk-pixbuf2.0-common libgfapi0 libgfortran5
                                              libgfrpc0 libgfxdr0 libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin libglib2.0-dev-bin
                                              libglusterfs0 libgnutls30 libgomp1 libharfbuzz-gobject0 libharfbuzz-icu0 libharfbuzz0b
                                              libhpmud0 libhtml-parser-perl liblocale-gettext-perl libmount1 libnet-ssleay-perl
                                              libp11-kit0 libpam0g libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0
                                              libpangoxft-1.0-0 libpcre2-16-0 libpcre2-8-0 libpng-tools libpng16-16 libpython3-stdlib
                                              librsvg2-2 librsvg2-common librtimulib-dev librtimulib-utils librtimulib7 libsane-hpaio
                                              libselinux1 libsepol1 libsepol1-dev libsmbclient libstdc++6 libtalloc2 libtasn1-6 libtdb1
                                              libtevent0 libtext-charwidth-perl libtext-iconv-perl libtirpc-common libtirpc3 libubsan1
                                              libwbclient0 libwebpmux3 libzstd1 locales manpages manpages-dev mypy openssh-client
                                              openssh-server openssh-sftp-server perl perl-base printer-driver-hpcups python3
                                              python3-apt python3-cairo python3-cffi-backend python3-crypto python3-cups python3-dbus
                                              python3-distutils python3-gi python3-lazy-object-proxy python3-lib2to3 python3-lxml
                                              python3-markupsafe python3-minimal python3-mypy python3-numpy python3-pil python3-psutil
                                              python3-pygame python3-renderpm python3-reportlab-accel python3-rpi.gpio python3-rtimulib
                                              python3-simplejson python3-smbc python3-smbus python3-spidev python3-tk python3-typed-ast
                                              python3-venv python3-wrapt rpi.gpio-common samba-libs sense-hat zlib1g
                                            152 aktualisiert, 43 neu installiert, 137 zu entfernen und 992 nicht aktualisiert.
                                            Es müssen noch 0 B von 156 MB an Archiven heruntergeladen werden.
                                            Nach dieser Operation werden 49,9 MB Plattenplatz freigegeben.
                                            Möchten Sie fortfahren? [J/n] j
                                            Changelogs werden gelesen... Fertig
                                            apt-listchanges: Neuigkeiten
                                            ----------------------------
                                            
                                            glibc (2.31-5) unstable; urgency=medium
                                            
                                              Starting with glibc 2.31-5, the NIS and NIS+ name service modules
                                              libnss_nis.so.2.0.0 and libnss_nisplus.so.2.0.0 are not provided anymore by
                                              the libc6 package. People needing those modules have to install the
                                              libnss-nis and/or the libnss-nisplus packages, which are recommended by
                                              the libc6 package.
                                            
                                             -- Aurelien Jarno <aurel32@debian.org>  Tue, 01 Dec 2020 08:42:44 +0100
                                            
                                            glibc (2.31-0experimental2) experimental; urgency=medium
                                            
                                              Starting with glibc 2.31, the DNS stub resolver does not blindly trust the
                                              AD (authenticated data) flag, indicating a DNSSEC validation:
                                            
                                              - By default the name servers and the network path to them are treated as
                                                untrusted. In this mode, the AD flag is not set in queries, and it is
                                                automatically cleared in responses, indicating a lack of DNSSEC
                                                validation.
                                            
                                              - A new trust-ad option, set via the options directive in /etc/resolv.conf
                                                (or if RES_TRUSTAD is set in _res.options), indicates that the name
                                                server is trusted. In this mode, the AD bit, as provided by the name
                                                server, is made available to the applications.
                                            
                                              Therefore if you trust your name servers, for example because you use a
                                              locally running validating resolver (e.g. unbound, systemd-resolved or
                                              dnsmasq), you might want to add the following line to /etc/resolv.conf:
                                            
                                                options trust-ad
                                            
                                             -- Aurelien Jarno <aurel32@debian.org>  Sun, 17 May 2020 15:59:38 +0200
                                            
                                            openssh (1:8.4p1-1) unstable; urgency=medium
                                            
                                              OpenSSH 8.4 includes a number of changes that may affect existing
                                              configurations:
                                            
                                               * ssh-keygen(1): the format of the attestation information optionally
                                                 recorded when a FIDO key is generated has changed. It now includes the
                                                 authenticator data needed to validate attestation signatures.
                                            
                                               * The API between OpenSSH and the FIDO token middleware has changed and
                                                 the SSH_SK_VERSION_MAJOR version has been incremented as a result.
                                            :
                                            
                                            
                                            Thomas Braun 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            1.1k
                                            Online

                                            31.7k
                                            Users

                                            79.7k
                                            Topics

                                            1.3m
                                            Posts

                                            43
                                            309
                                            55735
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo