Samba Server Won't Start Missing Dependencies and AppArmor is not installed

The service is called smb.service, not smbd.service.

So try this to start it:

systemctl start smb.service

Or to start it automatically at boot:

systemctl enable smb.service

Or just use YaST->System->Services Manager.