I want to know how to install PHP 5.3 on Ubuntu Server 18.04 LTS, because I have a system that requires PHP 5.3 only.
Is this possible?
I want to know how to install PHP 5.3 on Ubuntu Server 18.04 LTS, because I have a system that requires PHP 5.3 only.
Is this possible?
Running on Ubuntu Desktop 17.10, I tried to install wine
but I always get the following error message:
root@abdrzj-VPCEH26EA:/etc/apt# apt-get install wine
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package wine is a virtual package provided by:
winehq-devel 2.22.0~xenial
wine-stable 2.0.2-2ubuntu1
wine-development 2.18-1
You should explicitly select one to install.
E: Package 'wine' has no installation candidate
I want to select the options for this script via command line.
For example I want to choose option 2, but this requires entering the number and pressing Enter. I tried to enter ./install.sh < 2
, but got the error Invalid selection. Installation aborted.
.
How can I do this correctly?