I was able to log in to vagrant via vagrant ssh
so when I tried to check the port number I am getting vagrant is currently not installed
Hope someone can tell me why?
Last login: Sun Feb 24 08:29:29 2019 from 10.0.2.2
vagrant@vagrant-ubuntu-trusty-64:~$ finger vagrant
Login: vagrant Name:
Directory: /home/vagrant Shell: /bin/bash
On since Tue Feb 26 03:17 (UTC) on pts/0 from 10.0.2.2
5 seconds idle
No mail.
No Plan.
vagrant@vagrant-ubuntu-trusty-64:~$ vagrant port
The program 'vagrant' is currently not installed. To run 'vagrant' please ask your administrator to install the package 'vagrant'
vagrant@vagrant-ubuntu-trusty-64:~$ port vagrant
No command 'port' found, did you mean:
Command 'poet' from package 'libpoet-perl' (universe)
Command 'psort' from package 'radiance' (universe)
Command 'pork' from package 'pork' (universe)
Command 'sort' from package 'coreutils' (main)
port: command not found
vagrant@vagrant-ubuntu-trusty-64:~$ port vagrant student
No command 'port' found, did you mean:
Command 'poet' from package 'libpoet-perl' (universe)
Command 'psort' from package 'radiance' (universe)
Command 'pork' from package 'pork' (universe)
Command 'sort' from package 'coreutils' (main)
port: command not found
vagrant@vagrant-ubuntu-trusty-64:~$ vagrant port student
The program 'vagrant' is currently not installed. To run 'vagrant' please ask your administrator to install the package 'vagrant'
vagrant@vagrant-ubuntu-trusty-64:~$ vagrant ssh
The program 'vagrant' is currently not installed. To run 'vagrant' please ask your administrator to install the package 'vagrant'
vagrant@vagrant-ubuntu-trusty-64:~$ vagrant up
The program 'vagrant' is currently not installed. To run 'vagrant' please ask your administrator to install the package 'vagrant'
vagrant@vagrant-ubuntu-trusty-64:~$ vagrant halt
The program 'vagrant' is currently not installed. To run 'vagrant' please ask your administrator to install the package 'vagrant'
vagrant@vagrant-ubuntu-trusty-64:~$ vagrant resume
The program 'vagrant' is currently not installed. To run 'vagrant' please ask your administrator to install the package 'vagrant'
vagrant@vagrant-ubuntu-trusty-64:~$
Windows OS 10.