You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

25 lines
654 B

---
id: debian-nano-installieren
title: Nano installieren
sidebar_label: Nano installieren
---
Installation von Nano mit Debian 11 oder höher oder CentOS
## Informationen
In diesem Tutorial wird dir gezeigt, wie du Nano auf einem VPS oder Dedicated Server installierst. Du benötigst dafür Debian 11 oder höher und Root Rechte.
Melde dich zunächst als root mit dem SSH Client deiner Wahl an, z.B. PuTTY oder Terminus.
Bitte stelle vor der Installation sicher, das du [Sudo](debian-sudo-installieren) installiert hast.
### Installationen
Debian
```sh
sudo apt-get install nano
```
CentOS
```sh
sudo yum install nano
```