if! apt-get -qyinstall ./${deb64}> tmplog.txt;then cat tmplog.txt;echo"ERROR! ${deb64} could not be installed";exit 1;else mv tmplog.txt ./${dep64}.installation-log.txt;echo"${deb64} has been installed";fi
if! apt-get -qyinstall ./${deb64}> tmplog.txt;then cat tmplog.txt;echo"ERROR! ${deb64} could not be installed";exit 1;else mv tmplog.txt ./${dep64}.installation-log.txt;echo"${deb64} has been installed";fi
###if ! apt-get -qy install ./${deb64}; then echo "ERROR! ${deb64} could not be installed"; exit 1; else echo "${deb64} has been installed"; fi
###if ! apt-get -qy install ./${deb64}; then echo "ERROR! ${deb64} could not be installed"; exit 1; else echo "${deb64} has been installed"; fi
###if ! apt-get -qy install ./${deb64} | tee ./${dep64}.installation-log.txt; then echo "ERROR! ${deb64} could not be installed"; exit 1; else echo "${deb64} has been installed"; fi
###if ! apt-get -qy install ./${deb64} | tee ./${dep64}.installation-log.txt; then echo "ERROR! ${deb64} could not be installed"; exit 1; else echo "${deb64} has been installed"; fi