Virtual Machine Management:libvirt => Vagrant
- [Install | Vagrant | HashiCorp Developer](https://developer.hashicorp.com/vagrant/install)
PS C:\Users\rgqan> winget search vagrant
名称 ID 版本 源
---------------------------------------
Vagrant Hashicorp.Vagrant 2.4.3 winget
PS C:\Users\rgqan> winget install Hashicorp.Vagrant
已找到 Vagrant [Hashicorp.Vagrant] 版本 2.4.3
此应用程序由其所有者授权给你。
Microsoft 对第三方程序包概不负责,也不向第三方程序包授予任何许可证。
正在下载 https://releases.hashicorp.com/vagrant/2.4.3/vagrant_2.4.3_windows_amd64.msi
█████████████▏ 110 MB / 251 MB
[root@wincarbon rgqancy]# sudo yum install -y yum-utils
Last metadata expiration check: 5:12:51 ago on Wed Jan 22 10:52:53 2025.
No match for argument: yum-utils
Error: Unable to find a match: yum-utils
[root@wincarbon rgqancy]# yum-config-manager --add-repo https://rpm.releases.hashicorp.com/RHEL/hashicorp.repo
Adding repo from: https://rpm.releases.hashicorp.com/RHEL/hashicorp.repo
[root@wincarbon rgqancy]# dnf -y install vagrant
Hashicorp Stable - x86_64 172 B/s | 338 B 00:01
Errors during downloading metadata for repository 'hashicorp':
- Status code: 404 for https://rpm.releases.hashicorp.com/RHEL/24.03LTS/x86_64/stable/repodata/repomd.xml (IP: 3.168.132.89)
Error: Failed to download metadata for repo 'hashicorp': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
[root@wincarbon rgqancy]# yum -y install vagrant
Hashicorp Stable - x86_64 221 B/s | 350 B 00:01
Errors during downloading metadata for repository 'hashicorp':
- Status code: 404 for https://rpm.releases.hashicorp.com/RHEL/24.03LTS/x86_64/stable/repodata/repomd.xml (IP: 3.168.132.41)
Error: Failed to download metadata for repo 'hashicorp': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
- [我如何使用Vagrant和libvirt 我承认这一点。我是一个Linux的粉丝。虽然我在工作站上使用Slackware - 掘金](https://juejin.cn/post/7119355088979623943)