Error on 'apt-get install duetsoftwareframework'
-
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?
-
@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
-
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 duetsoftwareframeworkCheers
C -
@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.
-
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:~ $ -
@QIDI-Xmax_upgrade said in Error on 'apt-get install duetsoftwareframework':
E: Unable to locate package duetsoftwareframework
are you using the DuetPi image, orhave you enabled the duet3d package repository and ransudo 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