Hi
System:
$ cat /etc/*-release
DISTRIB_ID=Trisquel
DISTRIB_RELEASE=8.0
DISTRIB_CODENAME=flidas
DISTRIB_DESCRIPTION="Trisquel GNU/Linux 8.0, Flidas"
NAME="Trisquel GNU/Linux"
VERSION="8.0, Flidas"
ID=trisquel
ID_LIKE=debian
PRETTY_NAME="Trisquel GNU/Linux Flidas (8.0)"
VERSION_ID="8.0"
HOME_URL="https://trisquel.info/"
SUPPORT_URL="https://trisquel.info/wiki"
BUG_REPORT_URL="https://trisquel.info/project/issues"
$ uname -a
Linux technoethical-t400s-b9d0 4.19.139-gnu #1.0 SMP Tue Sep 27 12:35:59 EST
1983 x86_64 x86_64 x86_64 GNU/Linux
------------------------
I am attempting to install gtk+-2.0, but when I try to do so I get the
following error:
$ apt install gtk2.0
...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies.
gtk2.0-examples : Depends: libgtk2.0-0 (= 2.24.30-1ubuntu1) but
2.24.30-1ubuntu1.16.04.2 is to be installed
libgtk2.0-0-dbg : Depends: libgtk2.0-0 (= 2.24.30-1ubuntu1) but
2.24.30-1ubuntu1.16.04.2 is to be installed
libgtk2.0-dev : Depends: libgtk2.0-0 (= 2.24.30-1ubuntu1) but
2.24.30-1ubuntu1.16.04.2 is to be installed
Depends: gir1.2-gtk-2.0 (= 2.24.30-1ubuntu1) but
2.24.30-1ubuntu1.16.04.2 is to be installed
Recommends: debhelper but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Does anyone know how I can install gtk+-2.0 on Trisquel 8 ?