Re: Package Identification Assistance

2024-02-16 Thread Ralph Aichinger
On Thu, 2024-02-15 at 20:33 -0500, Neal Heinecke wrote: > I need to identify the package responsible for creating the software > sources window. There is a minor bug/typo where the first tab reads > "Ubuntu Software" This could be synaptic? https://help.ubuntu.com/community/SynapticHowto Does

Re: Package Identification Assistance

2024-02-16 Thread Max Nikulin
On 16/02/2024 21:14, Greg Wooledge wrote: On Fri, Feb 16, 2024 at 09:05:28PM +0700, Max Nikulin wrote: I suspect that program name is the question. If "ps awf" gives no clue then perhaps the following may help (untested):

Re: Package Identification Assistance

2024-02-16 Thread The Wanderer
On 2024-02-16 at 09:14, Greg Wooledge wrote: >>> On Thu, 15 Feb 2024 20:33:16 -0500 Neal Heinecke wrote: >>> I need to identify the package responsible for creating the software sources window. There is a minor bug/typo where the first tab reads "Ubuntu Software" > I would also

Re: Package Identification Assistance

2024-02-16 Thread Greg Wooledge
On Fri, Feb 16, 2024 at 09:05:28PM +0700, Max Nikulin wrote: > On 16/02/2024 12:16, Charles Curley wrote: > > On Thu, 15 Feb 2024 20:33:16 -0500 > > Neal Heinecke wrote: > > > > > I need to identify the package responsible for creating the software > > > sources window. There is a minor bug/typo

Re: Package Identification Assistance

2024-02-16 Thread Max Nikulin
On 16/02/2024 12:16, Charles Curley wrote: On Thu, 15 Feb 2024 20:33:16 -0500 Neal Heinecke wrote: I need to identify the package responsible for creating the software sources window. There is a minor bug/typo where the first tab reads "Ubuntu Software" I have no idea what a "software

Re: Package Identification Assistance

2024-02-16 Thread Cindy Sue Causey
On 2/16/24, Charles Curley wrote: > On Thu, 15 Feb 2024 20:33:16 -0500 > Neal Heinecke wrote: > >> I need to identify the package responsible for creating the software >> sources window. There is a minor bug/typo where the first tab reads >> "Ubuntu Software" > > I have no idea what a "software

Re: Package Identification Assistance

2024-02-16 Thread Stefan Monnier
> I need to identify the package responsible for creating the software > sources window. There is a minor bug/typo where the first tab reads > "Ubuntu Software" If all else fails, you can always try something like: find / -mount -type f -print0 | xargs -0 grep -al "Ubuntu Software" to find

Re: Package Identification Assistance

2024-02-15 Thread Jeffrey Walton
On Fri, Feb 16, 2024 at 12:27 AM Neal Heinecke wrote: > > I need to identify the package responsible for creating the software sources > window. There is a minor bug/typo where the first tab reads "Ubuntu Software" If you can locate the program that owns the window, then you can identify the

Re: Package Identification Assistance

2024-02-15 Thread Charles Curley
On Thu, 15 Feb 2024 20:33:16 -0500 Neal Heinecke wrote: > I need to identify the package responsible for creating the software > sources window. There is a minor bug/typo where the first tab reads > "Ubuntu Software" I have no idea what a "software sources window" is. Do you know the name of