is there a steam repository for kali linux

Shell
# Don’t allow running as root

if [ "$(id -u)" == "0" ]; then
show_message –error $”Cannot run as root user”
exit 1
fisudo dpkg -i replace.deb
sudo apt install -f
Source

Also in Shell: