Comment by 👻 ps
Re: "How can I run `dnf` command without updating repositories…"
At this moment, I like Fedora in everything but this screwed dnf.
2025-03-25 · 1 year ago
3 Later Comments ↓
☕️ Homer · 2025-03-25 at 18:04:
La actual versión de dnf (la 5) es más rápida que la anterior refrescando cache y actualizando. Los inconvenientes te los causa el HDD no dnf5.
💀 requiem · 2025-03-25 at 22:14:
You could just #RunBSD ;)
👽 TKurtBond · 2025-03-27 at 20:12:
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.
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.