Auf einigen Ubuntu-Systemen erhalte ich Hinweise wie:
$ nc
Command 'nc' not found, but can be installed with:
apt install netcat-openbsd # version 1.206-1ubuntu1, or
apt install ncat # version 7.80+dfsg1-2build1
apt install netcat-traditional # version 1.10-41.1ubuntu1
Was generiert diese Hinweise?
Antwort1
Diese stammen aus dercommand-not-found
Dienstprogrammwelches selbst im Paket ist command-not-found
.
$ /usr/lib/command-not-found -- nc
Wenn Sie dieses Paket installieren, müssen Sie einen zusätzlichen Download ausführen, apt update
um die Datenbank herunterzuladen, diecommand-not-found
(z. B. vonhttp://archive.ubuntu.com/ubuntu/dists/jammy/main/cnf/).
Diese Antwort beim UNIX & Linux StackExchangeerklärt, wie dies letztendlich in die Shell integriert wird.