Error running Git-it electron: error while loading shared libraries: libgtk-x11-2.0.so.0
I ran into some issue installing git-it on linux. It doesn't run when you click on the executable binary or when you run it from the terminal.
When I ran the binary from the terminal, I came across the following error error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file
I tried installing sudo apt-get install libglib2.0 as a possible solution but it didn't work.
Solution
Running sudo apt-get install libgtk2.0-0 as suggested by this community https://askubuntu.com/questions/836142/error-while-loading-shared-libraries-libgtk-x11-2-0-so-0-no-such-file-or-direc worked.
Just wanted to post this for anyone who comes across the same issue
Muchas gracias bro!