Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Off Topic
  4. Upgrade von Debian 10 'Buster' auf 11 'Bullseye'

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.7k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    2.2k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    16
    1
    3.1k

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

Geplant Angeheftet Gesperrt Verschoben Off Topic
309 Beiträge 43 Kommentatoren 84.1k Aufrufe 42 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • I Offline
    I Offline
    io_laurent
    schrieb am zuletzt editiert von
    #154

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

    1 Antwort Letzte Antwort
    0
    • J JoergH

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

      M Offline
      M Offline
      Markus78224
      schrieb am zuletzt editiert von
      #155

      @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 Antwort Letzte Antwort
      1
      • Thomas BraunT Thomas Braun

        Ich wollte hier mal für Raspberry OS festhalten, wie ich von 'Buster' auf das 'Bullseye'-Release springe.

        Gegeben ist ein Pi3 mit 1 GB, der schon etwas länger in einer Schublade lag.

        Zunächst den 'Buster' auf den letzten Stand bringen:

        pi@raspberrypi:~ $ sudo apt update
        Get:1 http://raspbian.raspberrypi.org/raspbian buster InRelease [15.0 kB]
        Get:2 http://archive.raspberrypi.org/debian buster InRelease [32.6 kB]
        E: Repository 'http://raspbian.raspberrypi.org/raspbian buster InRelease' changed its 'Suite' value from 'stable' to 'oldstable'
        N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.
        Do you want to accept these changes and continue updating from this repository? [y/N]
        

        Hier wurden die Repos schon auf den neuen Status 'oldstable' angepasst. Akzeptieren wir natürlich.

        Bei mir wurden 180 Pakete zum Upgrade gemeldet.

        sudo apt full-upgrade
        

        Hat mir das System auf den letzten Stand gehoben, da aber auch ein Kernel- und Firmware-Update dabei war starte ich per

        sudo reboot now
        

        einmal durch.

        Nach dem der Server wieder auf die Beine gekommen ist sollte es ungefähr so aussehen:

        pi@raspberrypi:~ $ sudo apt update
        Hit:1 http://archive.raspberrypi.org/debian buster InRelease
        Hit:2 https://repos.influxdata.com/debian buster InRelease
        Hit:3 https://packages.grafana.com/oss/deb stable InRelease
        Hit:4 https://deb.nodesource.com/node_14.x buster InRelease
        Hit:5 http://raspbian.raspberrypi.org/raspbian buster InRelease
        Reading package lists... Done
        Building dependency tree
        Reading state information... Done
        All packages are up to date.
        

        Also alle Pakete sind auf dem letzten Stand von 'Buster' und auch die einzelnen Repositories/Paketquellen verweisen auf stable oder buster.

        Jetzt stellen wir die Quellen auf das aktuelle Release 'bullseye' um. Das macht man entweder von Hand in allen .list-Dateien im Pfad /etc/apt oder mit diesen drei Befehlszeilen:

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

        Wie man sieht wurden jetzt alle Datein auf bullseye umgestellt:

        pi@raspberrypi:~ $ sudo apt update
        Hit:1 http://archive.raspberrypi.org/debian bullseye InRelease
        Hit:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
        Hit:3 https://repos.influxdata.com/debian bullseye InRelease
        Hit:4 https://packages.grafana.com/oss/deb stable InRelease
        Hit:5 https://deb.nodesource.com/node_14.x bullseye InRelease
        Reading package lists... Done
        Building dependency tree
        Reading state information... Done
        1067 packages can be upgraded. Run 'apt list --upgradable' to see them.
        

        1067 Pakete müssen nun aktualisiert werden:

        sudo apt full-upgrade
        

        Das führt unter Umständen zu einer Fehlermeldung, das eine unmögliche Upgrade-Konstellation herbeigeführt würde. Da dann einfach

        sudo apt install gcc-8-base
        

        ausführen, dann nochmal

        sudo apt update
        

        und dann sollte auch ein

        sudo apt full-upgrade
        

        funktionieren. Nicht davon irritieren lassen, dass ggf. einige Pakete deinstalliert werden, das ist okay.

        Die Frage, ob Services automatisch neugestartet werden sollen beantworten wir mit Ja:

            │                                                                                                                                                                                   │
            │ Restart services during package upgrades without asking?                                                                                                                          │
            │                                                                                                                                                                                   │
            │                                                       <Yes>                                                          <No>                                                         │
            │                                                                                                                                                                                   │
            └───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
        
        

        Wenn der erste Schwung durch ist schauen wir per

        sudo apt update
        sudo apt full-upgrade
        

        nach ob noch etwas ansteht. Das machen wir solange bis keine Pakete mehr zum Upgrade vorgesehen sind:

        All packages are up to date.
        

        Bei Rückfragen, welche Version der Konfigurationsdateien muss mal reinschauen, ob man da ggf. eigene Anpassungen getätigt hat, ansonsten würde ich die neue Version des Maintainers übernehmen.

        Vorsichtshalber schauen wir noch in den dhcpd.service rein.

        sudo nano /etc/systemd/system/dhcpcd.service.d/wait.conf
        

        Wenn da alt sowas drin steht:

        [Service]
        ExecStart=
        ExecStart=/usr/lib/dhcpcd5/dhcpcd -q -w
        

        ändern wir es auf neu:

        [Service]
        ExecStart=
        ExecStart=/usr/sbin/dhcpcd -q -w
        

        ab

        Nach einem erneuten

        sudo reboot now
        

        befinden wir uns bei Bullseye:

        pi@raspberrypi:~ $ neofetch
          `.::///+:/-.        --///+//-:``    pi@raspberrypi
         `+oooooooooooo:   `+oooooooooooo:    --------------
          /oooo++//ooooo:  ooooo+//+ooooo.    OS: Raspbian GNU/Linux 11 (bullseye) armv7l
          `+ooooooo:-:oo-  +o+::/ooooooo:     Host: Raspberry Pi 3 Model B Plus Rev 1.3
           `:oooooooo+``    `.oooooooo+-      Kernel: 5.10.52-v7+
             `:++ooo/.        :+ooo+/.`       Uptime: 4 mins
                ...`  `.----.` ``..           Packages: 1487 (dpkg)
             .::::-``:::::::::.`-:::-`        Shell: bash 5.1.4
            -:::-`   .:::::::-`  `-:::-       Terminal: /dev/pts/0
           `::.  `.--.`  `` `.---.``.::`      CPU: BCM2835 (4) @ 1.400GHz
               .::::::::`  -::::::::` `       Memory: 65MiB / 923MiB
         .::` .:::::::::- `::::::::::``::.
        -:::` ::::::::::.  ::::::::::.`:::-
        ::::  -::::::::.   `-::::::::  ::::
        -::-   .-:::-.``....``.-::-.   -::-
         .. ``       .::::::::.     `..`..
           -:::-`   -::::::::::`  .:::::`
           :::::::` -::::::::::` :::::::.
           .:::::::  -::::::::. ::::::::
            `-:::::`   ..--.`   ::::::.
              `...`  `...--..`  `...`
                    .::::::::::
                     `.-::::-`
        
        

        Kleine Nachpflege noch:

        sudo apt install build-essential
        
        K Offline
        K Offline
        kiste01
        schrieb am zuletzt editiert von
        #156

        @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 BraunT 1 Antwort Letzte Antwort
        0
        • K kiste01

          @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 BraunT Online
          Thomas BraunT Online
          Thomas Braun
          Most Active
          schrieb am zuletzt editiert von
          #157

          @kiste01

          Ein System mit installiertem Desktop...

          Linux-Werkzeugkasten:
          https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
          NodeJS Fixer Skript:
          https://forum.iobroker.net/topic/68035/iob-node-fix-skript
          iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

          K 1 Antwort Letzte Antwort
          0
          • Thomas BraunT Thomas Braun

            @kiste01

            Ein System mit installiertem Desktop...

            K Offline
            K Offline
            kiste01
            schrieb am zuletzt editiert von
            #158

            @thomas-braun

            Kann ich den nachträglich entfernen, da ich eh nur putty nutze?

            S 1 Antwort Letzte Antwort
            0
            • K kiste01

              @thomas-braun

              Kann ich den nachträglich entfernen, da ich eh nur putty nutze?

              S Offline
              S Offline
              saeft_2003
              Most Active
              schrieb am zuletzt editiert von
              #159

              @kiste01

              Ich bin zwar kein linux experte aber neu installieren wird wahrscheinlich die saubere/schnellere Methode sein.

              J 1 Antwort Letzte Antwort
              0
              • S saeft_2003

                @kiste01

                Ich bin zwar kein linux experte aber neu installieren wird wahrscheinlich die saubere/schnellere Methode sein.

                J Offline
                J Offline
                Jan1
                schrieb am zuletzt editiert von
                #160

                @saeft_2003
                schneller nicht, aber am saubersten und hier auch gleich die die Anleitung wie man das perfekt auf den Pi ballert ;)

                S K 2 Antworten Letzte Antwort
                0
                • J Jan1

                  @saeft_2003
                  schneller nicht, aber am saubersten und hier auch gleich die die Anleitung wie man das perfekt auf den Pi ballert ;)

                  S Offline
                  S Offline
                  saeft_2003
                  Most Active
                  schrieb am zuletzt editiert von
                  #161

                  @jan1

                  Wenn man nicht weiß was man tut und erst eine Stunde im Forum verbringt dann auch schneller :stuck_out_tongue_winking_eye:

                  1 Antwort Letzte Antwort
                  0
                  • J Jan1

                    @saeft_2003
                    schneller nicht, aber am saubersten und hier auch gleich die die Anleitung wie man das perfekt auf den Pi ballert ;)

                    K Offline
                    K Offline
                    kiste01
                    schrieb am zuletzt editiert von
                    #162

                    @jan1

                    Ich hatte vor ein paar Monaten schon mal ein Reservesystem aufgesetzt. Das muss ich dann wohl aktualisieren und in Betrieb nehmen.

                    Frage: Den iobroker würde ich natürlich auf dem neuen System auf dem gleichen Stand bringen wie auf dem aktuellen System. Soll ich auf dem neuen System schon auf Bullseye gehen oder das erst nach dem Einspielen des iobroker Backup machen?

                    J 1 Antwort Letzte Antwort
                    0
                    • K kiste01

                      @jan1

                      Ich hatte vor ein paar Monaten schon mal ein Reservesystem aufgesetzt. Das muss ich dann wohl aktualisieren und in Betrieb nehmen.

                      Frage: Den iobroker würde ich natürlich auf dem neuen System auf dem gleichen Stand bringen wie auf dem aktuellen System. Soll ich auf dem neuen System schon auf Bullseye gehen oder das erst nach dem Einspielen des iobroker Backup machen?

                      J Offline
                      J Offline
                      Jan1
                      schrieb am zuletzt editiert von
                      #163

                      @kiste01
                      So ganz kann ich Dir gerade nicht folgen, da das etwas viel Umstand wäre.
                      Du hast doch bestimmt ein IOBroker Backup, dann machst jetzt ein Pi fertig mit Bullseye und ballerst da das IOBroker Backup drauf. Zeitaufwand mit warten bis alles fertig ist, sollte unter zwei Stunden sein.
                      Das was Du vorhast dauert länger ;)

                      K 1 Antwort Letzte Antwort
                      1
                      • J Jan1

                        @kiste01
                        So ganz kann ich Dir gerade nicht folgen, da das etwas viel Umstand wäre.
                        Du hast doch bestimmt ein IOBroker Backup, dann machst jetzt ein Pi fertig mit Bullseye und ballerst da das IOBroker Backup drauf. Zeitaufwand mit warten bis alles fertig ist, sollte unter zwei Stunden sein.
                        Das was Du vorhast dauert länger ;)

                        K Offline
                        K Offline
                        kiste01
                        schrieb am zuletzt editiert von
                        #164

                        @jan1

                        Danke für den "Wink mit dem Zaunpfahl". Hab im Ersatz raspi eine SSD neu aufgesetzt. Bei der Gelegenheit habe ich auch gleich das System als Multihost aufgebohrt. Der Restore lief eine ganze Weile und es hakte nur bei jarvis. Nachdem alle zigbee Geräte neu angelernt sind, habe ich jetzt ein ganz sauberes System

                        S 1 Antwort Letzte Antwort
                        0
                        • K kiste01

                          @jan1

                          Danke für den "Wink mit dem Zaunpfahl". Hab im Ersatz raspi eine SSD neu aufgesetzt. Bei der Gelegenheit habe ich auch gleich das System als Multihost aufgebohrt. Der Restore lief eine ganze Weile und es hakte nur bei jarvis. Nachdem alle zigbee Geräte neu angelernt sind, habe ich jetzt ein ganz sauberes System

                          S Offline
                          S Offline
                          saeft_2003
                          Most Active
                          schrieb am zuletzt editiert von
                          #165

                          @kiste01

                          Aber die zigbee Geräte muss man normal nicht wieder anlernen :thinking_face:

                          1 Antwort Letzte Antwort
                          0
                          • AlCalzoneA Offline
                            AlCalzoneA Offline
                            AlCalzone
                            Developer
                            schrieb am zuletzt editiert von
                            #166

                            @thomas-braun Ich habe das vor kurzem auch gemacht und bin dann noch hierdrüber gestolpert:
                            https://raspberrypi.stackexchange.com/a/133930

                            Habs natürlich erst nach dem Neustart gemerkt als der Pi nicht mehr ohne Tastatur und Bildschirm zu bedienen war. Wäre ggf. sinnvoll das oben zu erwähnen und ggf. vorsichtshalber vorm letzten Neustart zu machen.

                            Warum `sudo` böse ist: https://forum.iobroker.net/post/17109

                            1 Antwort Letzte Antwort
                            0
                            • R Offline
                              R Offline
                              Rockfox
                              schrieb am zuletzt editiert von
                              #167

                              Hab das Update wie beschrieben ausgeführt, dass hat soweit auch alles geklappt und war fertig. Danach hab ich den Pi mit

                              sudo reboot now
                              

                              Neu starten lassen Jetzt komme ich mit ssh pi@ip-adresse nicht mehr auf den pi drauf

                              ssh pi@ip-adresse
                              ssh: connect to host ..... port 22: Operation timed out
                              danach 
                              ssh: connect to host ..... port 22: Host is down
                              

                              Was kann ich hier ggf. versuchen?

                              OpenSourceNomadO AlCalzoneA 2 Antworten Letzte Antwort
                              0
                              • R Rockfox

                                Hab das Update wie beschrieben ausgeführt, dass hat soweit auch alles geklappt und war fertig. Danach hab ich den Pi mit

                                sudo reboot now
                                

                                Neu starten lassen Jetzt komme ich mit ssh pi@ip-adresse nicht mehr auf den pi drauf

                                ssh pi@ip-adresse
                                ssh: connect to host ..... port 22: Operation timed out
                                danach 
                                ssh: connect to host ..... port 22: Host is down
                                

                                Was kann ich hier ggf. versuchen?

                                OpenSourceNomadO Offline
                                OpenSourceNomadO Offline
                                OpenSourceNomad
                                Most Active
                                schrieb am zuletzt editiert von
                                #168

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

                                Was kann ich hier ggf. versuchen?

                                Mittels hostname verbinden :raised_hands:

                                „Das Widerlegen von Schwachsinn erfordert eine Größenordnung mehr Energie als dessen Produktion.“ - Alberto Brandolini (Bullshit-Asymmetrie-Prinzip)

                                1 Antwort Letzte Antwort
                                0
                                • R Rockfox

                                  Hab das Update wie beschrieben ausgeführt, dass hat soweit auch alles geklappt und war fertig. Danach hab ich den Pi mit

                                  sudo reboot now
                                  

                                  Neu starten lassen Jetzt komme ich mit ssh pi@ip-adresse nicht mehr auf den pi drauf

                                  ssh pi@ip-adresse
                                  ssh: connect to host ..... port 22: Operation timed out
                                  danach 
                                  ssh: connect to host ..... port 22: Host is down
                                  

                                  Was kann ich hier ggf. versuchen?

                                  AlCalzoneA Offline
                                  AlCalzoneA Offline
                                  AlCalzone
                                  Developer
                                  schrieb am zuletzt editiert von
                                  #169

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

                                  Hab das Update wie beschrieben ausgeführt, dass hat soweit auch alles geklappt und war fertig. Danach hab ich den Pi mit

                                  Meinen Post direkt über deinem lesen? :man-shrugging:

                                  Warum `sudo` böse ist: https://forum.iobroker.net/post/17109

                                  R 1 Antwort Letzte Antwort
                                  0
                                  • AlCalzoneA AlCalzone

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

                                    Hab das Update wie beschrieben ausgeführt, dass hat soweit auch alles geklappt und war fertig. Danach hab ich den Pi mit

                                    Meinen Post direkt über deinem lesen? :man-shrugging:

                                    R Offline
                                    R Offline
                                    Rockfox
                                    schrieb am zuletzt editiert von Rockfox
                                    #170

                                    @alcalzone
                                    OKay manchmal sieht man den Wald vor lauter Bäumen nicht. :innocent: Sorry dafür.

                                    Also muss ich das ausführen:

                                    sudo nano /etc/systemd/system/dhcpcd.service.d/wait.conf
                                    
                                    Change from:
                                    [Service]
                                    ExecStart=
                                    ExecStart=/usr/lib/dhcpcd5/dhcpcd -q -w
                                    
                                    To:
                                    [Service]
                                    ExecStart=
                                    ExecStart=/usr/sbin/dhcpcd -q -w
                                    

                                    Wie komme ich jetzt an den pi ran? BIldschirm und Tastatur direkt anschließen die einzigste Möglichkeit?

                                    Thomas BraunT 1 Antwort Letzte Antwort
                                    0
                                    • R Rockfox

                                      @alcalzone
                                      OKay manchmal sieht man den Wald vor lauter Bäumen nicht. :innocent: Sorry dafür.

                                      Also muss ich das ausführen:

                                      sudo nano /etc/systemd/system/dhcpcd.service.d/wait.conf
                                      
                                      Change from:
                                      [Service]
                                      ExecStart=
                                      ExecStart=/usr/lib/dhcpcd5/dhcpcd -q -w
                                      
                                      To:
                                      [Service]
                                      ExecStart=
                                      ExecStart=/usr/sbin/dhcpcd -q -w
                                      

                                      Wie komme ich jetzt an den pi ran? BIldschirm und Tastatur direkt anschließen die einzigste Möglichkeit?

                                      Thomas BraunT Online
                                      Thomas BraunT Online
                                      Thomas Braun
                                      Most Active
                                      schrieb am zuletzt editiert von
                                      #171

                                      @rockfox
                                      Wenn das WLAN-Kabel zerschnitten ist musst du wohl zunächst mal lokal an die Kiste.

                                      Linux-Werkzeugkasten:
                                      https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                      NodeJS Fixer Skript:
                                      https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                      iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                      AlCalzoneA 1 Antwort Letzte Antwort
                                      0
                                      • Thomas BraunT Thomas Braun

                                        @rockfox
                                        Wenn das WLAN-Kabel zerschnitten ist musst du wohl zunächst mal lokal an die Kiste.

                                        AlCalzoneA Offline
                                        AlCalzoneA Offline
                                        AlCalzone
                                        Developer
                                        schrieb am zuletzt editiert von
                                        #172

                                        @thomas-braun Vielleicht wirklich oben vorm Reboot erwähnen?

                                        Warum `sudo` böse ist: https://forum.iobroker.net/post/17109

                                        M 1 Antwort Letzte Antwort
                                        0
                                        • AlCalzoneA AlCalzone

                                          @thomas-braun Vielleicht wirklich oben vorm Reboot erwähnen?

                                          M Offline
                                          M Offline
                                          maxpd
                                          schrieb am zuletzt editiert von maxpd
                                          #173

                                          Bei mir gibt es neofetch zur Prüfung der aktuellen Version nicht

                                          pi@iobroker:~ $ neofetch
                                          -bash: neofetch: Kommando nicht gefunden.
                                          
                                          

                                          Gruß
                                          maxpd

                                          Raspi 4 8gb | iobroker + pivccu3 | 46 Adapter | 68 Scripte, 120 Devices

                                          Thomas BraunT 1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          407

                                          Online

                                          32.4k

                                          Benutzer

                                          81.5k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe