Questions tagged [dnf]

DNF is a software package manager that installs / updates / removes packages on RPM-based Linux distributions.

DNF stands for Dandified Yum and is the next generation version of the YUM package manager.

DNF was introduced in Fedora 18. It has been the default package manager since Fedora 22.

141 questions
-1
votes
1 answer

Unable to install PSQL

What is the meaning of this error? I added the PSQL for the RHEL 8 repository and am struggling to install the PSQL server because of an unknown error (as root): cd ~ dnf install postgresql15-server Output: Updating Subscription Management…
-1
votes
1 answer

How to import systemd under DNF package in Yocto?

I am trying to move DNF logging from the default filehandler(/var/log/dnf.log) to JournalHandler as part of a task. My basic code snippet for this under my .py import sys import logging from systemd.journal import JournalHandler log =…
zaheerk
  • 11
  • 2
-1
votes
1 answer

Lost dnf after migration from Centos7/8 to AlmaLinux

I migrated my CentOS 7 to 8 and then to AlmaLinux, but in the process i lost dnf and yum. Now i try to fix, but have a lot of problems with dependencies etc. Only rpm is working so i have to do all “manually”. If i try: rpm -ivh…
Kayris
  • 31
  • 9
-1
votes
1 answer

How to install software on a prorietary linux distro with no repos given?

I want to install some basic packages on a proprietary Linux distro based on RHEL (I think). I tried going the usual dnf install foo way, but quickly found out there are no repositories in /etc/yum.repos.d/. Since it is based on RHEL, I tried adding…
olpohl
  • 3
  • 1
-1
votes
1 answer

How to get var/lib/rpm/packages in Java

I'm using Java Oracle NoSQL Database Server - com.sleepycat.je com.sleepycat je 18.3.12 And I try to get Berkely DB content - RPM…
Sherein
  • 947
  • 1
  • 11
  • 23
-1
votes
1 answer

I removed yum on f24. How do I easily reinstall it?

I removed yum on Fedora 24. How do I easily reinstall it? I have tried reinstalling using rpm. First I cannot find the rpm previously used (dnf-yum-1.1.10-1.fc24.noarch) and the rpms I get a lot of dependencies and sub dependencies. I removed yum…
yusha uzumo
  • 211
  • 1
  • 4
  • 15
1 2 3
9
10