Installing datto RMM Linux Agent on CentOS 8 Linux Server
Subject: Installing datto RMM Linux Agent on CentOS 8 Linux Server
Good day from Singapore,
I am sharing this because datto RMM Linux Agent has a dependency on Mono. Without Mono, you cannot run the Linux agent at all.
Please take note of the following 3 articles.
Article 1: Error: Failed to download metadata for repo 'appstream': Cannot prepare internal mirrorlist: No URLs in mirrorlist
Article 2: How to Install Mono on CentOS 8
Link: https://linuxize.com/post/how-to-install-mono-on-centos-8/
Article 3: Installing or uninstalling the Linux Agent
I shall go into the detailed steps now.
When you try to install Mono, you may run into the following error:
Error: Failed to download metadata for repo 'appstream': Cannot prepare internal mirrorlist: No URLs in mirrorlist
To solve the above issue, run the following Linux commands.
# cd /etc/yum.repos.d/
# sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-*
# sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-*
Now, to install Mono on CentOS 8, run the following Linux commands.
# dnf config-manager --add-repo https://download.mono-project.com/repo/centos8-stable.repo
# sudo dnf install mono-complete
To install datto RMM Linux agent on CentOS 8, run the following Linux commands.
# wget -O setup.sh https://syrah.centrastage.net/csm/profile/downloadLinuxAgent/<replace with your own code>
# chmod +x setup.sh
# ./setup.sh
That's all.
I hope the above information is useful to you. Please note that this guide only applies to RHEL-derivatives.
Thank you.
Regards,
Mr. Turritopsis Dohrnii Teo En Ming
Targeted Individual in Singapore
11 Oct 2023 Wednesday
REFERENCES
============
Comments
Post a Comment