How to Install and Uninstall dehydrated Package on openSuSE Tumbleweed

Last updated: May 17,2024

1. Install "dehydrated" package

This guide covers the steps necessary to install dehydrated on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install dehydrated

2. Uninstall "dehydrated" package

This tutorial shows how to uninstall dehydrated on openSuSE Tumbleweed:

$ sudo zypper remove dehydrated

3. Information about the dehydrated package on openSuSE Tumbleweed

Information for package dehydrated:
-----------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : dehydrated
Version : 0.7.1-3.1
Arch : noarch
Vendor : openSUSE
Installed Size : 142.4 KiB
Installed : No
Status : not installed
Source package : dehydrated-0.7.1-3.1.src
Upstream URL : https://github.com/lukas2511/dehydrated
Summary : A client for signing certificates with an ACME server
Description :
This is a client for signing certificates with an ACME server
(currently only provided by letsencrypt) implemented as a relatively
simple bash-script.
It uses the openssl utility for everything related to actually
handling keys and certificates, so you need to have that installed.
Other dependencies are: curl, sed, grep, mktemp (all found on almost
any system, curl being the only exception).