getLocalIp
A simple gtk application to get your local internet address used for internet connections
A simple gtk application to get your local internet address used for internet connections
compile with :
meson setup build
cd build
ninja
and start ./getLocalIp
If you want install the application type:
cd build
sudo meson install
To uninstall:
sudo /usr/lib/getLocalIp/uninstall.sh