0

I am an absolute beginner in Ubuntu and I am trying to install developer tools. Can someone guide me I have tried the following:enter image description here

enter image description here

1 Answers1

2

You need to update the repositories before install or upgrade something. So probably sudo apt update && sudo apt install --fix-missing will fix your problem, after that try to install the desired package again.

pa4080
  • 29,831