I am an absolute beginner in Ubuntu and I am trying to install developer tools. Can someone guide me I have tried the following:
Asked
Active
Viewed 1,784 times
0
-
1Please don't provide pictures of text; I want to copy details from your screen to look up info & answer but cannot copy/paste from a picture. Use text please – guiverc Sep 14 '19 at 08:06
-
1Hello, Muhammad Maqsoodur Rehman, did you succeed with this issue? – pa4080 Sep 15 '19 at 06:59
-
@pa4080 Yes.The problem is solved now. Thank you – Muhammad Maqsoodur Rehman Sep 26 '19 at 10:11
1 Answers
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