Becoming root

Some actions, such as updating the package lists, can only be performed as root. If you are not root and you try to update the package lists, aptitude will ask if you want to become root:

[become root dialog]

If you select Become root, aptitude will prompt you for root's password; when you have correctly entered it, aptitude will perform the action that required root privileges. You will still be root after the action completes.

You can switch to the root account at any time using the command ActionsBecome root. Any changes you have made to package states will be preserved (but will not be saved until you quit aptitude).

By default, aptitude will use the command su to gain root privileges. If you would like it to use some other command (such as sudo), set the configuration option Aptitude::Get-Root-Command.