Eugene 0 Posted January 4, 2022 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
Eugene 0 Posted January 5, 2022 (edited) 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 January 5, 2022 by Eugene Share this post Link to post Share on other sites
hasank 3 Posted February 14, 2022 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 1 Share this post Link to post Share on other sites