12-04-2014, 02:20 PM
Interesting so should have thrown an error if there was a broken language dependency. Do we have any weird output?
Code:
sudo apt-get install -fsudo apt-get install -f(12-04-2014, 02:20 PM)sysdrum link Wrote: Interesting soshould have thrown an error if there was a broken language dependency. Do we have any weird output?Code:sudo apt-get install -f

(12-04-2014, 03:20 PM)iwar link Wrote: what is your time right now here its 16:20
ok!
did not see page 2 when i posted
(12-04-2014, 06:25 PM)iwar link Wrote: Yes TMG1961 but Jerry is not in the same zon
test_appletrailers1=(`apt-cache policy totem-mozilla | grep "Installed:"`)if [ "${PIPESTATUS[0]}" -ne "0" ]; then
if zenity --question --title=Update --text="You must update package lists before using this tool\nDo you want to update?"
then
sudo apt-get update | zenity --progress --text="Updating package lists..." --title="Please wait" --pulsate --auto-close
if [ "${PIPESTATUS[0]}" -ne "0" ]; then
zenity --error --title="Error" --text="Updating package lists has failed."
exit
fi
else exit