Go to documentation repository
Page History
...
Completely remove mono packages by running the commands:
Code Block language bash sudo apt purge mono* libmono* sudo apt autoremove
- Run the command again to remove all dependencies:
Code Block language bash sudo apt autoremove
- Add repositories by sequentially running the commands:
Code Block language bash 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
Install new mono packages from the repository:
Code Block | ||
---|---|---|
| ||
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
...
Overview
Content Tools