Hi,
For the 2 library:
Depends: libopencdk8 (>= 0.5.7) but it is not installable
Depends: libtasn1-2 (>= 0.2.13) but it is not installable
I would say it's because you already have an existing (older) version which is in use on your system. so they can't be replaced.
and for the second one, try the following:
Code:
sudo apt-get remove samba-common
sudo apt-get clean
sudo apt-get update
sudo apt-get check
sudo apt-get install samba-common
Angel