nano est un éditeur de ligne de commande très utilisé pour Linux. De nombreuses distributions Linux l'ont installé par défaut. Quoi qu'il en soit, si votre système ne l'a pas, vous pouvez facilement l'installer.
Pour plus d'informations sur nano, visitez la page Web https://www.nano-editor.org/Vous pouvez tester si nano est installé en essayant d'y accéder. Tapez simplement nano. Si vous voyez sa "fenêtre", c'est qu'il est installé.
S'il n'est pas installé, vous verrez un message comme :
[root@webcp ~]# nano -bash: /usr/bin/nano: No such file or directory
Pour vérifier la dernière version de nano sur yum, utilisez yum info nano
[root@webcp ~]# yum info nano
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirror.steadfast.net
* epel: mirror.steadfast.net
* extras: repos-tx.psychz.net
* updates: mirror.steadfast.net
Available Packages
Name : nano
Arch : x86_64
Version : 2.3.1
Release : 10.el7
Size : 440 k
Repo : base/7/x86_64
Summary : A small text editor
URL : http://www.nano-editor.org
License : GPLv3+
Description : GNU nano is a small and friendly text editor.
Pour installer nano, utilisez la commande yum install nano
[root@webcp ~]# yum install nano
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirror.steadfast.net
* epel: mirror.steadfast.net
* extras: repos-tx.psychz.net
* updates: mirror.steadfast.net
Resolving Dependencies
--> Running transaction check
---> Package nano.x86_64 0:2.3.1-10.el7 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
========================================================================================================================================================================
Package Arch Version Repository Size
========================================================================================================================================================================
Installing:
nano x86_64 2.3.1-10.el7 base 440 k
Transaction Summary
========================================================================================================================================================================
Install 1 Package
Total download size: 440 k
Installed size: 1.6 M
Is this ok [y/d/N]: y
Downloading packages:
nano-2.3.1-10.el7.x86_64.rpm | 440 kB 00:00:00
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : nano-2.3.1-10.el7.x86_64 1/1
Verifying : nano-2.3.1-10.el7.x86_64 1/1
Installed:
nano.x86_64 0:2.3.1-10.el7
Complete!
[root@webcp ~]# nano
[root@webcp ~]#
Vous pouvez maintenant éditer des fichiers texte avec l'éditeur nano 🙂
Pour le code source nano, les binaires, les archives, visitez nano-editor.org/download.php