I am trying to install git on Ubuntu 14 with the following code
sudo apt-get install git
I get this output :
The following packages have unmet dependencies:
git : Depends: liberror-perl but it is not installable
Recommends: ssh-client
E: Unable to correct problems, you have held broken packages
I am trying to install ssh-client by the following code:
sudo apt-get install openssh-client
then get this error:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package openssh-client is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'openssh-client' has no installation candidate
sudo apt-get update
andapt-policy git liberror-perl openssh-client
to your question please? – Byte Commander Feb 11 '18 at 22:55