Post #2463720
2024-11-10 15:54 UTC
@_bapt_@mastodon.social @ifreund@hachyderm.io @FreeBSDFoundation@mastodon.social
pkg --version
1.21.990.3
When I run "pkg upgrade", it installs dconf-editor and when I run "pkg autoremove" it removes it.
Replies (2)
-
@ifreund@hachyderm.io 2024-11-11 12:30
@meka@bsd.network That does sound like an issue but it's not related to the new scheduler. The scheduler is only responsible for the ordering of install/delete/upgrade jobs, not determining which packages to install/delete/upgrade.
-
@_bapt_@mastodon.social 2024-11-11 21:26
@meka@bsd.network @ifreund@hachyderm.io @FreeBSDFoundation@mastodon.social it usually means a port has a missing dep, pkg check should help you figure out the buggy port.