Problema ao tentar instalar alguns pacotes

0

Estou tentando executar este código:

sudo apt-get install g++ build-essential autoconf automake automake1.9 cmake doxygen bison flex libncurses5-dev libsdl1.2-dev libreadline-dev libusb-dev texinfo libgmp3-dev libmpfr-dev libelf-dev libmpc-dev libfreetype6-dev zlib1g-dev libtool libtool-bin subversion git tcl unzip 

No entanto, recebo este problema:

Package automake 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 'automake' has no installation candidate
E: Unable to locate package automake1.9
E: Couldn't find any package by glob 'automake1.9'
E: Couldn't find any package by regex 'automake1.9'
E: Unable to locate package doxygen
E: Unable to locate package libsdl1.2-dev
E: Couldn't find any package by glob 'libsdl1.2-dev'
E: Couldn't find any package by regex 'libsdl1.2-dev'
E: Unable to locate package libgmp3-dev
E: Unable to locate package libmpfr-dev
E: Unable to locate package libelf-dev
E: Unable to locate package libmpc-dev
E: Unable to locate package libtool-bin

Eu tentei usar sudo apt-get update , mas ainda recebo esse erro! Alguma idéia?

A saída de grep "^deb" /etc/apt/sources.list é:

deb http://old-releases.ubuntu.com/ubuntu/ xenial main restricted multiverse
deb http://old-releases.ubuntu.com/ubuntu/ xenial-updates main restricted multiverse
deb http://old-releases.ubuntu.com/ubuntu/ xenial universe
deb http://old-releases.ubuntu.com/ubuntu/ xenial-updates universe
deb http://old-releases.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse
deb http://old-releases.ubuntu.com/ubuntu trusty-security main restricted multiverse
deb http://old-releases.ubuntu.com/ubuntu trusty-security universe
deb http://archive.panda3d.org/ubuntu xenial main
deb-src http://archive.panda3d.org/ubuntu xenial main
deb http://archive.canonical.com/ xenial partner
deb http://archive.ubuntu.com/ubuntu xenial universe main restricted multiverse
    
por DrunkProgrammer 10.09.2016 / 17:33

1 resposta

0

tente atualizar a lista de fontes:

Repos principais do Ubuntu

% bl0ck_qu0te%     
por L.Mehdi 15.09.2016 / 11:11