How to Install and Uninstall smartmontools Package on openSuSE Tumbleweed

Last updated: May 02,2024

1. Install "smartmontools" package

This tutorial shows how to install smartmontools on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install smartmontools

2. Uninstall "smartmontools" package

This guide let you learn how to uninstall smartmontools on openSuSE Tumbleweed:

$ sudo zypper remove smartmontools

3. Information about the smartmontools package on openSuSE Tumbleweed

Information for package smartmontools:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : smartmontools
Version : 7.4-2.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 2.2 MiB
Installed : No
Status : not installed
Source package : smartmontools-7.4-2.2.src
Upstream URL : https://www.smartmontools.org/
Summary : Monitor for SMART devices
Description :
SMARTmontools controls and monitors storage devices using the
Self-Monitoring, Analysis, and Reporting Technology System (S.M.A.R.T.)
built into ATA, SATA and SCSI Hard Drives. This is used to check the
hard drive reliability and to predict drive failures. The suite
contains two utilities. The first, smartctl, is a command line utility
designed to perform simple S.M.A.R.T. tasks. The second, smartd, is a
daemon that periodically monitors the smart status and reports errors
to syslog. The package is compatible with the ATA/ATAPI-3 to -7
specification. The package is intended to incorporate as much "vendor
specific" and "reserved" information as possible about disk drives. The
commands man smartctl and man smartd will provide more information.