How to Install FreeNX Server on Ubuntu 9.04 Jaunty

Create and run the Bash script., Add the freenx ppa repository list., Add the public key of FreeNX PPA., Update software information., Install FreeNX., Use nxsetup to install necessary files and create the special user "nx".

6 Steps 1 min read Medium

Step-by-Step Guide

  1. Step 1: Create and run the Bash script.

    It should be run with a root set to "sudo" !/bin/bash if ; then echo "Sorry, you are not root." exit 1 fi }} , echo
    -e 'deb http://ppa.launchpad.net/freenx-team/ppa/ubuntu jaunty main\ndeb-src http://ppa.launchpad.net/freenx-team/ppa/ubuntu jaunty main' >> /etc/apt/sources.list.d/freenxppa.sources.list , apt-key adv
    --recv-keys
    --keyserver keyserver.ubuntu.com 2a8e3034d018a4ce , apt-get update , aptitude install freenx , /usr/lib/nx/nxsetup
    --install
  2. Step 2: Add the freenx ppa repository list.

  3. Step 3: Add the public key of FreeNX PPA.

  4. Step 4: Update software information.

  5. Step 5: Install FreeNX.

  6. Step 6: Use nxsetup to install necessary files and create the special user "nx".

Detailed Guide

It should be run with a root set to "sudo" !/bin/bash if ; then echo "Sorry, you are not root." exit 1 fi }} , echo
-e 'deb http://ppa.launchpad.net/freenx-team/ppa/ubuntu jaunty main\ndeb-src http://ppa.launchpad.net/freenx-team/ppa/ubuntu jaunty main' >> /etc/apt/sources.list.d/freenxppa.sources.list , apt-key adv
--recv-keys
--keyserver keyserver.ubuntu.com 2a8e3034d018a4ce , apt-get update , aptitude install freenx , /usr/lib/nx/nxsetup
--install

About the Author

T

Teresa Gutierrez

A passionate writer with expertise in home improvement topics. Loves sharing practical knowledge.

70 articles
View all articles

Rate This Guide

--
Loading...
5
0
4
0
3
0
2
0
1
0

How helpful was this guide? Click to rate: