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 with "-v" as suggested?
Hi Sam,
I missed that one. And it helped me figure it out.
# dnf -v upgrade thunderbird
...
Completion plugin: Generating completion cache...
Excludes in dnf.conf: metasploit-framework
Double checking my dnf.conf, I had two excluepkgs:
[main]
gpgcheck=1
installonly_limit=3
clean_requirements_on_remove=True
excludepkgs=thunderbird*
excludepkgs=metasploit-framework
The second one overwrote the first one.
Combining excludepkgs, using a space as the delimiter, now
gives:
# dnf upgrade thunderbird
Last metadata expiration check: 1:31:36 ago on Mon 19 Oct 2020 11:42:14
AM PDT.
No match for argument: thunderbird
Error: No packages marked for upgrade.
Thank you!
-T
_______________________________________________
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