﻿id	summary	reporter	owner	description	type	status	component	version	resolution	keywords	cc	guest	host
18113	Dependency failure on Fedora 29	jonascrescencio		"I installed the new Fedora 29 from zero.

I tried to install Virtualbox from repo. But it is not recognized:

wget https://download.virtualbox.org/virtualbox/rpm/fedora/virtualbox.repo
dnf update

returns:

failed to synchronize cache for repo 'virtualbox' disabling


So I tried to install the RPM package:

dnf install VirtualBox-5.2-5.2.20_125813_fedora26-1.x86_64.rpm
Erro: 
 Problema: conflicting requests
  - nothing provides libvpx.so.4()(64bit) needed by VirtualBox-5.2-5.2.20_125813_fedora26-1.x86_64

rpm -ivh VirtualBox-5.2-5.2.20_125813_fedora26-1.x86_64.rpm 
erro: Dependências não satisfeitas:
	libQt5X11Extras.so.5()(64bit) é requerido por VirtualBox-5.2-5.2.20_125813_fedora26-1.x86_64
	libQt5X11Extras.so.5(Qt_5)(64bit) é requerido por VirtualBox-5.2-5.2.20_125813_fedora26-1.x86_64
	libvpx.so.4()(64bit) é requerido por VirtualBox-5.2-5.2.20_125813_fedora26-1.x86_64

rpm -qa | grep libvpx
libvpx-1.7.0-7.fc29.x86_64

ll /usr/lib64/libvpx.so*
lrwxrwxrwx. 1 root root      15 jul 20 05:55 /usr/lib64/libvpx.so.5 -> libvpx.so.5.0.0
lrwxrwxrwx. 1 root root      15 jul 20 05:55 /usr/lib64/libvpx.so.5.0 -> libvpx.so.5.0.0
-rwxr-xr-x. 1 root root 2382120 jul 20 05:55 /usr/lib64/libvpx.so.5.0.0


It requires libvpx.so.4, but Fedora 29 has the libvpx.so.5

I don't know how to solve this problem.
"	defect	closed	installer	VirtualBox 5.2.20	fixed	installer, fedora29, fedora 29, rpm,	jonascrescencio@…	all	Linux
