Epoxsea Software Document Help

Linux User Privilege

\#linux

The root user (i.e., Administrator in Windows)

Command

Description

su

Change user to root

sudo <command>

Execute command as root

installation tool

  • brew install (MacOS, need install by yourself)

  • apt install (Debian/Ubuntu)

  • apt-get install (Debian/Ubuntu)

  • pacman -S (Arch)

install package

sudo apt install <package>

update the available package

sudo apt update
Last modified: 12 June 2025