0

I dual booted with Ubuntu 17.10 . However it does not contain the pre-installed default softwares like gcc and make. I have tried sudo apt-get update and sudo apt-get upgrade to try and install such packages but no success. I have looked online for this problem but have found no solutions. How should I install all the default softwares at once (not manually install them one by one)?

arpanmangal
  • 1,770
  • 1
  • 17
  • 34

1 Answers1

0
sudo apt update
sudo apt install build-essential

See also: Installing Compilers

PaulR
  • 3,587
  • 14
  • 24