Check package dependencies
In order to check .deb package dependenciesapt-cache rdepends packagename
In order to check .deb package dependenciesapt-cache rdepends packagename
Install required packagesapt install apt-file
apt-file update
apt-file list package_name
Put it on holdsudo apt-mark hold
Remove from holdsudo apt-mark unhold
start with
dpkg -i package
install missing dependencies
apt-get install -f