# Fehlerbehebungen

# /usr/bin/wg-quick: line 31: resolvconf: command not found

### Beschreibung:

Sollte dieser Fehler beim wg-quick up &lt;verbindungsname&gt; auftauchen

```
/usr/bin/wg-quick: line 31: resolvconf: command not found
```

Dann fehlt resolvconf Paket.  
Dieses einfach installieren, mit oder ohne sudo je nach dem:

```
sudo apt install resolvconf
```

Fertig