-
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
-
Run:
sudo ./Wireshark-3.4.4_x86_64.AppImage
A configuration for pkg2appimage to build Wireshark in AppImage form.
How to use it?
-
Clone this repository and
cd
into it.git clone https://github.com/sagarkhandve/Wireshark-AppImage.git cd Wireshark/
-
Download pkg2appimage tool and make it executable.
wget https://github.com/AppImage/pkg2appimage/raw/master/pkg2appimage chmod +x pkg2appimage
-
Build it:
./pkg2appimage Wireshark.yml
-
After a short break you should get an executable inside
out/
directory.