Score:0

Can't install php7.3-gd on ubuntu 20.04

cn flag

I have php7.3 installed but I can't install the gd module.

I have tried running the following commands:

sudo apt install software-properties-common
sudo add-apt-repository ppa:ondrej/php
sudo apt-get update
sudo apt-get install php7.3-gd

I get the following error:

E: Unable to locate package php7.3-gd

Score:1
in flag

Php7.3-gd is outdated and probably removed from default linux repositories. You should install the version 7.4. Try this command:

sudo apt update && sudo apt install php7.4-gd
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.