Upgrade NetQ Agents and CLI on Ubuntu Servers
The following instructions are applicable to both NetQ Platform and NetQ Appliances running Ubuntu 16.04 or 18.04 in on-premises and remote deployments.
To upgrade the NetQ Agent:
-
Log in to your NetQ Platform or Appliance.
-
Update your NetQ repository.
root@ubuntu:~# sudo apt-get update
- Install the agent software.
root@ubuntu:~# sudo apt-get install -y netq-agent netq-apps
- Restart the NetQ Agent.
root@ubuntu:~# netq config restart agent
root@ubuntu:~# netq config restart cli
Refer to Install and Configure the NetQ Agent on Ubuntu Servers to complete the upgrade.