Package mtr: Information

    Source package: mtr
    Version: 0.95-alt2
    Latest version according to Repology
    Build time:  Nov 6, 2023, 01:10 AM in the task #333428
    Category: Monitoring
    Report package bug
    License: GPLv2
    Summary: Matt's Traceroute - network diagnostic tool
    Description: 
    mtr combines the functionality of the traceroute and ping programs in
    a single network diagnostic tool.  As mtr starts, it investigates the
    network connection between the host mtr runs on and the destination.
    After it determines the address of each network hop between the machines,
    it sends a sequence ICMP ECHO requests to each one to determine the
    quality of the link to each machine.  As it does this, it prints running
    statistics about each machine.

    List of rpms provided by this srpm:
    mtr (x86_64, ppc64le, i586, armh, aarch64)
    mtr-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
    mtr-packet (x86_64, ppc64le, i586, armh, aarch64)
    mtr-packet-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
    xmtr (x86_64, ppc64le, i586, armh, aarch64)
    xmtr-debuginfo (x86_64, ppc64le, i586, armh, aarch64)

    Maintainer: Arseny Maslennikov



      1. libncurses-devel
      2. pkgconfig(jansson)
      3. libgtk+3-devel

    Last changed


    Nov. 2, 2023 Arseny Maslennikov 0.95-alt2
    - Built with GTK 3 and libjansson.
    Oct. 13, 2023 Arseny Maslennikov 0.95-alt1
    - 0.82 -> 0.95. (Closes: 47555)
    - Nowadays the upstream ships a separate program, mtr-packet(8), to call
      privileged kernel APIs and to relieve the user interface programs from that
      burden. The mtr control facility is now repurposed to control access to this
      program; mtr and mtr-gtk will fail gracefully if not allowed to run it.
    March 19, 2021 Slava Aseev 0.82-alt4
    - fixed build with gcc-10