Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.11 KB

README.md

File metadata and controls

39 lines (29 loc) · 1.11 KB

License

Wireshark - AppImage

pngwing com(1)

  1. Download pkg2appimage tool and make it executable.

    wget https://github.com/sagarkhandve/Wireshark/releases/download/v3.4.4/Wireshark-3.4.4_x86_64.AppImage
    chmod +x Wireshark-3.4.4_x86_64.AppImage
  2. Run:

    sudo ./Wireshark-3.4.4_x86_64.AppImage

A configuration for pkg2appimage to build Wireshark in AppImage form.

How to use it?

  1. Clone this repository and cd into it.

    git clone https://github.com/sagarkhandve/Wireshark-AppImage.git
    cd Wireshark/
  2. Download pkg2appimage tool and make it executable.

    wget https://github.com/AppImage/pkg2appimage/raw/master/pkg2appimage
    chmod +x pkg2appimage
  3. Build it:

    ./pkg2appimage Wireshark.yml
  4. After a short break you should get an executable inside out/ directory.