ROME, Italy, September 8, 2009 - NoMachine
releases today the second maintenance release of NX Web Companion
3.3.0. The new packages provide the latest version of NX Client for Mac
OS X. For a detailed list of fixes sported by the new client
version, please refer to the following Software Update news:
http://www.nomachine.com/news-read.php?idnews=280
Supported NX Web Companion platforms
Linux
- RedHat 7.2/7.3/8.0/9.0
- RedHat Enterprise Linux 3/4/5
- SuSE Linux 7.2/7.3/8.0/8.1/8.2/9.0/10/10.1/10.2/10.3/11/Enterprise 10
- Mandriva Linux 9.0/9.1/9.2/10.0/10.1/2005/2006/2007/2008/2009
- Fedora Core 1/2/3/4/5/6
- Fedora 7/8/9/10/11
- Debian GNU Linux 3.0 Woody/3.1 Sarge/4.0 Etch/5.0 Lenny
- Ubuntu 5.04 Hoary/5.10 Breezy/6.06 Dapper/6.10 Edgy/7.04 Feisty/7.10 Gutsy/8.04 Hardy/8.10 Intrepid/9.04 Jaunty
- Xandros 3.0/Xandros Desktop 4.1/Xandros Server 2.0
Solaris Sparc
8/9/10
Trouble Report solved
TR01G02169 - NX Client may fail to start the session when run by NX Web Companion on Windows Vista
Download the NX Web Companion packages
You can download NX Web Companion 3.3.0 from the NoMachine Web site at the following URL:
http://www.nomachine.com/download/
Installation
Installation
instructions for Linux and Solaris SPARC platforms use the sudo
utility. If you don't have it installed, log on as superuser ("root")
and run the commands without sudo.
Instructions below refer to DocRoot to indicate the directory of the Web server out of which you will serve your NX Web Companion.
RPM version for Linux
- Download the RPM
- Change your working directory to the location where you saved the package and install it by running from a console:
# sudo rpm -i nxplugin-3.3.0-xy.i386.rpm
# cp -a /usr/NX/share/plugin DocRoot
- Finally edit the DocRoot/plugin/nxapplet.html file to fit your environment.
DEB version for Linux
- Download the DEB
- Change your working directory to the location where you saved the package and install it by running from a console:
# sudo dpkg -i nxplugin_3.3.0-xy_i386.deb
# cp -a /usr/NX/share/plugin DocRoot - Finally edit the DocRoot/plugin/nxapplet.html file to fit your environment.
TAR.GZ version for Linux
- Download the TAR.GZ in the /usr directory
- Change your working directory to the to the the /usr directory and install it by running from a console:
# sudo tar -P -zxvf nxplugin-3.3.0-xy.i386.tar.gz
# cp -a /usr/NX/share/plugin DocRoot - Finally edit the DocRoot/plugin/nxapplet.html file to fit your environment.
SPARC.GZ version for Solaris
- Download the SPARC.GZ
- Change your working directory to the location where you saved the package and install it by running from a console:
# sudo gunzip nxplugin-3.3.0-xy.sparc.gz
# sudo pkgadd -d nxplugin-3.3.0-xy.sparc
# cp -a /usr/NX/share/plugin DocRoot - Finally edit the DocRoot/plugin/nxapplet.html file to fit your environment.
The complete set of installation and configuration instructions is available at:
http://www.nomachine.com/documents/plugin/install.php
The NX Development Team