Episode 19 | Intro to Linux text editors

Published: Tue, Dec 20, 2022

Today Vincent & Joe will be talking about the editing text in Linux since Linux uses config files for almost everything.

If you want to install nano on Ubuntu systems you can run:

sudo apt install nano

or if you want to use vim (vi):

sudo apt install vim

Links: