Hi!
I have no issues with the removal, but please note that the packages you mention are available in xenial:
nessita@miro:~$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 16.04.1 LTS Release: 16.04 Codename: xenial
nessita@miro:~$ sudo apt-cache policy python-qt4reactor python-qt4reactor: Installed: 1.0-1fakesync1 Candidate: 1.0-1fakesync1
The 404 you are getting is likely caused by an outdated apt list, be sure to:
sudo apt-get update
before trying to install any particular package.
« Back to merge proposal
Hi!
I have no issues with the removal, but please note that the packages you mention are available in xenial:
nessita@miro:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 16.04.1 LTS
Release: 16.04
Codename: xenial
nessita@miro:~$ sudo apt-cache policy python-qt4reactor
python-qt4reactor:
Installed: 1.0-1fakesync1
Candidate: 1.0-1fakesync1
The 404 you are getting is likely caused by an outdated apt list, be sure to:
sudo apt-get update
before trying to install any particular package.