gtk implementation of apt update command in linux.
run this command in terminal
git clone https://github.com/busracagliyan/updater
cd updater
gcc -Wall `pkg-config --cflags --libs gtk+-3.0` -o updateGtkApp updateGtkApp.c `pkg-config --cflags --libs gtk+-3.0` -export-dynamic
./updateGtkApp