Download php packages

I am trying to run

apt-get install php5-mysqli

but I keep getting an access denied message, can someone please tell me a work around

Hey @J-Tech-Foundation since apt-get requires sudo access you won’t be able to run that in a Glitch container. However if you start by Remixing something like https://glitch.com/~lamp-poc you’ll find that mysqli is already installed there.

Hope this helps!

3 Likes