-
-
Save jgamblin/2441964a1266764ed71f3243f87bbeec to your computer and use it in GitHub Desktop.
| sudo apt-get update | |
| sudo apt-get install lua5.1 alsa-utils triggerhappy curl libcurl3 | |
| wget http://archive.raspberrypi.org/debian/pool/main/r/raspi-config/raspi-config_20160322_all.deb | |
| wget http://archive.raspberrypi.org/debian/pool/main/r/rpi-update/rpi-update_20140705_all.deb | |
| dpkg -i raspi-config_20160322_all.deb | |
| dpkg -i rpi-update_20140705_all.deb |
apt-get update
apt install lua5.1 alsa-utils psmisc && apt --fix-broken installwget https://archive.raspberrypi.org/debian/pool/main/r/raspi-config/raspi-config_20180406+1_all.deb
wget https://archive.raspberrypi.org/debian/pool/main/r/rpi-update/rpi-update_20140705_all.deb
dpkg -i raspi-config_20180406+1_all.deb
dpkg -i rpi-update_20140705_all.deb
Life Saver!!! :-) God Bless You!!!
stills works in 2020 on the Raspberry Pi zero w
thanks a lot
apt-get update
apt install lua5.1 alsa-utils psmisc && apt --fix-broken install
wget http://archive.raspberrypi.org/debian/pool/main/r/rpi-update/rpi-update_20200409_all.deb
wget http://archive.raspberrypi.org/debian/pool/main/r/raspi-config/raspi-config_20201108_all.deb
dpkg -i rpi-update_20200409_all.deb raspi-config_20201108_all.deb
last versions for 13.11.2020
Still works in 2021 on the Raspberry Pi 4.
Thank you very much!
Working on Kali Zero 5/28/21
Thanks
I have found kalipi-config already included inside the kali img. rpi-update isn't. to get the new version:
sudo apt-get update
sudo apt install lua5.1 alsa-utils psmisc && sudo apt --fix-broken install && sudo apt-get --reinstall install libraspberrypi-bin && sudo ldconfig
wget http://archive.raspberrypi.org/debian/pool/main/r/rpi-update/rpi-update_20210618_all.deb
sudo dpkg -i rpi-update_20210618_all.deb
Hi I got it working on the rpi5 4gb.
apt-get update
sudo apt install lua5.1 alsa-utils psmisc && sudo apt --fix-broken install && sudo apt-get --reinstall install libraspberrypi-bin && sudo ldconfig
wget http://archive.raspberrypi.org/debian/pool/main/r/rpi-update/rpi-update_20230904_all.deb
wget http://archive.raspberrypi.org/debian/pool/main/r/raspi-config/raspi-config_20240108_all.deb
dpkg -i rpi-update_20230904_all.deb raspi-config_20240108_all.deb
last versions for 28.1.2024
Latest version for 1th February 2025, working on my rpi5 16GB
sudo apt-get update
sudo apt install lua5.1 alsa-utils psmisc && sudo apt --fix-broken install && sudo apt-get --reinstall install libraspberrypi-bin && sudo ldconfig
sudo apt full-upgrade
wget http://archive.raspberrypi.org/debian/pool/main/r/rpi-update/rpi-update_20230904_all.deb
wget http://archive.raspberrypi.org/debian/pool/main/r/raspi-config/raspi-config_20250129_all.deb
sudo dpkg -i rpi-update_20230904_all.deb raspi-config_20250129_all.deb
Latest version for 1th February 2025, working on my rpi5 16GB
sudo apt-get update sudo apt install lua5.1 alsa-utils psmisc && sudo apt --fix-broken install && sudo apt-get --reinstall install libraspberrypi-bin && sudo ldconfig sudo apt full-upgrade
wget http://archive.raspberrypi.org/debian/pool/main/r/rpi-update/rpi-update_20230904_all.deb wget http://archive.raspberrypi.org/debian/pool/main/r/raspi-config/raspi-config_20250129_all.deb
sudo dpkg -i rpi-update_20230904_all.deb raspi-config_20250129_all.deb
I've tried this approach on a Kali
PRETTY_NAME="Kali GNU/Linux Rolling" NAME="Kali GNU/Linux" VERSION_ID="2025.3" VERSION="2025.3" VERSION_CODENAME=kali-rolling ID=kali ID_LIKE=debian HOME_URL="https://www.kali.org/" SUPPORT_URL="https://forums.kali.org/" BUG_REPORT_URL="https://bugs.kali.org/" ANSI_COLOR="1;31"
and i got this error
`Selecting previously unselected package rpi-update.
(Reading database ... 468941 files and directories currently installed.)
Preparing to unpack rpi-update_20230904_all.deb ...
Unpacking rpi-update (20230904) ...
Selecting previously unselected package raspi-config.
Preparing to unpack raspi-config_20250129_all.deb ...
Unpacking raspi-config (20250129) ...
Setting up rpi-update (20230904) ...
dpkg: dependency problems prevent configuration of raspi-config:
raspi-config depends on raspi-utils; however:
Package raspi-utils is not installed.
dpkg: error processing package raspi-config (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
raspi-config
`
how to install the raspi-utils does anyone know?
apt-get update
apt install lua5.1 alsa-utils psmisc && apt --fix-broken install
wget https://archive.raspberrypi.org/debian/pool/main/r/raspi-config/raspi-config_20180406+1_all.deb
wget https://archive.raspberrypi.org/debian/pool/main/r/rpi-update/rpi-update_20140705_all.deb
dpkg -i raspi-config_20180406+1_all.deb
dpkg -i rpi-update_20140705_all.deb