On 2020-10-19 14:51, 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 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@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
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@lists.fedoraproject.org

Reply via email to