Comment by 👽 TKurtBond
Re: "How can I run `dnf` command without updating repositories…"
That's the nice thing about the BSDs, you can pick one for whatever needs you have. Lightweight? OpenBSD and NetBSD. More full featured? FreeBSD. Etc.
2025-03-27 · 1 year ago
Original Post
How can I run `dnf` command without updating repositories cache all the time: [bash] I turned the web upside down, tried -C command, added alias to .bashrc, tried to add `check_config_file_age=False` and `metadata_expire=-1` to `/etc/dnf/dnf.conf`but nothing helps - still same message on every dnf install run: [bash] Madness! I never encountered this problem on Debian, but I want to use Fedora because of the Clang bindings, which I need for development.