Skip to content

Instantly share code, notes, and snippets.

@thuvh
Last active March 29, 2024 07:09
Show Gist options
  • Save thuvh/866fbc4fccf4a98cdb9240a191f2d4f3 to your computer and use it in GitHub Desktop.
Save thuvh/866fbc4fccf4a98cdb9240a191f2d4f3 to your computer and use it in GitHub Desktop.
ubuntu common packages

Ubuntu Common Packages

$ sudo apt update
$ sudo apt upgrade
$ sudo apt install -y  git build-essential \
    tmux htop nload \
    sysstat iotop dstat \
    tcptraceroute net-tools wget \
    curl dnstop bash-completion \
    psmisc tree make \
    libssl-dev zlib1g-dev libbz2-dev \
    libreadline-dev libsqlite3-dev llvm \
    libncursesw5-dev xz-utils tk-dev \
    libxml2-dev libxmlsec1-dev libffi-dev liblzma-dev \
    xsel xclip yank
$ sudo apt autoremove
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment