Created
May 8, 2016 00:02
-
-
Save jgamblin/2441964a1266764ed71f3243f87bbeec to your computer and use it in GitHub Desktop.
Install Raspi-Config and rpi-update on Kali.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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?