sudo apt-get install software-properties-common
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt-get update
sudo apt-get install python2.7
How-To Install Python 2.7 on a Raspberry Pi running Raspbian
1
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt-get update
sudo apt-get install python2.7
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt-get update
sudo apt-get install python3.10
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt-get update
sudo apt-get install python3.11
To install Docker on a Raspberry Pi running Raspbian OS, run the following script
curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh
Running the following commands on Raspbian updates all packages, the distribution and firmware. The system has to reboot twice.
sudo apt-get update
sudo apt-get dist-upgrade
reboot
sudo rpi-update
reboot