FreeNX

Revision 1 as of 2005-08-02 14:46:07

Clear message

This page will describe how to get FreeNX server working on ubuntu.

Someone suggested adding deb http://kanotix.com/files/debian/ ./ to /etc/apt/sources.list

after doing this, and trying sudo apt-get update the following error occurs:

{{{Reading package lists... Done W: GPG error: http://kanotix.com ./ Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY FB1A399A71409CDF W: You may want to run apt-get update to correct these problems}}}

This is metioned [http://ubuntuforums.org/showthread.php?t=13911 here]

Attempting install:

{{{axiom@axiom:~$ sudo apt-get install freenx Reading package lists... Done Building dependency tree... 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.

Since you only requested a single operation it is extremely likely that the package is simply not installable and a bug report against that package should be filed. The following information may help to resolve the situation:

The following packages have unmet dependencies:

  • freenx: Depends: nxagent (>= 1.4.0.2) but it is not going to be installed

    • Depends: nxproxy (>= 1.4.0.2) but it is not going to be installed

E: Broken packages axiom@axiom:~$ }}}

References