White scenery @showyou, hatena

If you have any comments, you may also send twitter @shsub or @showyou.

Ubuntu Server 18.04に上げたらvagrant upでエラーが出た

(この記事は以前Qiitaに掲載していたものの転載になります。)

Ubuntu Serverを16.04から18.04に上げたらvagrant upでエラーが出たのでメモ。

バージョン

~/hogehoge$ vagrant up No usable default provider could be found for your system. (以下略)

対策

hashicorpにあるvagrant 2.1.2を入れたら動いた。

~$ wget https://releases.hashicorp.com/vagrant/2.1.2/vagrant_2.1.2_x86_64.deb ~$ sudo dpkg -i vagrant_2.1.2_x86_64.deb ~$ cd hogehoge ~/hogehoge$ vagrant up

検索しても18.04でエラーに遭遇した人はいなさそうだけど、Ubuntuを新規インストールしたらエラーに遭遇しないのだろうか?