

You’ll be completing your installation and setup on the command line, which is a non-graphical way to interact with your computer. You can download this operating system via the Ubuntu releases page. To complete this tutorial, you will need a local or virtual machine with Ubuntu 20.04 installed and have administrative access and an internet connection to that machine. You will also install a dependency manager, Composer, and test your installation by running a script. This tutorial will guide you through installing PHP 7.4 on Ubuntu and setting up a local programming environment via the command line. Getting up and running with your language of choice is the first step in learning to program. PHP is a popular server scripting language known for creating dynamic and interactive web pages. With php5-curl package.The author selected Open Sourcing Mental Illness Ltd to receive a donation as part of the Write for DOnations program. Or you can use following command also: sudo apt-get purge -auto-remove php5-curlĪbove command will remove all the configuration files and data associated This will remove php5-curl and all its dependent packages which is no longerĬompletely removing php5-curl with all configuration files:įollowing command should be used with care as it deletes all theĬonfiguration files and data: sudo apt-get purge php5-curl To remove the php5-curl following command is used: sudo apt-get remove php5-curlįollowing command is used to remove the php5-curl package along with itsĭependencies: sudo apt-get remove -auto-remove php5-curl For uninstalling this package you can easily use the apt command and remove the package from Linux Operating System. Now we will see the commands for uninstalling the php5-curl from Ubuntu 12.04 LTS. How to uninstall/remove php5-curl from Ubuntu 12.04 LTS? After completion of the installation you can use the package on your system. If you are not already logged in as su, installer will ask you the root password. Use dpkg -info (= dpkg-deb -info) to examine archive files,Īnd dpkg -contents (= dpkg-deb -contents) to list their php5-curl:Īfter system update use the following command to install php5-curl:Ībove command will confirm before installing the package on your Ubuntu 12.04 LTS Operating System. If php5-curl is not installed on your compter then the command 'dpkg -L php5-curl' will give followin dpkg -L php5-curl This will update the list of newest versions of packages and its dependencies on your system.Īfter downloading the latest package list with the help of above you can run the installation process.

Above command will download the package lists for Ubuntu 12.04 LTS on your system.
