Não vejo nenhum problema na sua resposta (editada). Tente isto
sudo apt-get update
sudo apt-get install libssl-dev
sudo apt-get install libpq-dev
E me dê um comentário. Para todos os outros leitores , esta é uma resposta em andamento.
Quando eu corro:
sudo apt-get update
Eu recebo este erro no final:
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release Unable to find expected entry 'restricted/source/Sources' in Release file (Wrong sources.list entry or malformed file)
E: Some index files failed to download. They have been ignored, or old ones used instead.
A questão Como faço para remover uma linha malformada da minha sources.list? é semelhante, mas há os relatórios de erro Malformed line 91 in
Mas esse erro não mostra nenhum número de linha incorreto.
Estou tentando resolver esse problema nas últimas duas horas.
sources.list
não tem erros Finalmente, o que funcionou alguns minutos atrás foi "selecionar o melhor servidor" do Synaptic, que finalmente conseguiu atualizar todas as listas de pacotes.
Mas ainda não consigo instalar novos softwares. Esta é uma instalação recente do Ubuntu 14.04.3 64-bit da página inicial .
Quando executo sudo apt-get install libpq-dev
, recebo esta resposta:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
libpq-dev : Depends: libssl-dev but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
sources.list - comentários retirados
deb http://archive.ubuntu.com/ubuntu trusty main restricted
deb http://archive.ubuntu.com/ubuntu trusty-updates main restricted
deb http://archive.ubuntu.com/ubuntu trusty universe
deb http://archive.ubuntu.com/ubuntu trusty-updates universe
deb http://archive.ubuntu.com/ubuntu trusty-security main restricted
deb http://archive.ubuntu.com/ubuntu trusty-security universe
deb http://archive.canonical.com/ubuntu trusty partner
deb-src http://archive.canonical.com/ubuntu trusty partner
deb http://extras.ubuntu.com/ubuntu trusty main
deb-src http://extras.ubuntu.com/ubuntu trusty main
apt-cache policy libssl-dev
libssl-dev:
Installed: (none)
Candidate: 1.0.1f-1ubuntu2.15
Version table:
1.0.1f-1ubuntu2.15 0
500 http://archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 Packages
500 http://archive.ubuntu.com/ubuntu/ trusty-security/main amd64 Packages
1.0.1f-1ubuntu2 0
500 http://archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
apt-cache policy libpq-dev
libpq-dev:
Installed: (none)
Candidate: 9.3.9-0ubuntu0.14.04
Version table:
9.3.9-0ubuntu0.14.04 0
500 http://archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 Packages
9.3.7-0ubuntu0.14.04 0
500 http://archive.ubuntu.com/ubuntu/ trusty-security/main amd64 Packages
9.3.4-1 0
500 http://archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
Não vejo nenhum problema na sua resposta (editada). Tente isto
sudo apt-get update
sudo apt-get install libssl-dev
sudo apt-get install libpq-dev
E me dê um comentário. Para todos os outros leitores , esta é uma resposta em andamento.
Tags apt package-management 14.04