I cannot install mongodb on Ubuntu 22.04.2 live server (code=dumped, signal=ILL)

Hello:

I’m trying to install mongodb latest version on Ubuntu (vmware virtual machine).

I follow the instructions from
https://www.mongodb.com/docs/manual/tutorial/install-mongodb-on-ubuntu/

I get the following message on the when checking the status of the service.
‘’’
× mongod.service - MongoDB Database Server
Loaded: loaded (/lib/systemd/system/mongod.service; enabled; vendor preset: enabled)
Active: failed (Result: core-dump) since Thu 2023-04-27 17:53:46 PDT; 8s ago
Docs: https://docs.mongodb.org/manual
Process: 6184 ExecStart=/usr/bin/mongod --config /etc/mongod.conf (code=dumped, signal=ILL)
Main PID: 6184 (code=dumped, signal=ILL)
CPU: 17ms

Apr 27 17:53:46 systemd[1]: Started MongoDB Database Server.
Apr 27 17:53:46 systemd[1]: mongod.service: Main process exited, code=dumped, status=4/ILL
Apr 27 17:53:46 systemd[1]: mongod.service: Failed with result ‘core-dump’.
‘’’

Please help pretty new with Linux

ILL means illegal instructions.Check whether your platform,chip architecture supports the mongodb version you are trying to install
Search our forum threads for ILL and check compatibility matrix etc

Thanks for the response, I’m running an Intel® Xeon® Processor E5-4660 v3 CPU. For what I read and saw online it doesn’t look like is compatible. am I right?

Intel Xeon Processor E54660 v3 35M Cache 2.10 GHz Product Specifications

Check EVC mode in VMWare, your CPU supports AVX2.