Auf meinem neu installierten Ubuntu 24.04 Server ist der arp Befehl nicht vorhanden. Auch installieren kann ich ihn nicht.
root@ubuntu1:~$ arp
-bash: arp: command not found
root@ubuntu1:~$ uname -a
Linux ubuntu1 6.8.0-87-generic #88-Ubuntu SMP PREEMPT_DYNAMIC Sat Oct 11 09:28:41 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
root@ubuntu1:~$
root@ubuntu1:~$ apt install arp
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package arp
root@ubuntu1:~$
Wie kann ich noch die ARP Tabelle anzeigen?