On 2020-10-19 14:51, Jonathan Billings wrote:
On Oct 19, 2020, at 16:15, ToddAndMargo via users
<users@xxxxxxxxxxxxxxxxxxxxxxx> 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 disabled using
*--disableexcludes* command line switch.
--
Jonathan Billings
I got tripped up by the way bash imports
settigs from conf files.
abc=def
sets the variable abc to "def". If I repeat the line
abc=hij
it will overwrite the original with "hij".
This is the correction:
# grep -i exclude /etc/dnf/dnf.conf
excludepkgs=thunderbird* metasploit-framework
_______________________________________________
users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx