Re: [solved] Need help with dnf excludes

2020-10-20 Thread George N. White III
On Tue, 20 Oct 2020 at 08:43, Jonathan Billings wrote: > On Oct 19, 2020, at 17:58, Jonathan Billings wrote: > > >  > On Oct 19, 2020, at 16:15, ToddAndMargo via users < > users@lists.fedoraproject.org> wrote: > > Combining excludepkgs, using a space as the delimiter, now > > > According to the

Re: [solved] Need help with dnf excludes

2020-10-20 Thread Jonathan Billings
On Oct 19, 2020, at 17:58, Jonathan Billings wrote: > >  >> On Oct 19, 2020, at 16:15, ToddAndMargo via users >> wrote: >> >> Combining excludepkgs, using a space as the delimiter, now > > According to the documentation: > > > exclude > list > Exclude packages of this repository, specifie

Re: [solved] Need help with dnf excludes

2020-10-19 Thread ToddAndMargo via users
On 2020-10-19 18:56, Ed Greshko wrote: On 20/10/2020 08:50, Samuel Sieb wrote: I understand how bash works, I was wondering how that was relevant to dnf.  Especially since it effectively works the same anyway, last assignment wins. Not to mention, dnf is written in python. Probably reading

Re: [solved] Need help with dnf excludes

2020-10-19 Thread Ed Greshko
On 20/10/2020 08:50, Samuel Sieb wrote: I understand how bash works, I was wondering how that was relevant to dnf.  Especially since it effectively works the same anyway, last assignment wins. Not to mention, dnf is written in python. --- The key to getting good answers is to ask good question

Re: [solved] Need help with dnf excludes

2020-10-19 Thread Samuel Sieb
On 10/19/20 5:08 PM, ToddAndMargo via users wrote: On 2020-10-19 16:23, Samuel Sieb wrote: On 10/19/20 4:11 PM, ToddAndMargo via users wrote: On 2020-10-19 14:51, Jonathan Billings wrote: On Oct 19, 2020, at 16:15, ToddAndMargo via users wrote: Combining excludepkgs, using a space as the

Re: [solved] Need help with dnf excludes

2020-10-19 Thread ToddAndMargo via users
On 2020-10-19 16:23, Samuel Sieb wrote: On 10/19/20 4:11 PM, ToddAndMargo via users wrote: On 2020-10-19 14:51, Jonathan Billings wrote: On Oct 19, 2020, at 16:15, ToddAndMargo via users wrote: Combining excludepkgs, using a space as the delimiter, now According to the documentation:

Re: [solved] Need help with dnf excludes

2020-10-19 Thread Samuel Sieb
On 10/19/20 4:11 PM, ToddAndMargo via users wrote: On 2020-10-19 14:51, Jonathan Billings wrote: On Oct 19, 2020, at 16:15, ToddAndMargo via users wrote: Combining excludepkgs, using a space as the delimiter, now According to the documentation: *exclude*     list     Exclude packages

Re: [solved] Need help with dnf excludes

2020-10-19 Thread Samuel Sieb
On 10/19/20 2:51 PM, Jonathan Billings wrote: On Oct 19, 2020, at 16:15, ToddAndMargo via users wrote: Combining excludepkgs, using a space as the delimiter, now According to the documentation: *exclude* list Which documentation did you find that in? The "dnf.conf" man page only

Re: [solved] Need help with dnf excludes

2020-10-19 Thread ToddAndMargo via users
On 2020-10-19 14:51, Jonathan Billings wrote: On Oct 19, 2020, at 16:15, ToddAndMargo via users wrote: Combining excludepkgs, using a space as the delimiter, now According to the documentation: *exclude* list Exclude packages of this repository, specified by a name or a glob

Re: [solved] Need help with dnf excludes

2020-10-19 Thread Jonathan Billings
On Oct 19, 2020, at 16:15, ToddAndMargo via users wrote: > Combining excludepkgs, using a space as the delimiter, now According to the documentation: exclude list Exclude packages of this repository, specified by a name or a glob and separated by a comma, from all operations. Can be disabl

Re: [solved] Need help with dnf excludes

2020-10-19 Thread ToddAndMargo via users
On 2020-10-19 12:02, Samuel Sieb wrote: On 10/19/20 11:29 AM, ToddAndMargo via users wrote: # grep -i thunderbird /etc/dnf/dnf.conf excludepkgs=thunderbird* # dnf upgrade Fedora Modular 32 - x86_64 - Updates  ... ... thunderbird    x86_64   78.3.1-1.fc32   updates    93 M ... Did you try it w