Installing Softwares on Raspberry Pi - ajumalp/rpi-nas GitHub Wiki

  • Click here to watch video :point_right:
    Now we can install softwares 1/1.
  • First we need to connect to Raspberry Pi via SSH using Putty
  • Open Putty, enter your IP address and hit open button
  • If everything is fine, it will establish S.S.H connection with Raspberry Pi.
  • Login to Raspberry Pi using the default login credentials.
  • Username: pi Password: raspberry
  • We need to update and upgrade all existing packages before installing other softwares
  • Run below command to update and upgrade all packages
sudo apt update && sudo apt -y upgrade
Pre Next