I try to install traceroute
on MSYS2. Using its pacman
package manager, I update the index:
pacman -Fy
and search for traceroute:
pacman -Fs traceroute
It finds nothing...
Could I use any pacman packages source to install things on MSYS2? For example, could I use the ArchLinux' tracroute
?
- If yes, how?
- If not, how to proceed to get
traceroute
running on MSYS2?
Note: Has a lazy solution, I installed a bunch of useful packages with pacman -S --needed base-devel msys2-devel
. It seems that traceroute is not an essential developper tool...