Technical questionAccepted answer
Ubuntu '-bash: nano: command not found'
David Babablola
Jun 17
0 views1
I am trying to use Ubuntu 18.04 to download ModSecurity on Google Cloud, but whenever I try writing sudo nano *file*.conf or nano *file*.conf. I get an error saying -bash: nano: command not found or sudo: nano: command not found. I'm not sure if it is because I'm using Google Cloud Platform for this, but I just need to know how to solve this problem
1 answer
Accepted answer · original discussion
SerialEnabler
PermalinkJun 17
Try running sudo apt-get install nano
It appears nano isn't installed on your machine
0 question comments
Use comments to ask for clarification. Post a solution as an answer.
No question comments on this page.