How to Install and Uninstall makedepend Package on openSuSE Tumbleweed

Last updated: May 06,2024

1. Install "makedepend" package

Please follow the instructions below to install makedepend on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install makedepend

2. Uninstall "makedepend" package

Please follow the guidelines below to uninstall makedepend on openSuSE Tumbleweed:

$ sudo zypper remove makedepend

3. Information about the makedepend package on openSuSE Tumbleweed

Information for package makedepend:
-----------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : makedepend
Version : 1.0.9-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 90.8 KiB
Installed : No
Status : not installed
Source package : makedepend-1.0.9-1.1.src
Upstream URL : https://xorg.freedesktop.org/
Summary : Utility to create dependencies in makefiles
Description :
The makedepend program reads each sourcefile in sequence and parses it
like a C-preprocessor so that it can correctly tell which #include
directives would be used in a compilation.
These dependencies are then written to a makefile in such a way that
make will know which object files must be recompiled when a dependency
has changed.