how to create non root account on Colab?

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...