Last active
October 11, 2025 03:49
-
-
Save minhnguyent546/08aeefed0064655cc98ee73bb6742e74 to your computer and use it in GitHub Desktop.
Packages for fresh Ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo apt-get update | |
| sudo apt-get install -y --no-install-recommends \ | |
| git \ | |
| sudo \ | |
| tmux \ | |
| neofetch \ | |
| htop \ | |
| btop \ | |
| speedtest-cli \ | |
| tree \ | |
| time \ | |
| nano \ | |
| wget \ | |
| curl \ | |
| net-tools \ | |
| python3-pip \ | |
| python3-venv \ | |
| libegl1-mesa-dev \ | |
| software-properties-common \ | |
| libpq-dev \ | |
| bat \ | |
| xclip \ | |
| python-is-python3 \ | |
| unzip \ | |
| zip \ | |
| libnuma-dev |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment