Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login

    DSF Upgrade Problem

    Scheduled Pinned Locked Moved
    General Discussion
    2
    3
    180
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • chas2706undefined
      chas2706
      last edited by

      When trying to upgrade via SBC I get this:

      pi@Duet3:~ $ sudo apt-get update
      Get:1 https://pkg.duet3d.com unstable InRelease [2,565 B]
      Get:2 https://pkg.duet3d.com stable InRelease [2,563 B]
      Get:3 https://pkg.duet3d.com unstable/armv7 armhf Packages [22.1 kB]
      Get:4 https://pkg.duet3d.com stable/armv7 armhf Packages [9,426 B]
      Get:5 http://archive.raspberrypi.org/debian buster InRelease [25.1 kB]
      Get:6 http://raspbian.raspberrypi.org/raspbian buster InRelease [15.0 kB]
      Get:7 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages [13.0 MB]
      Get:8 http://archive.raspberrypi.org/debian buster/main armhf Packages [277 kB]
      Fetched 13.4 MB in 47s (286 kB/s)
      Reading package lists... Done
      pi@Duet3:~ $ sudo apt-get upgrade
      Reading package lists... Done
      Building dependency tree
      Reading state information... Done
      Calculating upgrade... Done
      Some packages could not be installed. This may mean that you have
      requested an impossible situation or if you are using the unstable
      distribution that some required packages have not yet been created
      or been moved out of Incoming.
      The following information may help to resolve the situation:

      The following packages have unmet dependencies:
      vlc-bin : Depends: libvlc-bin (= 3.0.8-0+deb10u1+rpt1) but 3.0.8-0+deb10u1+rpt7 is to be installed
      vlc-plugin-skins2 : Depends: vlc-plugin-qt (= 3.0.8-0+deb10u1+rpt7) but 3.0.8-0+deb10u1+rpt1 is to be installed
      E: Broken packages
      pi@Duet3:~ $

      Any Ideas what the problem is. BTW I am using the unstable distro.

      1 Reply Last reply Reply Quote 0
      • Danalundefined
        Danal
        last edited by

        I am not 100% certain... but were this me, I'd try two things, in order:

        First,

        • sudo apt-get install autoclean

        Then run the regular pair of update/upgrade.

        If that does not work:

        • sudo apt-get install libvlc-bin
        • sudo apt-get install vlc-plugin-qt

        And then go back and run the regular pair of update and install commands. It can't really hurt anything... you can always un-install them.

        Delta / Kossel printer fanatic

        1 Reply Last reply Reply Quote 0
        • chas2706undefined
          chas2706
          last edited by

          @Danal said in DSF Upgrade Problem:

          sudo apt-get install vlc-plugin-qt

          Thank you. Installing the missing dependencies worked!

          1 Reply Last reply Reply Quote 0
          • First post
            Last post
          Unless otherwise noted, all forum content is licensed under CC-BY-SA