Difference between revisions of "Mono Update"

 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
Follow these steps to update Mono and configure TCAdmin to use the new version.
+
Follow these steps to install/update Mono and configure TCAdmin to use the latest version.
  
Download and install the updated mono package according to your Linux distro.
 
  
[[Special:Redirect https://www.mono-project.com/download/stable/#download-lin]]
+
Add the Mono repository to your system:
 +
 
 +
https://www.mono-project.com/download/stable/#download-lin
 +
 
 +
 
 +
 
 +
Then download & install it using the following command depending on your distro:
 +
 
 +
 
 +
Ubuntu:
 +
 
 +
<source lang="bash">apt-get install mono-complete mono-vbnc mono-xsp</source>
 +
 
 +
CentOS:
 +
 
 +
<source lang="bash">yum install mono-complete mono-basic xsp</source>
 +
 
  
 
* Update the following line in /home/tcadmin/Monitor/mono-config with the location of version you updated to. Use nano or vi. Don't download the file to your Windows PC to edit the file.
 
* Update the following line in /home/tcadmin/Monitor/mono-config with the location of version you updated to. Use nano or vi. Don't download the file to your Windows PC to edit the file.
<source lang="bash">MONO_FOLDER="/opt/mono-2.11.4"</source>
+
<source lang="bash">MONO_FOLDER="/opt/mono-6.8.0"</source>
  
 
* Restart the monitor and service manager services.
 
* Restart the monitor and service manager services.

Latest revision as of 00:40, 21 May 2020

Follow these steps to install/update Mono and configure TCAdmin to use the latest version.


Add the Mono repository to your system:

https://www.mono-project.com/download/stable/#download-lin


Then download & install it using the following command depending on your distro:


Ubuntu:

apt-get install mono-complete mono-vbnc mono-xsp

CentOS:

yum install mono-complete mono-basic xsp


  • Update the following line in /home/tcadmin/Monitor/mono-config with the location of version you updated to. Use nano or vi. Don't download the file to your Windows PC to edit the file.
MONO_FOLDER="/opt/mono-6.8.0"
  • Restart the monitor and service manager services.
cd /home/tcadmin/Monitor
./monitor-service restart
./serviceman-service restart
Retrieved from "https://help.tcadmin.com/index.php?title=Mono_Update&oldid=2132"