From Fedora Project Wiki

(Expanding)
 
(Adding installation section)
 
Line 1: Line 1:
[https://en.wikipedia.org/wiki/GNU_nano '''GNU nano'''] is a simple, lightweight, open-source, command-line text editor written in C. It is developed as part of the GNU Project.
[https://en.wikipedia.org/wiki/GNU_nano '''GNU nano'''] is a simple, lightweight, open-source, command-line text editor written in C. It is developed as part of the GNU Project.
== Installation ==
GNU nano does not come pre-installed with any version of Fedora so it must be installed using DNF. To install it merely run:
<pre>
$ sudo dnf install nano
</pre>
where $ denotes a user console. If installing nano as root the sudo command can be left off.


[[Category:GNU Project]]
[[Category:GNU Project]]
[[Category:Text editors]]
[[Category:Text editors]]

Latest revision as of 12:01, 8 January 2017

GNU nano is a simple, lightweight, open-source, command-line text editor written in C. It is developed as part of the GNU Project.

Installation

GNU nano does not come pre-installed with any version of Fedora so it must be installed using DNF. To install it merely run:

$ sudo dnf install nano

where $ denotes a user console. If installing nano as root the sudo command can be left off.