우분투16 vagrant 설치

  다른 뜻에 대해서는 우분투14 vagrant 설치 문서를 참조하십시오.
우분투16 vagrant 설치

1 확인[ | ]

root@zetawiki:~# vagrant
The program 'vagrant' is currently not installed. You can install it by typing:
apt install vagrant

2 설치[ | ]

root@zetawiki:~# apt install vagrant
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages were automatically installed and are no longer required:
  libauthen-sasl-perl libcgi-fast-perl libcgi-pm-perl libencode-locale-perl libfcgi-perl
  libfile-listing-perl libfont-afm-perl libhtml-form-perl libhtml-format-perl
  libhtml-parser-perl libhtml-tagset-perl libhtml-template-perl libhtml-tree-perl
  libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl libhttp-message-perl
  libhttp-negotiate-perl libio-html-perl libio-socket-inet6-perl libio-socket-ssl-perl
  liblwp-mediatypes-perl liblwp-protocol-https-perl libmailtools-perl libnet-http-perl
  libnet-smtp-ssl-perl libnet-ssleay-perl libodbc1 libsocket6-perl liburi-perl
  libwww-perl libwww-robotrules-perl
Use 'apt autoremove' to remove them.
The following additional packages will be installed:
  bsdtar bundler fonts-lato libarchive13 libgmp-dev libgmpxx4ldbl libruby2.3 rake ruby
  ruby-bundler ruby-childprocess ruby-dev ruby-did-you-mean ruby-domain-name ruby-erubis
  ruby-ffi ruby-http-cookie ruby-i18n ruby-listen ruby-log4r ruby-mime-types
  ruby-minitest ruby-molinillo ruby-net-http-persistent ruby-net-scp ruby-net-sftp
  ruby-net-ssh ruby-net-telnet ruby-netrc ruby-nokogiri ruby-power-assert ruby-rb-inotify
  ruby-rest-client ruby-sqlite3 ruby-test-unit ruby-thor ruby-unf ruby-unf-ext ruby2.3
  ruby2.3-dev rubygems-integration zip
Suggested packages:
  bsdcpio lrzip gmp-doc libgmp10-doc libmpfr-dev ri publicsuffix virtualbox
The following NEW packages will be installed:
  bsdtar bundler fonts-lato libarchive13 libgmp-dev libgmpxx4ldbl libruby2.3 rake ruby
  ruby-bundler ruby-childprocess ruby-dev ruby-did-you-mean ruby-domain-name ruby-erubis
  ruby-ffi ruby-http-cookie ruby-i18n ruby-listen ruby-log4r ruby-mime-types
  ruby-minitest ruby-molinillo ruby-net-http-persistent ruby-net-scp ruby-net-sftp
  ruby-net-ssh ruby-net-telnet ruby-netrc ruby-nokogiri ruby-power-assert ruby-rb-inotify
  ruby-rest-client ruby-sqlite3 ruby-test-unit ruby-thor ruby-unf ruby-unf-ext ruby2.3
  ruby2.3-dev rubygems-integration vagrant zip
0 upgraded, 43 newly installed, 0 to remove and 10 not upgraded.
Need to get 9,151 kB of archives.
After this operation, 44.1 MB of additional disk space will be used.
Do you want to continue? [Y/n]
Get:1 http://kr.archive.ubuntu.com/ubuntu xenial/main amd64 fonts-lato all 2.0-1 [2,693 kB]
Get:2 http://kr.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libarchive13 amd64 3.1.2-11ubuntu0.16.04.3 [262 kB]
Get:3 http://kr.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 bsdtar amd64 3.1.2-11ubuntu0.16.04.3 [47.9 kB]
... (생략)
Setting up ruby-sqlite3 (1.3.11-2build1) ...##########################################.] 
Setting up vagrant (1.8.1+dfsg-1) ...#################################################.] 
Processing triggers for libc-bin (2.23-0ubuntu9) ...###################################]

3 확인 2[ | ]

root@zetawiki:~# vagrant -v
Vagrant 1.8.1
root@zetawiki:~# vagrant status
A Vagrant environment or target machine is required to run this
command. Run `vagrant init` to create a new Vagrant environment. Or,
get an ID of a target machine from `vagrant global-status` to run
this command on. A final option is to change to a directory with a
Vagrantfile and to try again.

4 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}