mevdschee / wped

Wikipedia client for the command line
39 stars 2 forks source link

unable to install dependencies #2

Closed vitaly-zdanevich closed 7 years ago

vitaly-zdanevich commented 7 years ago

$ sudo apt-get install php-cli php-curl php-xml elinks Reading package lists... Done Building dependency tree
Reading state information... Done E: Unable to locate package php-cli E: Unable to locate package php-curl E: Unable to locate package php-xml

Ubuntu 14.04

mevdschee commented 7 years ago

Those packages may have different names in different distributions, try:

sudo apt-get install php5-cli php5-curl php5-xml elinks

Kind regards, Maurits

vitaly-zdanevich commented 7 years ago

yes, the last problem only with php5-xml - I found only php5-xmlrpc - this is correct module?

vitaly-zdanevich commented 7 years ago

Anyway, it works now, thank you for your effort.

mevdschee commented 7 years ago

You are welcome, enjoy the software!