0

Whenever I tried to install synaptic or other libraries like sudo apt-get install git-core, etc... it's showing errors.

When it starts running but stops at 22% and also with many errors.

I am not able to install anything. When I tried to install synaptic using

sudo apt-get install synaptic

it says unable to locate package synaptic.

The internet connections are also working. firefox is working but I am unable to download anything through terminal.

Tim
  • 32,861
  • 27
  • 118
  • 178

1 Answers1

0

It's possible that you have a stale repository and it's failing to find the right packages due to updates.

sudo apt-get update

And then try again.

Also, please post the error messages. Those would be a huge help in troubleshooting.