How to Install and Uninstall dejagnu Package on openSUSE Leap

Last updated: May 09,2024

1. Install "dejagnu" package

In this section, we are going to explain the necessary steps to install dejagnu on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install dejagnu

2. Uninstall "dejagnu" package

This guide covers the steps necessary to uninstall dejagnu on openSUSE Leap:

$ sudo zypper remove dejagnu

3. Information about the dejagnu package on openSUSE Leap

Information for package dejagnu:
--------------------------------
Repository : Main Repository
Name : dejagnu
Version : 1.6.1-3.3.2
Arch : noarch
Vendor : SUSE LLC
Installed Size : 660.2 KiB
Installed : No
Status : not installed
Source package : dejagnu-1.6.1-3.3.2.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.