> there's no way to use su without installing new packages ? > sudo is different from su. su is definitely in the base installation, though sudo may need to be specifically installed. You can use su without installing any extra packages, but you'll be given the user the root password to use su. To use sudo you won't need the root password.