How to Install and Uninstall adduser Package on Kali Linux

Last updated: May 10,2024

1. Install "adduser" package

Learn how to install adduser on Kali Linux

$ sudo apt update $ sudo apt install adduser

2. Uninstall "adduser" package

Please follow the step by step instructions below to uninstall adduser on Kali Linux:

$ sudo apt remove adduser $ sudo apt autoclean && sudo apt autoremove

3. Information about the adduser package on Kali Linux

Package: adduser
Version: 3.137
Installed-Size: 592
Maintainer: Debian Adduser Developers
Architecture: all
Depends: passwd
Suggests: liblocale-gettext-perl, perl, cron, quota
Size: 139720
SHA256: 40b77d8b5b482baee2d0c95bbb4a4b9bcf7271b79dec039ef45e541142edfc12
SHA1: 292761717213ec2745b50eacb737d0986acd30a6
MD5sum: 3b5322221d61e04efc7be6b80da76b0a
Description: add and remove users and groups
This package includes the 'adduser' and 'deluser' commands for creating
and removing users.
.
- 'adduser' creates new users and groups and adds existing users to
existing groups;
- 'deluser' removes users and groups and removes users from a given
group.
.
Adding users with 'adduser' is much easier than adding them manually.
'Adduser' will choose UID and GID values that conform to Debian policy,
create a home directory, copy skeletal user configuration, and
automate setting initial values for the user's password, real name
and so on.
.
'Deluser' can back up and remove users' home directories
and mail spool or all the files they own on the system.
.
A custom script can be executed after each of the commands.
.
'Adduser' and 'Deluser' are intended to be used by the local
administrator in lieu of the tools from the 'useradd' suite, and
they provide support for easy use from Debian package maintainer
scripts, functioning as kind of a policy layer to make those scripts
easier and more stable to write and maintain.
Description-md5:
Multi-Arch: foreign
Tag: admin::user-management, implemented-in::perl, interface::commandline,
role::program, scope::utility, suite::debian
Section: admin
Priority: important
Filename: pool/main/a/adduser/adduser_3.137_all.deb