Skip to content

Linux & Servers

Installing Nano Editor on Centos

Nano editor makes it easier to edit files through the terminal/command prompt window.

In order to install it on CentOS

1. Login as root (replace localhost with your server address)

Command
ssh root@localhost

2. Type in this command and press enter

Command
yum install nano

3. Confirm and press enter

Command
y

Nano Editor Install