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 of applications are dependent on that. I tried uninstalling gtkdatabox 1.0.0.0 using sudo yum remove gtkdatabox1.0.0.0 and it said that the package doesn't exist. I tried sudo yum list installed|grep gtkdatabox and nothing popped up. This is weird since both the versions were installed using ./configure;make;make install. Is there any way to resolve this issue? I just want to remove gtkdatabox1.0.0.0 from my system and keep the 0.9.3.0 version.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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 of applications are dependent on that. I tried uninstalling gtkdatabox 1.0.0.0 using sudo yum remove gtkdatabox1.0.0.0 and it said that the package doesn't exist. I tried sudo yum list installed|grep gtkdatabox and nothing popped up. This is weird since both the versions were installed using ./configure;make;make install. Is there any way to resolve this issue? I just want to remove gtkdatabox1.0.0.0 from my system and keep the 0.9.3.0 version.
Hello, have you tried to do "sudo make uninstall" on the source directory of gtkdatabox.1.0.0 ?