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
2
votes
1 answer

It's best practice to use nvm or the node form the package manager?

I use nodejs which I install using nvm on Debian distro before however I recently change my distro for fedora to do development work, now I know that fedora is a fast moving distro, so it come with very recent version of software and in my case…
2
votes
0 answers

dnf no longer work after upgrade to fedora 33 from 32

Follow this manual to upgrade fedora from 32 to 33. After reboot, when run dnf check-update, the following error occurred: Traceback (most recent call last): File "/usr/bin/dnf", line 57, in from dnf.cli import…
aruku7230
  • 843
  • 8
  • 20
2
votes
5 answers

dnf broken: all mirrors were tried

I don't know how to describe my problem because I don't understand why it happen ... When i enter sudo dnf install (any packet) It return me this Tor Project Repo 407 B/s | 264 B 00:00 Error: Failed to download metadata for…
Sgt Shepard
  • 51
  • 1
  • 1
  • 5
2
votes
1 answer

Where to find installed javadoc

On my Fedora machine, I did: sudo dnf install java-latest-openjdk-javadoc-zip.x86_64 Where can I find the javadoc I've just downloaded?
DodgyCodeException
  • 5,963
  • 3
  • 21
  • 42
2
votes
0 answers

ModuleNotFoundError: No module named 'librepo'

I recently tried to setup https://github.com/NVIDIA/FastPhotoStyle/ locally (issues with Docker that I've been waiting for stability prevented that). After installation, my DNF has started throwing errors due to a missing librepo module. I'm using…
CountNoobula
  • 53
  • 1
  • 8
2
votes
0 answers

install google chrome in fedora 23

I'm trying to install google-chrome on fedora 23. I have followed this page: https://ask.fedoraproject.org/en/question/73302/how-to-install-google-chrome-in-fedora/ And this is error i get: Error: nothing provides libssl3.so(NSS_3.28)(64bit)…
Ali Farhoudi
  • 5,350
  • 7
  • 26
  • 44
2
votes
1 answer

dnf crashes with segmentation fault

Fedora 4.10.8-200.fc25.i686+PAE dnf is crashing with 'segmentation fault (core dumped)'. I have tried to run 'dnf clean all' without success. When running 'dnf upgrade', this is logged in dnf.log: Apr 30 20:17:21 INFO --- logging initialized --- Apr…
Rudhan
  • 23
  • 2
  • 7
2
votes
1 answer

DNF fails to synchronize cache when using --installroot option

I am trying to install a bunch of software in a dummy root, so I can copy it into new systems quickly. However whenever I use dnf install or dnf builddep with the --installroot option it fails to synchronize cache for repositories. I thought it's…
Dimitroff
  • 120
  • 1
  • 7
2
votes
2 answers

" dnf install " starts direct download of fedora x86-64. How to avoid this

I have a Fedora 25 installed. Whenever I run dnf install < package name > specifically Nodejs, it automatically starts downloading Fedora x86-64 and Fedora x86-64 updates. What exactly is happening ? How can I avoid this if possible as I have…
hSK97
  • 21
  • 1
2
votes
0 answers

dnf/yum seems broken (segmentation fault (core dumped) )

I encounter the following problem each time I try to use yum or dnf: Segmentation fault (core dumped) I have no idea on how to resolve this! I am running on a fedora 24 distribution (virtual machine) libcurl version seems to be 7.47.1. (I…
2
votes
1 answer

dnf error: Aborted (core dumped) after packages upgraded from .fc22.x86_64 to .fc22.i686 in fedora 22

I have Fedora 22 XFCE in Oracle VM, yesterday I tried installing skype-4.3.0.37-fedora.i586.rpm, this tried upgraded many of the packages example: upgraded glibc-2.21-13.fc22.x86_64 to glibc-2.21-13.fc22.i686 mentioned below my dnf.rpm.log for more…
ravibeli
  • 484
  • 9
  • 30
2
votes
0 answers

Fedora dnf update did not working?

When I am trying to update my fedora 22 with update command sudo dnf update I am getting following error. Error: Failed to synchronize cache for repo 'updates' from…
Piyush Maurya
  • 1,945
  • 16
  • 26
1
vote
0 answers

How do I add informations about bugfixes or security fixes to rpm spec files?

I build rpms with my own spec files. Now I want to add information about bugfixes or security fixes, so that dnf can understand them like: # dnf check-update --bugfix or # dnf check-update --security How can I make this work? Thx, Joerg
Joerg
  • 81
  • 3
1
vote
1 answer

How to require RPM dependency from a certain module stream?

I have to package my Node.js app into an RPM, which will be installed on Oracle Linux 8 using dnf from a private registry. My app requires Node.js 16 to work properly. It looks like there are two ways to define requirements of my app: Add a note…
Igor Adamenko
  • 861
  • 1
  • 8
  • 20
1
vote
2 answers

DNF install cannot find Perl dependencies, there is a way to figure out which @INC is being used?

I'm installing a custom rpm for the EOL MongoDB Perl driver; The RPM build went fine (I'm using fpm): fpm -t rpm -s cpan --maintainer 'Jose Vicente Nunez ' BSON sudo dnf install -y perl-BSON-v1.12.2-1.noarch.rpm fpm -t rpm -s cpan…
josegts
  • 107
  • 1
  • 13
1 2
3
9 10