I'm trying to install x2go in pi 4 / Debian GNU/Linux 11 (bullseye)
with the following instructions, https://wiki.x2go.org/doku.php/wiki:rep ... s:raspbian
When I try to run the following commandI got this:By following https://wiki.x2go.org/doku.php/doc:inst ... x2goserver
Then after following commandI got following issueHow do I resolve this dependency issue?
with the following instructions, https://wiki.x2go.org/doku.php/wiki:rep ... s:raspbian
When I try to run the following command
Code:
apt-get install x2go-keyring && apt-get updateCode:
root@PI4:/etc/apt/sources.list.d# apt-get install x2go-keyring && apt-get updateReading package lists... DoneBuilding dependency tree... DoneReading state information... Donex2go-keyring is already the newest version (2019.08.20+git20190820.118+10.main.1).0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.Hit:1 http://security.debian.org/debian-security bullseye-security InReleaseHit:2 https://download.docker.com/linux/debian bullseye InReleaseHit:3 http://deb.debian.org/debian bullseye InReleaseHit:4 http://deb.debian.org/debian bullseye-updates InReleaseHit:5 http://packages.x2go.org/raspbian buster InReleaseHit:6 http://archive.raspberrypi.org/debian bullseye InReleaseIgn:7 http://ppa.launchpad.net/x2go/stable/ubuntu oracular InReleaseErr:8 http://ppa.launchpad.net/x2go/stable/ubuntu oracular Release 404 Not Found [IP: 185.125.190.80 80]Reading package lists... DoneE: The repository 'http://ppa.launchpad.net/x2go/stable/ubuntu oracular Release' does not have a Release file.N: Updating from such a repository can't be done securely, and is therefore disabled by default.N: See apt-secure(8) manpage for repository creation and user configuration details.N: Skipping acquire of configured file 'main/binary-arm64/Packages' as repository 'http://packages.x2go.org/raspbian buster InRelease' doesn't support architecture 'arm64'Then after following command
Code:
sudo apt-get install x2goserver x2goserver-xsessionCode:
root@PI4:/etc/apt/sources.list.d# sudo apt-get install x2goserver x2goserver-xsessionReading package lists... DoneBuilding dependency tree... DoneReading state information... DoneSome packages could not be installed. This may mean that you haverequested an impossible situation or if you are using the unstabledistribution that some required packages have not yet been createdor been moved out of Incoming.The following information may help to resolve the situation:The following packages have unmet dependencies: x2goserver : Depends: libx2go-server-perl (< 4.1.0.3-5.1~) but it is not going to be installed Depends: libx2go-server-perl (>= 4.1.0.3-5) but it is not going to be installed Recommends: sshfs but it is not going to be installed Recommends: x2goserver-extensions (< 4.1.0.3-5.1~) but it is not going to be installed Recommends: x2goserver-extensions (>= 4.1.0.3-5) but it is not going to be installed Recommends: x2goserver-fmbindings (< 4.1.0.3-5.1~) but it is not going to be installed Recommends: x2goserver-fmbindings (>= 4.1.0.3-5) but it is not going to be installed Recommends: x2goserver-printing (< 4.1.0.3-5.1~) but it is not going to be installed Recommends: x2goserver-printing (>= 4.1.0.3-5) but it is not going to be installed Recommends: x2goserver-xsession (< 4.1.0.3-5.1~) but 4.1.0.6-0x2go1+git20230818.1994+10.main.1 is to be installed x2goserver-xsession : Depends: x2goserver (>= 4.1.0.6-0x2go1+git20230818.1994+10.main.1) but 4.1.0.3-5 is to be installedStatistics: Posted by boomramada — Thu Aug 15, 2024 6:56 am — Replies 0 — Views 32