edite /etc/apt/sources.list
add
deb http://us.archive.ubuntu.com/ubuntu trusty main multiverse
Salvar
sudo apt-get update
sudo apt-get install libgeotiff-epsg
Estou instalando o servidor openstreet no Ubuntu e para isso preciso instalar o pacote libgeotiff-epsg. Quando eu faço sudo apt-get install libgeotiff-epsg
, ele retorna isso
Package libgeotiff-epsg 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 'libgeotiff-epsg' has no installation candidate
Eu já passei por muitas fontes no google, mas não consegui resolver esse problema. Alguém poderia me dizer como devo instalar este pacote?
edite /etc/apt/sources.list
add
deb http://us.archive.ubuntu.com/ubuntu trusty main multiverse
Salvar
sudo apt-get update
sudo apt-get install libgeotiff-epsg