This repository has been archived by the owner on Dec 5, 2022. It is now read-only.
vagrant-cachier not working with DNF package manager of Fedora #163
Comments
LalatenduMohanty
added a commit
to LalatenduMohanty/vagrant-cachier
that referenced
this issue
Nov 15, 2015
Dnf is the new package manager for Fedora. And it is the default package manager for F22 and F23 Signed-off-by: Lalatendu Mohanty <lmohanty@redhat.com>
I hit this issue as well. I got around it with
Not the best, but appears to suffice. |
artem-sidorenko
added a commit
to artem-sidorenko/vagrant-environments
that referenced
this issue
May 27, 2016
As a workaround, I've tried the following that might be working (not fully sure, since I'm a newbee wrt dnf), in the Vagrantfile:
|
Missed this patch here. I wrote my own DNF plugin in #180. It also fixes the DNF/Yum problem by checking if DNF or Yum is installed on the machine. |
Fixed in #180 |
@rmohr Will the DNF plugin be included in a release tag? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
While trying to use Fedora Vagrant boxes (https://atlas.hashicorp.com/fedora/) with libvirt provider
I got below error because :
sudo bash -c "echo 'keepcache=true' >> /etc/dnf/dnf.conf"
DNF is the default package manager for currently supported (from Fedora Project) Fedora releases i.e. Fedora 22 and 23 (21 's support is ending on Dec 4th 2015). However DNF is introduced from Fedora 18.
refer : https://fedoraproject.org/wiki/Changes/ReplaceYumWithDNF
The text was updated successfully, but these errors were encountered: