I have recently upgraded to Ubuntu 19.10 from 19.04. When I tried to install some package it asked me to remove many packages by autoremove. So I run the command and it removed the php7.2-fpm.
Now I am unable to install php7.2-fpm.
$ sudo apt-get install php7.2-fpm
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package php7.2-fpm 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
I tried to add ondrej PPA. But still it is not working.
Please help.
My netbeans also stopped working.
UPDATE
I am now able to use netbeans by installing JDK13. I am still forced to use PHP7.3. I am not able to use PHP7.2. Someone asked me to show output of sudo apt-get update. So I am posting it here:
xxx@Ubuntu-PC:~$ sudo apt-get update
[sudo] password for xxx:
Hit:1 http://in.archive.ubuntu.com/ubuntu eoan InRelease
Hit:2 http://ppa.launchpad.net/ondrej/php/ubuntu eoan InRelease
Hit:3 http://in.archive.ubuntu.com/ubuntu eoan-updates InRelease
Hit:4 http://security.ubuntu.com/ubuntu eoan-security InRelease
Hit:5 http://archive.canonical.com/ubuntu eoan InRelease
Hit:6 http://packages.microsoft.com/repos/vscode stable InRelease
Hit:7 https://deb.opera.com/opera-stable stable InRelease
Ign:8 http://dl.google.com/linux/chrome/deb stable InRelease
Hit:9 http://dl.google.com/linux/chrome/deb stable Release
Reading package lists... Done
sudo apt update
by eding your question. – nobody Oct 28 '19 at 07:39php7.2-fpm
.apt policy
will not find it. There is, however, a packagephp-fpm
in theeoan
repositories. Perhaps installing that will work? – Jos Oct 28 '19 at 07:47