I am quite new to OSS community (and to any community related to computing and software development as well tbh), so I apologize in advance if I made any mistake. Please feel free to correct me if I'm wrong (e.g. if this is not the right place to post this).
If you installed mageia8 and vagrant (vagrant-2.2.9-1.mga8.noarch.rpm), you might encounter an error when trying to run
- Code: Select all
vagrant init
This is because the package "ruby-vagrant_cloud" is not registered as dependency or recommendation for the vagrant package.
Here's what I found on my laptop:
- Code: Select all
rpm -qiR vagrant
Name : vagrant
Version : 2.2.9
Release : 1.mga8
Architecture: noarch
Install Date: Mon 21 Feb 2022 00:14:38 GMT
Group : Development/Other
Size : 2449951
License : MIT
Signature : RSA/SHA256, Fri 01 Jan 2021 17:32:55 GMT, Key ID b742fa8b80420f66
Source RPM : vagrant-2.2.9-1.mga8.src.rpm
Build Date : Fri 01 Jan 2021 17:18:26 GMT
Build Host : localhost
Packager : neoclust <neoclust>
Vendor : Mageia.Org
URL : http://vagrantup.com
Summary : Build and distribute virtualized development environments
Description :
Vagrant is a tool for building and distributing virtualized development
environments.
/usr/bin/ruby
/usr/bin/ruby
bsdtar
curl
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1
ruby
ruby(release)
ruby(rubygems) >= 1.3.6
rubygem(childprocess) >= 0.5.0
rubygem(erubi)
rubygem(hashicorp-checkpoint) >= 0.1.5
rubygem(i18n) >= 1.8
rubygem(i18n) < 2.0
rubygem(json)
rubygem(listen) >= 3.2
rubygem(listen) < 4
rubygem(log4r) >= 1.1.9
rubygem(net-scp) >= 1.2.0
rubygem(net-sftp) >= 2.1
rubygem(net-ssh) >= 5.2.0
rubygem(rest-client) >= 1.6.0
rubygem(rubyzip) >= 1.1.7
- Code: Select all
rpm -q --recommends vagrant
rubygem(bcrypt_pbkdf)
rubygem(ed25519)
vagrant(vagrant-libvirt)
I hope this helps
