Jump to content
Sign in to follow this  
Eugene

Samba on Tinker Board 2

Recommended Posts

Hi!

Has anyone installed samba samba-common-bin on Tinker Board2?

I have tried installing on Debian 10 V 2.0.0 and V 2.0.3. using apt, apt-get and manual. Unfortunately, the same message appears about unsuitable versions of libraries (python-samba, samba-libs and many others) I've tried changing source.list as well, but in vain.

Could you advise?

Share this post


Link to post
Share on other sites

Finally, 

the following solution helped me:

<code> sudo apt dist-upgrade </code> 

I have got a list of broken packages. 

 

<code> sudo dpkg -l | grep ^ iU | awk '{print $ 2}' | xargs sudo dpkg --purge 'package_name' </code>

I have removed these packages one by one. 

 

<code> sudo apt install -f </code>

And 

<code> sudo apt install samba </code>

 

 Life is getting better!

Edited by Eugene

Share this post


Link to post
Share on other sites

Samba doesn't want to be installed using other dependencies as an excuse. but i solved his problem.

it's ok with one command, like this: 

sudo apt-get install python-samba samba-common-bin samba-libs samba libwbclient0 libsmbclient

 

  • Like 1

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...