You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to install the software via dpkg as in the docs but I am getting an error that the system cannot find the *.deb file. Is there an alternative method for installing?
I am running on a fresh image of the raspberry pi 5 bookworm 64bit on a raspberry pi 5
Hit:1 http://deb.debian.org/debian bookworm InRelease
Hit:2 http://archive.raspberrypi.com/debian bookworm InRelease
Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
Hit:4 http://deb.debian.org/debian bookworm-updates InRelease
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
The following package was automatically installed and is no longer required:
xinput
Use 'sudo apt autoremove' to remove it.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
pi@5book:~ $ sudo dpkg -i rpi-sb-provisioner_foo.deb
dpkg: error: cannot access archive 'rpi-sb-provisioner_foo.deb': No such file or directory
The text was updated successfully, but these errors were encountered:
You need to download: rpi-sb-provisioner_1.3.0_arm64.deb and then, assuming the file is in your downloads folder: sudo dpkg -i ~/Downloads/rpi-sb-provisioner_1.3.0_arm64.deb
Hello,
I am trying to install the software via dpkg as in the docs but I am getting an error that the system cannot find the *.deb file. Is there an alternative method for installing?
I am running on a fresh image of the raspberry pi 5 bookworm 64bit on a raspberry pi 5
The text was updated successfully, but these errors were encountered: