![]() |
[SOLVED] Error when installing additional software (LL 2.2) - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: Software - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=5) +--- Forum: Installing Software (https://www.linuxliteos.com/forums/forumdisplay.php?fid=18) +--- Thread: [SOLVED] Error when installing additional software (LL 2.2) (/showthread.php?tid=1191) |
Re: install additional software 2.2 - sysdrum - 12-04-2014 Interesting so Code: sudo apt-get install -f Re: install additional software 2.2 - TMG1961 - 12-04-2014 (12-04-2014, 02:20 PM)sysdrum link Wrote: Interesting so No, gave no errors Re: install additional software 2.2 - iwar - 12-04-2014 what is your time right now here its 16:20 ok! did not see page 2 when i posted Re: install additional software 2.2 - Wirezfree - 12-04-2014 Hi iwar, I'm sure Jerry is in New Zealand: http://www.timeanddate.com/worldclock/new-zealand/auckland Re: install additional software 2.2 - TMG1961 - 12-04-2014 (12-04-2014, 03:20 PM)iwar link Wrote: what is your time right now here its 16:20 we are in the same timezone Re: install additional software 2.2 - iwar - 12-04-2014 Yes TMG1961 but Jerry is not in the same zon Re: install additional software 2.2 - TMG1961 - 12-04-2014 (12-04-2014, 06:25 PM)iwar link Wrote: Yes TMG1961 but Jerry is not in the same zon No i think he is just getting out of bed at this moment..guess he is about 12 hours ahead of us Re: install additional software 2.2 - sysdrum - 12-04-2014 So why is a grep command? Code: test_appletrailers1=(`apt-cache policy totem-mozilla | grep "Installed:"`) Code: if [ "${PIPESTATUS[0]}" -ne "0" ]; then In the script it makes a grep call before a zenity call, could the grep cause a fault if there is an error in the grep? I pulled the code from both the Git and in usr/scripts/lite-software on a current 32 and 64. I am not sure if that could be the problem but when I removed it the error went away on the 32 bit and 64 bit when another installed language was present. But I am not sure that is the complete issue. Re: install additional software 2.2 - TMG1961 - 12-05-2014 Should i change the default language to Dutch to see if the error pops up? Or do you want to take a look yourself Jerry? Re: install additional software 2.2 - TMG1961 - 12-05-2014 Thought i give it a try. Changed language to Dutch, logged out and back in again and tried to install additional software and got the pop up that i needed to update first. Changed the language back to English and logged out and in again and no pop up when i tried to install additional software. |