Samba is available in Raspbian’s standard software repositories. We’re going to update our repository index, make sure our operating system is fully updated, and install Samba using apt-get. Open a Terminal and type:
sudo apt update
sudo apt upgrade
sudo apt install samba samba-common-bin
Read More