Re: dependency question

2021-03-01 Thread Andras Simon
2021-03-01 20:47 UTC+01:00, Samuel Sieb : >> I missed 'kernel-modules-extra' among the packages that were installed. >> Thanks! > > Yes, that was an annoying bug from a while back. The debug packages got > pulled in instead of the non-debug one. I was wondering how and why all those debug package

Re: dependency question

2021-03-01 Thread Samuel Sieb
On 3/1/21 7:31 AM, Andras Simon wrote: 2021-03-01 16:22 UTC+01:00, Jerry James : The NetworkManager-l2tp package depends on xl2tpd, which depends on kmod(l2tp_ppp.ko). $ dnf repoquery --whatprovides 'kmod(l2tp_ppp.ko)' kernel-debug-modules-extra-0:5.10.18-200.fc33.x86_64 kernel-modules-extra-0:

Re: dependency question

2021-03-01 Thread Andras Simon
2021-03-01 16:22 UTC+01:00, Jerry James : > The NetworkManager-l2tp package depends on xl2tpd, which depends on > kmod(l2tp_ppp.ko). > > $ dnf repoquery --whatprovides 'kmod(l2tp_ppp.ko)' > kernel-debug-modules-extra-0:5.10.18-200.fc33.x86_64 > kernel-modules-extra-0:5.10.18-200.fc33.x86_64 > > Whe

Re: dependency question

2021-03-01 Thread Jerry James
On Mon, Mar 1, 2021 at 7:18 AM Andras Simon wrote: > Just out of curiosity: if package B depends on A, shown by the that > removing A removes B, too, how come that after removing both, B can be > installed without installing A? > Here's what happened: > > > # dnf erase kernel-debug-* > Dependenci

dependency question

2021-03-01 Thread Andras Simon
Just out of curiosity: if package B depends on A, shown by the that removing A removes B, too, how come that after removing both, B can be installed without installing A? Here's what happened: # dnf erase kernel-debug-* Dependencies resolved. ==