Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Completely remove mono packages by running the commands:

    Code Block
    languagebash
    sudo apt purge mono* libmono*
    sudo apt autoremove
  2. Run the command again to remove all dependencies:
    Code Block
    languagebash
    sudo apt autoremove
  3. Add repositories by sequentially running the commands:
    Code Block
    languagebash
    echo 'deb http://download.axxonsoft.com/debian-repository stretch backports/main' | sudo tee -a /etc/apt/sources.list.d/axxonsoft.list
    echo 'deb http://download.axxonsoft.com/debian-repository weekly main backports/main' | sudo tee -a /etc/apt/sources.list.d/axxonsoft.list
    wget --quiet -O - "http://download.axxonsoft.com/debian-repository/info@axxonsoft.com.gpg.key" | sudo apt-key --keyring /etc/apt/trusted.gpg.d/axxonsoft.gpg add - && sudo apt-get update
  4. Install new mono packages from the repository:

    Code Block
    languagebash
    sudo apt-get install mono-complete -t stretch

After that, you can repeat the installation of the the Axxon One Client (see Installing the Axxon One Client in Linux OS).

Problem with displaying a dialog box or a drop-down list

...