install-pkg : where did it go?
Has install-pkg
been removed?
Can anyone point me to an announcement and/or some alternative functionality?
For anyone wondering, it appears to have been removed. Replit has moved their systems to using Nix, with Nix being the package manager (instead of apt
). install-pkg
used some privilege escalation in the background to install packages with apt
, but now it seems to have been removed. I personally disagree with this change, but Nix seems okay for most use cases. I wish there was still a repl that did allow us to install apt packages still, as not everything is in the Nix package repositories, but this change was most likely made due to the lack of persistence when a REPL is shut down.
No, install-pkg
hasn't been removed. It still there.
@Wumi4 It's gone. I tried it in the shell of a bash repl. Doesn't work.
@DaCuteRaccoon I just tried it in a bash repl and it worked.
Can you share a link to your repl?
Its gone for me @ceilingrat, I'm just getting a bash error saying install-pkg isn't found.
You probably used a repl that doesn't support it, like a node repl :/
Use a bash repl and you will see it works!
Report this to bugs, be patient, and it will be supported soon!
@Coder100 You're right! In a Bash repl it works!
Thanks for pointing this out, I thought I was going crazy! Haha
lol @ceilingrat
@Coder100 install pkg removed