How to Install and Uninstall curl Package on openSUSE Leap

Last updated: May 02,2024

1. Install "curl" package

Please follow the instructions below to install curl on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install curl

2. Uninstall "curl" package

This guide let you learn how to uninstall curl on openSUSE Leap:

$ sudo zypper remove curl

3. Information about the curl package on openSUSE Leap

Information for package curl:
-----------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : curl
Version : 8.0.1-150400.5.41.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 788.6 KiB
Installed : Yes
Status : up-to-date
Source package : curl-8.0.1-150400.5.41.1.src
Upstream URL : https://curl.se
Summary : A Tool for Transferring Data from URLs
Description :
Curl is a client to get documents and files from or send documents to a
server using any of the supported protocols (HTTP, HTTPS, FTP, FTPS,
TFTP, DICT, TELNET, LDAP, or FILE). The command is designed to work
without user interaction or any kind of interactivity.