for our website , I tried to install simplexml on ubuntu 14.04 , php - 7.1 using below command :
sudo apt-get install php7.1-xml
I got error as below image :
than i found link , in that they mentioned installing the package php7.01-xml using the Synaptic package manager , please guide me how i can install using Synaptic package manager ?
libxslt1.1
, this should give more information about why it can't be installed. – fkraiem Jan 08 '18 at 09:40libxslt1.1
, i got thisE: Package 'libxslt1.1' has no installation candidate
– spylh9999ggr Jan 08 '18 at 09:46libxslt1.1
is available in all currently supported Ubuntu versions, including 14.04. – fkraiem Jan 08 '18 at 09:50sudo add-apt-repository ppa:chris-lea/libxslt1-dbg
, then i got error :Cannot add PPA: 'ppa:chris-lea/libxslt1-dbg'. Please check that the PPA name or format is correct.
– spylh9999ggr Jan 08 '18 at 09:52sudo add-apt-repository ppa:ubuntu/precise/amd64/libxslt1-dbg
it tellingPlease check that the PPA name or format is correct.
– spylh9999ggr Jan 08 '18 at 09:56