Imager: Difference between revisions

From Chorke Wiki
Jump to navigation Jump to search
Line 2: Line 2:
{|class='wikitable mw-collapsible' style='width:100%;margin:3px 0'
{|class='wikitable mw-collapsible' style='width:100%;margin:3px 0'
!scope='col' style='text-align:left' colspan='2'|
!scope='col' style='text-align:left' colspan='2'|
[https://openwrt.org/toh/cudy/tr3000#oem_easy_installation OpenWrt » Install]
[https://www.raspberrypi.com/software/ Imager » Raspberry Pi]
|-
|-
|valign='top' style='width:50%'|
|valign='top' style='width:50%'|
<syntaxhighlight style='margin:3px 0' lang='bash'>
<syntaxhighlight style='margin:3px 0' lang='bash'>
sudo snap install rpi-imager
cat <<'EXE' | sudo bash
sudo apt-get install --fix-broken
curl -fsSLo ~/Downloads/imager_1.9.4_amd64.deb https://downloads.raspberrypi.com/imager/imager_1.9.4_amd64.deb
sudo apt-get install -f
 
dpkg -i    ~/Downloads/imager_1.9.4_amd64.deb
rm  -rf    ~/Downloads/imager_1.9.4_amd64.deb
 
apt-get install --fix-broken
EXE
</syntaxhighlight>
</syntaxhighlight>



Revision as of 06:51, 29 December 2025

Imager » Raspberry Pi

Imager » Raspberry Pi

cat <<'EXE' | sudo bash
curl -fsSLo ~/Downloads/imager_1.9.4_amd64.deb https://downloads.raspberrypi.com/imager/imager_1.9.4_amd64.deb

dpkg -i     ~/Downloads/imager_1.9.4_amd64.deb
rm   -rf    ~/Downloads/imager_1.9.4_amd64.deb

apt-get install --fix-broken
EXE

🕸 Imager » Raspberry Pi » Download


🕸 Imager » Raspberry Pi


References

References