upgrade form debian buster to debian bullseye

  • i finally did it.
    upgraded to bullseye!

    i have to change /var/lib/dpkg/info/util-linux.postinst
    *https://askubuntu.com/questions/1208030 ... 06#1531106
    sudo apt -f install util-linux
    sudo apt --fix-broken install

    sudo nano apt.postinstall - put exit 0; to not to update (just dont want to find out why it breaks)
    sudo nano e2fsprogs.postinst - - put exit 0; to not to update (just dont want to find out why it breaks)

    reinstall gstreamer:
    sudo apt-get install --reinstall gstreamer1.0-alsa gstreamer1.0-libav gstreamer1.0-plugins-bad gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-ugly gstreamer1.0-pulseaudio libgstreamer-plugins-bad1.0-0 libgstreamer-plugins-base1.0-0 libgstreamer-plugins-good1.0-0 libgstreamer1.0-0
    very helpful commands:

    Code: Select all

    sudo rm /var/lib/apt/lists/lock
    sudo rm /var/cache/apt/archives/lock
    sudo rm /var/lib/dpkg/lock*
    but csi camera still not working with gstreamer ((
    Attachments
    2024-10-25_12h59_21.png