• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Source Digit

Source Digit

Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • How To
  • Ubuntu
  • Instagram
  • Blogging
  • Android
  • WordPress
  • +More
    • Cloud Computing
    • Gadgets
    • Social Media
    • Technology
  • Write for Us
Home / Ubuntu / Install curl On Ubuntu via Command Line

Install curl On Ubuntu via Command Line

By Sourabh / September 13, 2016 Category: How To, Ubuntu

Install curl on Ubuntu via command line (sudo apt-get install curl). Resolve the error messgae “curl not found ubuntu” or “the program ‘curl’ is currently not installed.”

curl is the command line tool and library that is used for transferring data with URL syntax. curl is installed when you install the operating system. Brocade recommends that you install curl before running the controller installation script only for an offline installation.

curl-ubuntu

curl is used in command lines or scripts to transfer data. curl supports DICT, FILE, FTP, FTPS, Gopher, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMB, SMTP, SMTPS, Telnet and TFTP. curl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, HTTP/2, cookies, user+password authentication (Basic, Plain, Digest, CRAM-MD5, NTLM, Negotiate and Kerberos), file transfer resume, proxy tunneling and more.

Install Curl on Ubuntu

The most recent stable version is 7.50.2, released on 7th of September 2016. Use the following commands to install curl by using the apt-get install command:

sudo apt-get update
sudo apt-get install curl

If you wish to install PHP-Curl on Ubuntu, use:

sudo apt-get update
sudo apt-get install php-curl

Alternate Method To Install Curl

Ubuntu users can also install Curl using the commands given below:

wget http://curl.haxx.se/download/curl-7.50.2.tar.gz
tar -xvf curl-7.50.2.tar.gz
cd curl-7.50.2
./configure
make
sudo make install

Once installed, verify curl using the command given belo:

curl --version

Tags: curl not found ubuntu, install curl in linux, install curl in ubuntu php, install curl ubuntu 14, install curl ubuntu 15, install curl ubuntu 16, install curl ubuntu 16.04, install curl ubuntu 16.10, install curl ubuntu command line, sudo apt-get install curl, the program 'curl' is currently not installed, ubuntu 14.04 install curl, ubuntu 15.04 install curl, ubuntu 16.04 install curl, ubuntu 16.10 install curl

Primary Sidebar

Latest Posts

Delete Directory And Contents Recursively Without Prompt On Linux

Check User Login History In Ubuntu Linux Command Line

Use Locate Command To Find File In Linux Terminal By Name

How To Change Terminal Color In Ubuntu Command Line

How To Run Fsck Manually In Linux To Fix Unexpected Inconsistency

How To Fix Broken Packages On Ubuntu From Terminal

Re Execute The Previous Command In Linux Ubuntu Command Line

How Much RAM Is Needed For Ubuntu PC

How To Find Large Files And Directories In Linux Command Line

How To Use Clear Command History In Linux Terminal

© 2026 Source Digit • Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • About
  • Privacy Policy
  • Terms & Conditions
  • Contact Us
  • Sitemap