I am working on CentOS 8 and building a project on iio-oscilloscope. I downloaded gtkdatabox 1.0.0.0 first and tried building the project. It failed however since the variable names were not matching. So I downloaded and installed gtkdatabox 0.9.3.0 and then the build worked. However, now I can't open the iio-oscilloscope application since there are 2 versions of gtk on my system (gtk2 and gtk3). gtkdatabox 1.0.0.0 links to gtk3 and gtkdatabox 0.9.3.0 links to gtk2. I cannot remove gtk3 since a lot...