How To Install ndisc6 on Fedora 36
Introduction
In this tutorial we learn how to install ndisc6 on Fedora 36.
What is ndisc6
This package gathers a few diagnostic tools for IPv6 networks - ndisc6, which performs ICMPv6 Neighbor Discovery in user-land, - rdisc6, which performs ICMPv6 Router Discovery in user-land, - rltraceroute6, yet another IPv6 implementation of traceroute, - tcptraceroute6, a TCP/IPv6-based traceroute implementation, - tracert6, a ICMPv6 Echo Request based traceroute, - tcpspray6, a TCP/IP Discard/Echo bandwidth meter.
We can use yum or dnf to install ndisc6 on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ndisc6.
Install ndisc6 on Fedora 36 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install ndisc6 using dnf by running the following command:
sudo dnf -y install ndisc6
Install ndisc6 on Fedora 36 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install ndisc6 using yum by running the following command:
sudo yum -y install ndisc6
How To Uninstall ndisc6 on Fedora 36
To uninstall only the ndisc6 package we can use the following command:
sudo dnf remove ndisc6
ndisc6 Package Contents on Fedora 36
/etc/rdnssd
/etc/rdnssd/merge-hook
/usr/bin/addr2name
/usr/bin/dnssort
/usr/bin/name2addr
/usr/bin/tcpspray
/usr/bin/tcpspray6
/usr/lib/.build-id
/usr/lib/.build-id/85
/usr/lib/.build-id/85/589d16a8c2e9a0814768e8512cf3ed0c972051
/usr/lib/.build-id/89
/usr/lib/.build-id/89/36d0f753a07af70955c8749e613d6340bfc2e0
/usr/lib/.build-id/9b
/usr/lib/.build-id/9b/4462d3d913d2f9629cb27960baa133241353e8
/usr/lib/.build-id/bf
/usr/lib/.build-id/bf/17fb37f20f4767526eb767907c784284bc83f3
/usr/lib/.build-id/c7
/usr/lib/.build-id/c7/59f1a562e006da0920a81c9b289786fe433a25
/usr/lib/.build-id/f2
/usr/lib/.build-id/f2/c6cdb2b5aa633309db36ff946bf81ae7b75f22
/usr/lib/.build-id/f3
/usr/lib/.build-id/f3/65e5de43f23c0d7297062c06aaecbfbeb68832
/usr/sbin/ndisc6
/usr/sbin/rdisc6
/usr/sbin/rdnssd
/usr/sbin/rltraceroute6
/usr/sbin/tcptraceroute6
/usr/sbin/tracert6
/usr/share/doc/ndisc6
/usr/share/doc/ndisc6/README
/usr/share/licenses/ndisc6
/usr/share/licenses/ndisc6/COPYING
/usr/share/locale/cs/LC_MESSAGES/ndisc6.mo
/usr/share/locale/de/LC_MESSAGES/ndisc6.mo
/usr/share/locale/en/LC_MESSAGES/ndisc6.mo
/usr/share/locale/en_GB/LC_MESSAGES/ndisc6.mo
/usr/share/locale/fr/LC_MESSAGES/ndisc6.mo
/usr/share/locale/sv/LC_MESSAGES/ndisc6.mo
/usr/share/man/man1/addr2name.1.gz
/usr/share/man/man1/dnssort.1.gz
/usr/share/man/man1/name2addr.1.gz
/usr/share/man/man1/tcpspray.1.gz
/usr/share/man/man1/tcpspray6.1.gz
/usr/share/man/man8/ndisc6.8.gz
/usr/share/man/man8/rdisc6.8.gz
/usr/share/man/man8/rdnssd.8.gz
/usr/share/man/man8/rltraceroute6.8.gz
/usr/share/man/man8/tcptraceroute6.8.gz
/usr/share/man/man8/tracert6.8.gz
References
Summary
In this tutorial we learn how to install ndisc6 on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).