Broken Dependecies
From time to time i use sudo dnf autoremove
. I remember almost a month ago, it removed some
mesa
files, but my system kept working fine.
Today after a sudo dnf upgrade
i saw this
Last metadata expiration check: 0:09:41 ago on Sun Jan 29 15:23:58 2017.
Dependencies resolved.
Skipping packages with broken dependencies:
mesa-libEGL x86_64 13.0.3-4.fc25 updates 103 k
mesa-libGL x86_64 13.0.3-4.fc25 updates 164 k
mesa-libGLES x86_64 13.0.3-4.fc25 updates 21 k
mesa-libglapi x86_64 13.0.3-4.fc25 updates 49 k
Skip 4 Packages
Nothing to do.
Complete!
So i decided to solve the issue with sudo dnf builddep mesa-libEGL
as for the other three ones.
I get the same results
enabling rpmfusion-free-updates-source repository
enabling fedora-source repository
enabling rpmfusion-free-source repository
enabling rpmfusion-nonfree-source repository
enabling rpmfusion-nonfree-updates-source repository
enabling updates-source repository
Last metadata expiration check: 0:01:09 ago on Sun Jan 29 15:35:01 2017.
Package gettext-0.19.8.1-3.fc25.x86_64 is already installed, skipping.
Package libtool-2.4.6-13.fc25.x86_64 is already installed, skipping.
Package autoconf-2.69-22.fc24.noarch is already installed, skipping.
Package automake-1.15-7.fc25.noarch is already installed, skipping.
Package gcc-6.3.1-1.fc25.x86_64 is already installed, skipping.
Package gcc-c++-6.3.1-1.fc25.x86_64 is already installed, skipping.
Package python-2.7.13-1.fc25.x86_64 is already installed, skipping.
Package kernel-headers-4.9.5-200.fc25.x86_64 is already installed, skipping.
Package elfutils-0.168-1.fc25.x86_64 is already installed, skipping.
Package python-mako-1.0.6-1.fc25.noarch is already installed, skipping.
No matching package to install: 'libglvnd-core-devel'
Not all dependencies satisfied
Error: Some packages could not be found.
So i thought to sudo dnf search libglvnd-core-devel
but i get in return
Last metadata expiration check: 0:13:00 ago on Sun Jan 29 15:23:58 2017.
Error: No matches found.
I can't understand 1)if those dependecies/packages are critical to be installed and 2)is there any other way to solve that issue?