Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 27 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save jgamblin/2441964a1266764ed71f3243f87bbeec to your computer and use it in GitHub Desktop.
Save jgamblin/2441964a1266764ed71f3243f87bbeec to your computer and use it in GitHub Desktop.
Install Raspi-Config and rpi-update on Kali.
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
@UnderXirox
Copy link

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

@saintofinternet
Copy link

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

Life Saver!!! :-) God Bless You!!!

@OLLYDOTDEV
Copy link

stills works in 2020 on the Raspberry Pi zero w
thanks a lot

@janrasta
Copy link

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

@thecodingnad
Copy link

Still works in 2021 on the Raspberry Pi 4.

Thank you very much!

@Sco66Baker
Copy link

Working on Kali Zero 5/28/21
Thanks

@All3xJ
Copy link

All3xJ commented Nov 9, 2021

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

@EmielV2002
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment