You are not logged in.
Pages: 1
There were recently a significant 'Samba' updates in Debian Jessie. If somebody noticed samba errors on upgrade, we recommend to proceed steps below to fix package dependencies. It will forcibly remove samba packages to let the newer ones to be installed over.
Run commands in terminal to fix system:
$ sudo apt-get update
$ sudo dpkg -r --force-all samba
$ sudo dpkg -r --force-all samba-libs
$ sudo apt-get install -f
$ sudo sh /usr/share/apps/q4os_system/bin/qapt_fix.sh
Offline
Pages: 1