Title
Create new category
Edit page index title
Edit category
Edit link
What dependencies does MetaDefender’s Deep CDR for Linux have?
This article applies to all MetaDefender Core releases deployed on Linux systems.
Starting with version 6.0 (released in December 2021), MetaDefender’s Deep CDR for Linux will require that libgdiplus be pre-installed.
Please follow the relevant instructions below to install libgdiplus on your Linux system:
Rocky Linux 9.x
Download the prebuilt libgdiplus6.0.4.tar.gz .
- File size: 1,857,019 bytes
- MD5: 759a6a3641a1bc83363336f860cd7f25
- SHA256: 222ec848c62bdc886ebed980f87d4e56ff3341c5e9af1c242a2e9706b674a4b5
Run these commands to install, be aware of the “Copy and extract libgdiplus6.0.4.tar.gz ...” step.
xxxxxxxxxx### Install runtime dependencydnf install -y 'dnf-command(config-manager)'dnf config-manager --set-enabled crbdnf makecachednf install -y tar giflib-devel libjpeg-devel giflib libjpeg libpng cairo libtiff libexif glib2### Copy and extract libgdiplus6.0.4.tar.gz file to your installed folder (this folder can be read by metascan) (for example :/var/lib/libgdiplus6)mkdir /var/lib/libgdiplus6tar -xvf libgdiplus6.0.4.tar.gz -C /var/lib/libgdiplus6echo "/var/lib/libgdiplus6/6.0.4/lib" | sudo tee /etc/ld.so.conf.d/libgdiplus.confldconfig### Double check libgdiplus was installed successfullyldconfig -p | grep libgdiplus### Restart Core to make change appliedsystemctl stop ometascansystemctl start ometascanUbuntu 22.04
Ubuntu 24.04
Red Hat 8
Red Hat 9
Debian 12
Amazon Linux 2023
If you have followed the steps above but are still having trouble installing Libgdiplus or running MetaDefender Core’s Deep CDR on a Linux system, please follow these instructions on How to Create Support Package With Bundle Tools?, before creating a support case or chatting with our support engineer.