Skip to content

Instantly share code, notes, and snippets.

@abdulhalim-cu
Created November 5, 2017 09:41
Show Gist options
  • Save abdulhalim-cu/df9bb4e4ff1347d560d9e291f7fb74f5 to your computer and use it in GitHub Desktop.
Save abdulhalim-cu/df9bb4e4ff1347d560d9e291f7fb74f5 to your computer and use it in GitHub Desktop.
# Script that installs additional command-line interface (CLI) software for Ubuntu/Debian
# Keep Ubuntu or Debian up to date
sudo apt-get -y update
sudo apt-get -y upgrade
sudo apt-get -y dist-upgrade
sudo apt-get -y autoremove
# Development tools:
sudo apt-get install -y build-essential cmake
# File archivers
sudo apt-get install -y p7zip p7zip-full unrar-free unzip
# Others (need to be categorized):
sudo apt-get install -y faketime htop lshw pdftk wget
# Terminal multiplexer
sudo apt-get install -y screen
# Text editors:
sudo apt-get install -y nano vim
# VCS:
sudo apt-get install -y git subversion
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment