Skip to content

Latest commit

 

History

History
executable file
·
88 lines (65 loc) · 3.56 KB

File metadata and controls

executable file
·
88 lines (65 loc) · 3.56 KB

ALPack

CkDeps - Check Dependencies for Slackware

A Slackware utility designed to verify package installation status and locate library ownership.

🔍 Overview

CkDeps is a specialized Slackware utility designed to verify package installation status and locate library ownership. It efficiently checks if a specific package is installed and maps shared libraries to their originating packages within the system's package database.

CkDeps is a Slackware utility that allows you to:

  • ✅ Check whether a package is installed on the system

  • 📚 Identify which package provides a shared library (.so)

  • ⚡ Perform fast lookups directly in Slackware’s package database

Perfect for system maintenance, package building, and dependency troubleshooting.

🌌 Previews















🚀 Installation

To install CkDeps, use the following commands:

$ git clone https://github.com/LinuxProativo/ckdeps.git
$ cd ckdeps

$ sudo ./install.sh

🛠️ Support & Contributions

Found a bug, have suggestions, or want to contribute?
Feel free to open an issue or submit a pull request — all contributions are welcome!

📜 GNU General Public License

This repository has scripts that were created to be free software.
Therefore, they can be distributed and/or modified within the terms of the GNU General Public License.

See the General Public License file for details.

📬 Contact & Support

Developed with precision in Shell. 🐚