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?
You can use the install-pkg command to install apt packages.
install-pkg
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?
You can use the
install-pkg
command to install apt packages.