How to Install and Uninstall curl Package on openSuSE Tumbleweed

Last updated: May 02,2024

1. Install "curl" package

Learn how to install curl on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install curl

2. Uninstall "curl" package

In this section, we are going to explain the necessary steps to uninstall curl on openSuSE Tumbleweed:

$ sudo zypper remove curl

3. Information about the curl package on openSuSE Tumbleweed

Information for package curl:
-----------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : curl
Version : 8.6.0-3.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 868.6 KiB
Installed : Yes
Status : up-to-date
Source package : curl-8.6.0-3.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.