< Home - < Back

nxagent


Information about the package, nxagent, which is shipped with common Linux distributions. The nxagent package is designed for, NX agent.


Package Name:

nxagent

Summary:

NX agent

Description:

NX is a software suite which implements very efficient compression of the X11 protocol. This increases performance when using X applications over a network, especially a slow one. nxagent is an agent providing NX transport of X sessions. The application is based on the well-known Xnest server. nxagent, like Xnest, is an X server for its own clients, and at the same time, an X client for a system's local X server. The main scope of nxagent is to eliminate X round-trips or transform them into asynchronous replies. nxagent works together with nxproxy. nxproxy itself does not make any effort to minimize round-trips by itself, this is demanded of nxagent. Being an X server, nxagent is able to resolve all the property/atoms related requests locally, ensuring that the most common source of round-trips are nearly reduced to zero.

Architecture:

x86_64

Version:

3.5.0.32

Release:

3.el6

Size:

1.6 M

Repository:

epel

From Repository:

Licence:

GPLv2+



Handy Yum Commands for nxagent


Control the nxagent package with the following handy commands outlined below.


Command

Description of Command

yum install nxagent

This command will install nxagent on the server.

yum remove nxagent

This command will un-install nxagent on the server. When you run this command, you will be asked if you are sure that you want to remove nxagent, so you have to manually confirm that you want to do this.

yum -y remove nxagent

This command will un-install nxagent on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove nxagent when using the -y flag.

yum update nxagent

This command will update nxagent to the latest version. When you run this command, you will be asked if you are sure that you want to remove nxagent, so you have to manually confirm that you want to do this.

yum -y update nxagent

This command will update nxagent to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove nxagent when using the -y flag.

yum info nxagent

This command will show you core information about the nxagent package.

yum deplist nxagent

This command will show you the dependencies for nxagent. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update nxagent

This command will check if there is an update waiting on nxagent. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.