Issue
I am trying to install the lattest armadillo
version. From the package list I can see rawhide 7.100.3-2.fc25
.
I run Fedora 23
and cannot manage to install this package directly.
So following this postI did
dnf install fedora-repos-rawhide
dnf install --enablerepo rawhide armadillo
I get:
Last metadata expiration check: 1:16:40 ago on Tue May 31 18:20:30 2016.
Package armadillo-6.700.6-1.fc23.x86_64 is already installed, skipping.
How can I install using dnf
the proper package ?
Solution
You need to use update
, since your package is already installed:
dnf update --enablerepo rawhide armadillo
Answered By - Jakuje Answer Checked By - Marie Seifert (WPSolving Admin)