Uninstalling the Remote Workstation Card Agent for Linux¶
You can remove the Remote Workstation Card Agent for Linux from your system, or you can remove the repo config entirely.
Remove the Remote Workstation Card Agent for Linux package¶
To remove the package, open a console window and run the following command:
sudo yum 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:
rm /etc/yum.repos.d/pcoip-agent.repo
rm /etc/yum.repos.d/pcoip-agent-source.repo
Restore the gdm service¶
Uninstalling the Graphics Agent doesn't reinstate the previous system settings, which is why after the uninstallation completes, you must enable gdm.service
.
Run the following command to restore the gdm service:
$ sudo systemctl enable gdm.service