How to Install and Uninstall makedepend Package on openSUSE Leap

Last updated: November 22,2024

1. Install "makedepend" package

Please follow the instructions below to install makedepend on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install makedepend

2. Uninstall "makedepend" package

Learn how to uninstall makedepend on openSUSE Leap:

$ sudo zypper remove makedepend

3. Information about the makedepend package on openSUSE Leap

Information for package makedepend:
-----------------------------------
Repository : Main Repository
Name : makedepend
Version : 1.0.5-1.25
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 67.6 KiB
Installed : No
Status : not installed
Source package : makedepend-1.0.5-1.25.src
Upstream URL : http://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.