Difference between revisions of "Linux Desktop + NX Server"

From vpsget wiki
Jump to: navigation, search
(Created page with "Official web site http://www.nomachine.com/ <h3>Installing Desktop</h3> If you already have desktop installed you can skip this section. '''Installing GNOME Desktop on Cento...")
 
Line 16: Line 16:
 
  yum -y groupinstall kde-desktop
 
  yum -y groupinstall kde-desktop
  
'''Installing Gnome Desktop on Ubuntu:'''
+
'''Installing Gnome Desktop on Debian:'''
  
 
Full set of components:
 
Full set of components:
Line 24: Line 24:
 
Minimal set of components:
 
Minimal set of components:
 
  apt-get install gnome-core
 
  apt-get install gnome-core
 +
 +
'''Installing KDE Desktop on Debian:'''
 +
 +
Full Install:
 +
aptitude install kde xorg
 +
Minimal install:
 +
aptitude install kde-core xorg kdm
 +
 +
'''Installing Gnome Desktop on Ubuntu:'''
 +
 +
apt-get update
 +
apt-get install ubuntu-desktop
 +
 +
'''Installing KDE Desktop on Ubuntu:'''
 +
 +
apt-get install kubuntu-desktop
 +
 
<h3>Installing NX Free Edition on Linux RPM i386 for RHEL, SLED, SLES, Open SUSE, Mandriva, Fedora</h3>
 
<h3>Installing NX Free Edition on Linux RPM i386 for RHEL, SLED, SLES, Open SUSE, Mandriva, Fedora</h3>
 
Download nxclient, nxnode, nxserver:
 
Download nxclient, nxnode, nxserver:

Revision as of 14:53, 17 September 2013

Official web site http://www.nomachine.com/

Installing Desktop

If you already have desktop installed you can skip this section.

Installing GNOME Desktop on Centos:

yum -y groupinstall "Desktop" "Desktop Platform" "X Window System" "Fonts"

Optional packages:

yum -y groupinstall "Graphical Administration Tools"
yum -y groupinstall "Internet Browser"
yum -y groupinstall "General Purpose Desktop"
yum -y groupinstall "Office Suite and Productivity"
yum -y groupinstall "Graphics Creation Tools"

Installing KDE desktop on Centos:

yum -y groupinstall kde-desktop

Installing Gnome Desktop on Debian:

Full set of components:

apt-get install gnome

Official set of components:

apt-get install gnome-desktop-environment

Minimal set of components:

apt-get install gnome-core

Installing KDE Desktop on Debian:

Full Install:

aptitude install kde xorg

Minimal install:

aptitude install kde-core xorg kdm

Installing Gnome Desktop on Ubuntu:

apt-get update
apt-get install ubuntu-desktop

Installing KDE Desktop on Ubuntu:

apt-get install kubuntu-desktop

Installing NX Free Edition on Linux RPM i386 for RHEL, SLED, SLES, Open SUSE, Mandriva, Fedora

Download nxclient, nxnode, nxserver:

wget http://web04.nomachine.com/download/3.5.0/Linux/nxclient-3.5.0-7.i386.rpm
wget http://web04.nomachine.com/download/3.5.0/Linux/nxnode-3.5.0-9.i386.rpm
wget http://web04.nomachine.com/download/3.5.0/Linux/FE/nxserver-3.5.0-11.i386.rpm

Refer to official site for newest versions: http://www.nomachine.com/download-package.php?Prod_Id=3775

Install nxclient, nxnode, nxserver:

rpm -i nxclient-3.5.0-7.i386.rpm 
rpm -i nxnode-3.5.0-9.i386.rpm 
rpm -i nxserver-3.5.0-11.i386.rpm