I have a vps with linux ubuntu 20.04 LTS
installed, I also installed the lamp stack to upload my web projects, php with version 7.4, now I need to install some more php libraries for example: php-gd
so run the command:
sudo apt-get install php7.4-gd
but when installing I get the following error: php7.4-cli : Depends: php7.4-common (= 7.4.3-4ubuntu2.18) but 7.4.3-4ubuntu2.17 is to be installed
and actually it won't let me install anything else, because it always throws me that error.. any idea how to solve this?