Re: chrome won't update

2025-03-06 Thread Stephen Partington via PLUG-discuss
This is why the misnamed AI chatbots can be so fery powerful. i think many support orgs should leverage them. On Thu, Mar 6, 2025 at 11:55 AM Michael via PLUG-discuss < plug-discuss@lists.phxlinux.org> wrote: > cool. It didn't work so I fed the error into chatgpt, found a solution, > and now it

Re: chrome won't update

2025-03-06 Thread Snyder, Alexander J via PLUG-discuss
What was the solution you found? What was broken before and what fixed it? Please share your discovered resolution --- Thanks, Alexander Sent from my Google Pixel 7 Pro On Thu, Mar 6, 2025, 08:36 Michael via PLUG-discuss < plug-discuss@lists.phxlinux.org> wrote: > cool. It didn't work so I fed

Re: chrome won't update

2025-03-06 Thread Michael via PLUG-discuss
cool. It didn't work so I fed the error into chatgpt, found a solution, and now it works. chrome updated too! On Thu, Mar 6, 2025 at 10:00 AM Michael wrote: > thanks guys. I appreciate the help. So I suppose I wait! > > > On Wed, Mar 5, 2025 at 3:25 PM Keith Smith via PLUG-discuss < > plug-discu

Re: chrome won't update

2025-03-06 Thread Michael via PLUG-discuss
thanks guys. I appreciate the help. So I suppose I wait! On Wed, Mar 5, 2025 at 3:25 PM Keith Smith via PLUG-discuss < plug-discuss@lists.phxlinux.org> wrote: > Mike, > > I put your output into https://chatgpt.com/ and it says: > > It looks like you were trying to install the libglib2.0-0 packag

Re: chrome won't update

2025-03-05 Thread Keith Smith via PLUG-discuss
Mike, I put your output into https://chatgpt.com/ and it says: It looks like you were trying to install the libglib2.0-0 package, but the system selected libglib2.0-0t64 instead, which is already installed and up to date. Additionally, you have 241 packages that are not upgraded. If you wan

Re: chrome won't update

2025-03-05 Thread James Mcphee via PLUG-discuss
libglib2.0-0t64 is a breaking change that supports 64 bit time types. If you can't get a chrome that works with it, you can force your libglib2.0-0 to a particular version by choosing one that is not t64. apt-cache policy libglib2.0-0. then apt install libglib2.0-0=. then put a hold on that pac