Problem installing modules in Omeka S

I am unable to install the bulk edit module (version 3.4.36) in our instance of omeka s (version 4.1.1). When I go to Modules on the admin side and click “install,” I get the following error:

Error: Failed opening required ‘/var/www/html/omeka/modules/Common/TraitModule.php’ (include_path=‘.:/usr/share/php’) in /var/www/html/omeka/modules/BulkEdit/Module.php:6
Stack trace:
#0 /var/www/html/omeka/vendor/laminas/laminas-loader/src/ModuleAutoloader.php(258): require_once()
#1 /var/www/html/omeka/vendor/laminas/laminas-loader/src/ModuleAutoloader.php(210): Laminas\Loader\ModuleAutoloader->loadModuleFromDir()
#2 /var/www/html/omeka/application/src/Module/Manager.php(354): Laminas\Loader\ModuleAutoloader->autoload()
#3 /var/www/html/omeka/application/src/Module/Manager.php(225): Omeka\Module\Manager->getModuleObject()
#4 /var/www/html/omeka/application/src/Controller/Admin/ModuleController.php(117): Omeka\Module\Manager->install()
#5 /var/www/html/omeka/vendor/laminas/laminas-mvc/src/Controller/AbstractActionController.php(71): Omeka\Controller\Admin\ModuleController->installAction()
#6 /var/www/html/omeka/vendor/laminas/laminas-eventmanager/src/EventManager.php(319): Laminas\Mvc\Controller\AbstractActionController->onDispatch()
#7 /var/www/html/omeka/vendor/laminas/laminas-eventmanager/src/EventManager.php(179): Laminas\EventManager\EventManager->triggerListeners()
#8 /var/www/html/omeka/vendor/laminas/laminas-mvc/src/Controller/AbstractController.php(97): Laminas\EventManager\EventManager->triggerEventUntil()
#9 /var/www/html/omeka/vendor/laminas/laminas-mvc/src/DispatchListener.php(132): Laminas\Mvc\Controller\AbstractController->dispatch()
#10 /var/www/html/omeka/vendor/laminas/laminas-eventmanager/src/EventManager.php(319): Laminas\Mvc\DispatchListener->onDispatch()
#11 /var/www/html/omeka/vendor/laminas/laminas-eventmanager/src/EventManager.php(179): Laminas\EventManager\EventManager->triggerListeners()
#12 /var/www/html/omeka/vendor/laminas/laminas-mvc/src/Application.php(325): Laminas\EventManager\EventManager->triggerEventUntil()
#13 /var/www/html/omeka/index.php(21): Laminas\Mvc\Application->run()
#14 {main}

I have looked and can verify that there is not, in fact, a “Common” folder in the omeka S modules directory-I checked with a fresh download of Omeka S, to see if perhaps it should be there and didn’t get unzipped or transferred for some reason, but a fresh install does not have this folder either. I downloaded the plugin from this page: Omeka S - Modules

Does anyone know what is going on here?

You need to install the Common module first