I'm new to the Raspberry Pi platform and also complitly new to Linux OS. That said, trubleshooting by my self is pretty much impossible. I hope I can find some help here :)
I wanted to install Samba, tho i could open a network folder set up on my Windows machine. To do that, I found these command lines online:
sudo apt-get update
sudo apt-get install samba samba-common-bin
But no matter what I try after searching for houres in forums, I allways get this error messege:
pi@raspberrypi:— $ sudo apt-get install samba samba-common-bin
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
samba : Depends: python-samba but it is not going to be installed
Depends: samba-common (= 2:4.2.14+dfsg-O+deb8u11) but 2:4.5.12+dfsg-2+deb9u3 is to be installed
Depends: samba-dsdb-modules but it is not going to be installed
Depends: samba-libs (= 2:4.2.14+dfsg-O+deb8u11) but 2:4.5.12+dfsg-2+deb9u3 is to be installed
Recommends: attr but it is not going to be installed
Recommends: samba-vfs-modules but it is not going to be installed
samba-common-bin : Depends: python-samba but it is not going to be installed
Depends: samba-common (= 2:4.2.14+dfsg-O+deb8u11) but 2:4.5.12+dfsg-2+deb9u3 is to be installed
Depends: samba-libs (= 2:4.2.14+dfsg-O+deb8u11) but 2:4.5.12+dfsg-2+deb9u3 is to be installed
E: Unable to correct problems, you have held broken packages.
I am sorry if this is a dumb question to ask, but I have simply no clue what Im doing wrong... If you need further Information please contact me, I will be fast to give them If I can!