Petr Pisar
Petr Pisar
A problem is that DNF5 does not have a single directory with repository configuration. It would have to list a list of directories. We will look how to improve error...
The latter: `dnf5 config-manager setopt foo.enabled=false`. We need to write a documentation for `dnf5 repolist` and `dnf5 config-manager` commands (part of issue #1011.
I agree that `dnf5 repo disable foo` would be handy. Though I'm not sure whether the move of all configuration changes to `dnf5 config-manager` was intentional. I will check it...
According to more experienced DNF developers, the missing way for enabling/disabling repositories with `dnf5 repo` was intentional. They prefer a single way over multiple ways. Mainly to simplify documentation and...
I recommend reading the C++ header files. All the other language bindings are generated by a machine (Swig) from them. There are no substantial differences.
I'm missing displaying and handling modular obsoletes.
`dnf module enable foo:bar && dnf install WHATERVER_PACKAGE_YOU_WANT`. `dnf module install` installs packages belonging to a default profile of the stream. What profile is default could be visible in `dnf...
So you want "dnf5 --cacheonly --assumeno upgrade" combined with "dnf5 check-upgrade" with additional details in a single API call. I don't think there will ever be something like that. It's...
Could you describe when you observe the flickering? What command do you execute, what is being displayed (package download progessbar, transaction log), what temrinal do you use, what dnf5 version...
Thanks for the details. I can reproduce it from the files you recorded in my xterm on my 60-Hz monitor. The flickering is visible when "large" amount (e.g. 10) of...