I need to use functions from PHPs ODBC library (like odbc_connect) on my Ubuntu 16.04.6 LTS Server. Unfortunately, if I try to install php7.4-odbc with
sudo apt-get install php7.4-odbc
is fails with
E: Unable to locate package php7.4-odbc
E: Couldn't find any package by glob 'php7.4-odbc'
E: Couldn't find any package by regex 'php7.4-odbc'
How can I install PHPs ODBC package on this Server?
try this
sudo apt update
sudo apt install php-odbc