• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer navigation

The Geek Diary

  • OS
    • Linux
    • CentOS/RHEL
    • VCS
  • Interview Questions
  • Database
    • MariaDB
  • DevOps
    • Docker
    • Shell Scripting
  • Big Data
    • Hadoop
    • Cloudera
    • Hortonworks HDP

How to uninstall libcurl4-openssl-dev software package in Ubuntu

by admin

libcurl4-openssl-dev is a software package in Ubuntu that provides the development files and libraries necessary for building programs that use the libcurl library with OpenSSL support.

The libcurl library is a popular client-side URL transfer library that supports a wide range of protocols, including HTTP, HTTPS, FTP, SMTP, and more. It is used in a variety of applications, including web browsers, command-line tools, and programming languages.

The libcurl4-openssl-dev package specifically includes the development headers and libraries needed to build programs that use the OpenSSL cryptographic library in conjunction with libcurl.

Uninstalling libcurl4-openssl-dev package in Ubuntu

You can uninstall libcurl4-openssl-dev package in Ubuntu using the below command:

$ sudo apt-get remove libcurl4-openssl-dev 

Uninstall libcurl4-openssl-dev including dependent package

If you would like to remove libcurl4-openssl-dev and it’s dependent packages which are no longer needed from Ubuntu:

$ sudo apt-get remove --auto-remove libcurl4-openssl-dev 

Use Purging libcurl4-openssl-dev

If you use with purge options to libcurl4-openssl-dev package all the configuration and dependent packages will be removed.

$ sudo apt-get purge libcurl4-openssl-dev 

If you use purge options along with auto remove, will be removed everything regarding the package, It’s really useful when you want to reinstall again.

$ sudo apt-get purge --auto-remove libcurl4-openssl-dev 

Filed Under: Linux, Ubuntu

Some more articles you might also be interested in …

  1. chars: Display names and codes for various ASCII and Unicode characters and code points
  2. How to Disable/Enable services in Zimbra Mail Server
  3. whois Command Examples in Linux
  4. kdialog Command Examples in Linux
  5. basename Command Examples (Remove leading directory portions from a path)
  6. nsnake: command not found
  7. How to find the mounting options of currently mounted filesystem
  8. lspath Command Examples
  9. “kubectl logs” Command Examples
  10. dolt init: Create an empty Dolt data repository

You May Also Like

Primary Sidebar

Recent Posts

  • Vanilla OS 2 Released: A New Era for Linux Enthusiasts
  • mk Command Examples
  • mixxx Command Examples
  • mix Command Examples

© 2025 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright