Add support for more code install libraries

You could use apt’s download argument to download binaries then use dpkg:

apt-get download [package]

But I’ve never tried it.

Can you accept my invite and try it?

I’m a bit busy now, I’ll try as soon as I can.

2 Likes

Okay. Let us know what happens!

@hello-smile6 the docker npm package that you have installed is a documentation generator with the same name :laughing:

Also installing Docker needs sudo permissions which is not available on Glitch.

2 Likes

Some time ago a glitch user found a way to install apt packages in glitch.

Tutorial: How to install any package from apt-get on Glitch

Hopefully this should solve your problem

1 Like