PHP Curl Programming in Ubuntu
If you want to work with curl programming in PHP, you must install php5-curl To install php-curl
How to install missing curl man pages in Ubuntu?
curl is very useful for the data transfer between the client and the server. Curl is available both as a command line tool as well as for programming purposes. In case of working with curl, you may require man pages and if your curl man pages are missing, you must install the concerned package To [...]
How to install maven in Linux?
Installing maven in Ubuntu is as simple as executing the following command Note that you must be connected to the internet to execute the command
XML programming in Linux
For a detailed tutorial on XML programming, check the libxml tutorial. To start XML programming in Ubuntu, you must have the following packages in your system libxml2 libxml2-dev libxml2-doc libxml2-utils To install these packages, Once you install these packages, you must check the path where the libxml2 header files are present You must make use [...]