```sh
~ $ sudo pacman -S virtualbox
~ $ sudo pacman -S vagrant
~ $ mkdir vagrant
~ $ vagrant box add ubuntu/xenial64
~ $ cd vagrant/
~/vagrant $ vagrant init ubuntu/xenial64
#wait a little while
~/vagrant $ vagrant up
```
How to setup Vagrant in Manjaro Linux
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.