I am playing around replit for bash scripting. I would like to know if I can install packages and create an environment to execute code. I guess I can import python modules. What about .deb?
dpkg -i debfile.deb You need to be superuser
Install packages in online editor
I am playing around replit for bash scripting. I would like to know if I can install packages and create an environment to execute code. I guess I can import python modules. What about .deb?
dpkg -i debfile.deb
You need to be superuser