본문 바로가기
other/linux

linux에 vagrant 설치하기

by seohan1010 2025. 12. 21.

wget -O - https://apt.releases.hashicorp.com/gpg | sudo gpg --dearmor -o /usr/share/keyrings/hashicorp-archive-keyring.gpg
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] https://apt.releases.hashicorp.com $(grep -oP '(?<=UBUNTU_CODENAME=).*' /etc/os-release || lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/hashicorp.list
sudo apt update && sudo apt install vagrant


https://developer.hashicorp.com/vagrant/install#linux

 

Install | Vagrant | HashiCorp Developer

Explore Vagrant product documentation, tutorials, and examples.

developer.hashicorp.com

 

'other > linux' 카테고리의 다른 글

linux에 와이어 샤크 설치  (0) 2025.12.23
vagrant 삭제하기  (0) 2025.12.21
ubuntu에 claude 설치하기  (0) 2025.12.20
linux bridge 설정하기 - 3  (0) 2025.12.19
linux bridge 설정하기 - 2  (0) 2025.12.19