Repository Management

Repository must be added correctly in order to install Anyware Manager or Anyware Connector from online. See Add Anyware Manager Repository section in the Installing Anyware Manager - Default Configuration topic to manage Anyware Manager repositories and see Adding the Connector Repository to manage Anyware Connector repositories.

Cases that repository is not setup properly and is causing installation fails:

  • Case 1: Multiple cas-manager* repositories are added:

    If the server previously had beta repo and now you want to install GA version, or vice versa, there could be multiple cas-manager repos, which may cause the installation fails. To check the check the repository status by running the following command:

    dnf repolist teradici-cas-manager*
    

    If you have beta or GA repositories installed, the installer will display:

    Alt text

    To solve the issue, make sure you only keep one of the repos that you want to install from. Run the following commands to remove unwanted repositories:

    Run the following commands to remove unwanted repositories:

    • To remove the stable repo, run sudo rm -rf /etc/yum.repos.d/teradici-cas-manager command.
    • To remove the beta repo, run sudo rm -rf /etc/yum.repos.d/teradici-cas-manager-beta.repo command.
    • To remove all the existing repos, run sudo rm -rf /etc/yum.repos.d/teradici* command.
  • Case 2: An incorrect or no repository is added. If the repository list command above returns no repo or wrong repo name, you must run the add repo command to add correct repo before install.