Standard Agent for Linux 24.07 Administrators' Guide
This release is in Beta. Beta software is not fully supported, and may be incomplete or unstable. It is not intended for use in production systems. We welcome your feedback on this release! Send feedback to anyware-beta-feedback@hp.com.

Uninstalling the Agent

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:

  • 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: Tuesday, June 25, 2024