Skip to content

Uninstalling the Standard Agent for Linux

You can remove the Standard Agent for Linux from your system, or you can remove the repo config entirely.

Remove the Standard Agent for Linux package

To remove the package, open a console window and run the following command:

sudo apt-get remove pcoip-agent-*

Remove the repo configuration

If you want to remove the repo configuration completely, you can do that as well. 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:

Replace <repo_channel> with one of the following, depending on the configuration you need to remove:

  • teradici-pcoip-agent.list: Removes stable channel. Most users are on this channel, which contains our stable releases.
  • teradici-pcoip-agent-beta.list: Removes beta channel.
  • teradici-pcoip-agent-dev.list: Removes dev channel.
rm /etc/apt/sources.list.d/<repo_channel>.list
apt-get clean
rm -rf /var/lib/apt/lists/*
apt-get update