I have some packages from Ubuntu that cannot be installed as root account which is the default on Colab.
I have tried the following:
- !sudo useradd -m ted
- !passwd ted (set the new password)
- !su ted
This generates an error: sh: 0: can't access tty; job control turned off
I am not a linux person so I am not sure what does that mean.