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

    Error on 'apt-get install duetsoftwareframework'

    Scheduled Pinned Locked Moved
    Duet Web Control
    3
    6
    274
    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.
    • QIDI-Xmax_upgradeundefined
      QIDI-Xmax_upgrade
      last edited by

      During the setup of my RPi 4b when I try to run the 'apt-get install duetsoftwareframework' I get the following error messages:

      E: Could not open lock file /var/lib/dpkg/lock-frontend - open (13: Permission denied)

      E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), are you root?

      A Former User? 1 Reply Last reply Reply Quote 0
      • A Former User?
        A Former User @QIDI-Xmax_upgrade
        last edited by

        @QIDI-Xmax_upgrade said in Error on 'apt-get install duetsoftwareframework':

        I try to run the 'apt-get install duetsoftwareframework' I

        sudo

        as in sudo apt-get install duetsoftwareframework

        1 Reply Last reply Reply Quote 0
        • Carloundefined
          Carlo
          last edited by

          Hi,

          sudo is missing from the getting started page on that line :

          sudo apt-get install apt-transport-https
          sudo apt-get update
          apt-get install duetsoftwareframework

          Cheers
          C

          A Former User? 1 Reply Last reply Reply Quote 0
          • A Former User?
            A Former User @Carlo
            last edited by

            @Carlo said in Error on 'apt-get install duetsoftwareframework':

            sudo is missing

            thanks for taking the time to post; its been added so the next guy hopefully has one less problem. 👍

            1 Reply Last reply Reply Quote 1
            • QIDI-Xmax_upgradeundefined
              QIDI-Xmax_upgrade
              last edited by

              Thanks Carlo!

              Now when I run the 'apt-get install duetsoftwareframework' command it runs but I am getting the following error:

              pi@raspberrypi:~ $ sudo apt-get install duetsoftwareframework
              Reading package lists... Done
              Building dependency tree
              Reading state information... Done
              E: Unable to locate package duetsoftwareframework
              pi@raspberrypi:~ $

              A Former User? 1 Reply Last reply Reply Quote 0
              • A Former User?
                A Former User @QIDI-Xmax_upgrade
                last edited by A Former User

                @QIDI-Xmax_upgrade said in Error on 'apt-get install duetsoftwareframework':

                E: Unable to locate package duetsoftwareframework

                are you using the DuetPi image, or have you enabled the duet3d package repository and ran sudo apt update after adding the duet3d package repository?

                maybe trimming the instructions down helps?

                #get key
                wget -qO - https://pkg.duet3d.com/duet3d.gpg | sudo apt-key add -
                #get list
                wget -qO - https://pkg.duet3d.com/duet3d.list | sudo tee /etc/apt/sources.list.d/duet3d.list
                #update
                sudo apt update
                
                1 Reply Last reply Reply Quote 0
                • First post
                  Last post
                Unless otherwise noted, all forum content is licensed under CC-BY-SA