How to Install and Uninstall idep Package on openSUSE Leap
Last updated: November 23,2024
1. Install "idep" package
Please follow the step by step instructions below to install idep on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
idep
Copied
2. Uninstall "idep" package
In this section, we are going to explain the necessary steps to uninstall idep on openSUSE Leap:
$
sudo zypper remove
idep
Copied
3. Information about the idep package on openSUSE Leap
Information for package idep:
-----------------------------
Repository : Main Repository
Name : idep
Version : 0.5-bp155.3.10
Arch : x86_64
Vendor : openSUSE
Installed Size : 33.2 KiB
Installed : No
Status : not installed
Source package : idep-0.5-bp155.3.10.src
Upstream URL : https://www.stolk.org
Summary : Track the Dependencies in your C or C++ Code
Description :
Idep can be used for checking the dependencies of C++ include files. It
offers these features:
- Prints out hierarchy of include files
- Lists the class definitions that are found in each header file
- Detects cyclic dependencies in your include files
- Detects inclusions that could be pruned
-----------------------------
Repository : Main Repository
Name : idep
Version : 0.5-bp155.3.10
Arch : x86_64
Vendor : openSUSE
Installed Size : 33.2 KiB
Installed : No
Status : not installed
Source package : idep-0.5-bp155.3.10.src
Upstream URL : https://www.stolk.org
Summary : Track the Dependencies in your C or C++ Code
Description :
Idep can be used for checking the dependencies of C++ include files. It
offers these features:
- Prints out hierarchy of include files
- Lists the class definitions that are found in each header file
- Detects cyclic dependencies in your include files
- Detects inclusions that could be pruned