How to install linux packages?
I am trying to unzip a file here, but when I do "unzip blabla.zip"
it says, command not found, So, i tried doing "install-pkg unzip"
and then it says "unzip: command not found"
How can I unzip that file?
Voters
Buhron
Add pkgs.unzip
to replit.nix
StudioHawaii
thanks
RYANTADIPARTHI
i think if you want to install. Use the shell. and do pip install
. Or click the package icon, and choose your installation.
CoffeeGuy
@RYANTADIPARTHI I didn't say a python package, I said a linux package... :P
SixBeeps
I've never not been able to use unzip
before, but if they've changed things, your best bet is to convert it to a tar.gz or similar and extract that using tar
and gzip
.
unzip
works in bash repls. Not sure why some commands aren't available in Node.js repls.@programmeruser is there any way i can use "install-pkg" in a nodejs repl?
@CoffeeGuy I don't think that works either.
@CoffeeGuy Ah, I remember now. Node.js Repls aren't on polygott yet, so they in specific don't get things like install-pkg. If you make any other kind of Repl, though, you can.
@SixBeeps Aw man :( anyways.. cheerio!
@SixBeeps how about html repls? I cant extract tar.gz
@SX9 I believe that the tar command is available, however the unzipped contents can't be accessed through the web