DEV Community

Discussion on: Install MariaDB 10.4 on an Ubuntu 22.04 server

Collapse
 
thankyouman profile image
Sam

...For other installer: When finished, you might have to install a legacy library with the following commands:

sudo apt update
sudo apt search libncurses5
sudo apt install libncurses5