adduser 3.137-ok2update2 source package in openKylin

Changelog

adduser (3.137-ok2update2) nile; urgency=medium

  [ mengyuan]
  * close #IBXTWW: 添加用户时用户名大写,用户添加失败

 -- handsome_feng <email address hidden>  Tue, 28 Jul 2026 14:19:13 +0800

Upload details

Uploaded by:
handsome_feng
Sponsored by:
Cibot
Uploaded to:
Nile.bedrock
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
admin
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Nile.bedrock proposed main admin

Downloads

File Size SHA-256 Checksum
adduser_3.137-ok2update2.tar.xz 249.3 KiB 599a995b5ddf9a045c565a308b1bb7751abf41b41cca5397ef45a2f22247799d
adduser_3.137-ok2update2.dsc 1.7 KiB e5558de0539ad5620d9cf64b0a5e56976290ebb8fdd606212692a02d94972a7f

Available diffs

View changes file

Binary packages built by this source

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