Graphics Agent for Linux
Administrators' Guide
Uninstalling the Agent
You can remove the Graphics Agent for Linux from your system, or you can remove the repo config entirely.
Remove the Graphics Agent for Linux package
To remove the package, open a console window and run the following command:
-
RHEL/Rocky Linux
sudo yum remove pcoip-agent-*
-
Ubuntu
sudo apt-get remove pcoip-agent-*
Remove the repo configuration
You can also remove the repo configuration completely. You'll need to do this if you are switching from one channel to another (for example, from beta to stable), before reconfiguring with the new repo:
Note: Removing beta repo configurations
The following commands remove the stable channel, which is what most users have configured. To remove the beta channel instead, replace pcoip-agent
with pcoip-agent-beta
in these commands.
-
RHEL/Rocky Linux
rm /etc/yum.repos.d/pcoip-agent.repo rm /etc/yum.repos.d/pcoip-agent-source.repo
-
Ubuntu
rm /etc/apt/sources.list.d/pcoip-agent.list apt-get clean rm -rf /var/lib/apt/lists/* apt-get update
Last updated: Saturday, November 9, 2024