How to Install and Uninstall zutils Package on openSUSE Leap

Last updated: May 18,2024

1. Install "zutils" package

This tutorial shows how to install zutils on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install zutils

2. Uninstall "zutils" package

Here is a brief guide to show you how to uninstall zutils on openSUSE Leap:

$ sudo zypper remove zutils

3. Information about the zutils package on openSUSE Leap

Information for package zutils:
-------------------------------
Repository : Main Repository
Name : zutils
Version : 1.12-bp155.1.4
Arch : x86_64
Vendor : openSUSE
Installed Size : 356.0 KiB
Installed : No
Status : not installed
Source package : zutils-1.12-bp155.1.4.src
Upstream URL : https://www.nongnu.org/zutils/zutils.html
Summary : Collection of utilities for dealing with compressed files
Description :
Zutils is a collection of utilities able to deal with any combination
of compressed and uncompressed files transparently. If any given file,
including standard input, is compressed, its decompressed content is
used. Compressed files are decompressed on the fly; no temporary files
are created.
These utilities are not wrapper scripts but safer and more efficient
C++ programs. In particular the "--recursive" option is very efficient
in those utilities supporting it.