How to Install and Uninstall dejagnu Package on openSuSE Tumbleweed

Last updated: May 09,2024

1. Install "dejagnu" package

Learn how to install dejagnu on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install dejagnu

2. Uninstall "dejagnu" package

This is a short guide on how to uninstall dejagnu on openSuSE Tumbleweed:

$ sudo zypper remove dejagnu

3. Information about the dejagnu package on openSuSE Tumbleweed

Information for package dejagnu:
--------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : dejagnu
Version : 1.6.3-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 811.6 KiB
Installed : No
Status : not installed
Source package : dejagnu-1.6.3-2.1.src
Upstream URL : https://www.gnu.org/software/dejagnu/
Summary : Framework for Running Test Suites on Software Tools
Description :
DejaGnu is a framework for testing other programs. Its purpose is to
provide a single front-end for all tests. Beyond this, DejaGnu offers
several advantages for testing:
1. The flexibility and consistency of the DejaGnu framework make it
easy to write tests for any program.
1. DejaGnu provides a layer of abstraction that allows you to write
tests that are portable to any host or target where a program
must be tested. For instance, a test for GDB can run (from any
Unix-based host) on any target architecture that DejaGnu
supports.
1. All tests have the same output format. This makes it easy to
integrate testing into other software development processes.
DejaGnu's output is designed to be parsed by other filtering
scripts and it is also human-readable.
DejaGnu is written in expect, which in turn uses "Tcl"--Tool command
language.
Running tests requires two things: the testing framework and the test
suites themselves.