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

Error on 'apt-get install duetsoftwareframework'

Scheduled Pinned Locked Moved
Duet Web Control
3
6
273
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.
  • undefined
    QIDI-Xmax_upgrade
    last edited by 6 May 2020, 15:18

    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?

    ? 1 Reply Last reply 6 May 2020, 15:19 Reply Quote 0
    • ?
      A Former User @QIDI-Xmax_upgrade
      last edited by 6 May 2020, 15:19

      @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
      • undefined
        Carlo
        last edited by 6 May 2020, 17:46

        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

        ? 1 Reply Last reply 6 May 2020, 18:10 Reply Quote 0
        • ?
          A Former User @Carlo
          last edited by 6 May 2020, 18:10

          @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
          • undefined
            QIDI-Xmax_upgrade
            last edited by 6 May 2020, 21:55

            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:~ $

            ? 1 Reply Last reply 6 May 2020, 22:03 Reply Quote 0
            • ?
              A Former User @QIDI-Xmax_upgrade
              last edited by A Former User 5 Jun 2020, 22:35 6 May 2020, 22:03

              @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
              5 out of 6
              • First post
                5/6
                Last post
              Unless otherwise noted, all forum content is licensed under CC-BY-SA