Vi and vim missing in Lab: Creating your first shell script

Screenshot 2020-10-16 at 11.31.12

What is the password for becoming root in order to install vim?

Vim or vi seems to be missing in all Labs in Shell Scripts for Beginners

Please help!

Hello, @ene
Try with sudo and password is caleston123.

sudo apt-get update
sudo apt-get install vim -y

Thank you very much!

No vim, OK… but vi is very awkward not to have installed since it’s an default emergency editor according to LPI and only editor required for their exams.

However it would be nice if the lab containers would have vim installed by default.