piserver icon indicating copy to clipboard operation
piserver copied to clipboard

Installing Piserver on current Raspberry Pi Desktop

Open timothybriggs opened this issue 6 years ago • 1 comments

On a fresh PC install of Debian Stretch with Raspberry Pi Desktop, I can't install the following dependency for the piserver:

pi@raspberry:~ $ sudo apt-get install libgtkmm-3.0-dev Reading package lists... Done Building dependency tree
Reading state information... Done 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: libgtkmm-3.0-dev : Depends: libgtk-3-dev (>= 3.22.0) but it is not going to be installed E: Unable to correct problems, you have held broken packages.

pi@raspberry:~ $ sudo apt-get install libgtk-3-dev Reading package lists... Done Building dependency tree
Reading state information... Done 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: libgtk-3-dev : Depends: libegl1-mesa-dev but it is not going to be installed E: Unable to correct problems, you have held broken packages.

pi@raspberry:~ $ sudo apt-get install libegl1-mesa-dev Reading package lists... Done Building dependency tree
Reading state information... Done 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: libegl1-mesa-dev : Depends: libegl1-mesa (= 13.0.6-1+b2) but 13.0.6-1+rpi2 is to be installed Depends: libwayland-egl1-mesa (= 13.0.6-1+b2) but 13.0.6-1+rpi2 is to be installed E: Unable to correct problems, you have held broken packages.

I've run apt-get update, upgrade and dist-upgrade

Thanks

timothybriggs avatar Aug 22 '19 10:08 timothybriggs

That probably belongs here: https://github.com/RPi-Distro/repo/issues/

XECDesign avatar Aug 22 '19 15:08 XECDesign