What's the root password for the repl.it shell?
I need to install Homebrew for a project with apt-get and have tried every common root password, and even tried using no sudo at all. Does anybody either know the root password or know how I can install Homebrew? NOTE: I have tried su
Voters
Coder100
You can't access the root, it's a security thing.
Baconman321
You can't access root, nor will they give you access (for security reasons), sorry.
Donoru
@Baconman321 Thanks! I was just wondering.
Use the
install-pkg
command to install a package instead ofapt-get
.@programmeruser it says
main.sh: line 2: install-pkg: command not found
@Buhron
install-pkg
was removed when the new Nix-based containers were rolled out. You should probably use Nix now, but if you really want to, use this: https://github.com/replit/polygott/blob/master/extra/apt-install. Warning: it's really hacky and you might have to make a lot of modifications to the filesystem and environment to make the package actually work