My Work
Ubuntu Lucid freenx 설치
WJinsoo
2010. 6. 13. 21:10
https://help.ubuntu.com/community/FreeNX#Installing the FreeNX server on Ubuntu Lucid (10.04)
Installing the FreeNX server on Ubuntu Lucid (10.04)
Ubuntu Lucid now uses Neatx, the Open Source NX server from Google.
Installation is simple enough, and similar to the Ubuntu Karmic method.
Open your terminal
Applications->Accessories->Terminal
and type in this command
sudo apt-get install python-software-properties && sudo add-apt-repository ppa:freenx-team
Then Update Apt
sudo apt-get update
At this point, the repository is added and apt is updated, then install the neatx-server package (using Aptitude to install extra needed packages).
sudo apt-get install neatx-server