Resolvido, adicionando o seguinte ao meu /etc/apt/sources.list
:
deb http://us.archive.ubuntu.com/ubuntu/ xenial main
Brincando com o Ubuntu xenial para php, mas eu preciso pegar a fonte php para uma extensão específica. Tentando fazer, recebo:
$ sudo apt-get source php7.0
> dpkg-source: not found
Googling revela que isso deve ser incluído com dpkg-dev
, que parece estar listado para o Ubuntu 16.x, mas recebo o erro:
$ sudo apt-get install dpkg-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package dpkg-dev 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 'dpkg-dev' has no installation candidate
Não tenho certeza do que estou perdendo. Existe algo mais que forneça o dpkg-source agora?
Editar: saída de sudo apt update
Hit:1 http://us.archive.ubuntu.com/ubuntu xenial InRelease
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up to date.
Aqui está minha sources.list:
deb-src http://us.archive.ubuntu.com/ubuntu/ xenial main
Resolvido, adicionando o seguinte ao meu /etc/apt/sources.list
:
deb http://us.archive.ubuntu.com/ubuntu/ xenial main