

Update the system’s binaries and symbol lookup (which libcurl your curl loads): mv /usr/bin/curl /usr/bin/curl. configure -with-ssl make make install Step 4: on 64-bit versions of recent distributions of CentOS, Fedora, Ubuntu, Amazon Linux 1, Amazon Linux 2 and Linux ARM. Run this commands one by one in ssh terminal: cd /usr/local/src rm -rf curl* wget unzip curl-7.70.0.zipĬompile: cd curl-7.70.0 # enter the directory where curl was unpacked #. Install the tools to compile this release and curl dependencies: apt-get update apt-get install -y libssl-dev autoconf libtool make Step 3:ĭownload and install the latest release from. In this article we demonstrate the steps which will help you to successfully install MongoDB 5.0 on your Ubuntu 20.04/18.04 Server. Remove the currently installed curl if installed: apt remove curl apt purge curl Step 2: (make sure that you are root by running the following command: sudo su) or add sudo in from the commands.


Then we change the entry from localhost to the name of the domain. Next, we change the hostname of the server since it can be an issue later. Follow these steps to install the latest version of curl on your Ubuntu OS/server regardless of the version. Initially, we update the system completely to have everything ready.
