https://github.com/vitexsoftware/ldd2debs
Dependency finder for binary debian packages
https://github.com/vitexsoftware/ldd2debs
Last synced: 10 months ago
JSON representation
Dependency finder for binary debian packages
- Host: GitHub
- URL: https://github.com/vitexsoftware/ldd2debs
- Owner: VitexSoftware
- License: mit
- Created: 2021-11-22T23:23:08.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-14T15:44:49.000Z (over 3 years ago)
- Last Synced: 2025-02-14T22:38:07.435Z (12 months ago)
- Language: Shell
- Size: 9.77 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ldd2debs
========
Find packaging dependencies for binaries
```shell
ldd2debs /bin/bash
libc6
libtinfo6
```
Installation
------------
```shell
sudo apt install lsb-release wget apt-transport-https bzip2
sudo wget -O /usr/share/keyrings/vitexsoftware.gpg https://repo.vitexsoftware.cz/keyring.gpg
echo "deb [signed-by=/usr/share/keyrings/vitexsoftware.gpg] https://repo.vitexsoftware.cz $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/vitexsoftware.list
sudo apt update
sudo apt install ldd2debs
```
(also Test/Example for https://github.com/VitexSoftware/BuildImages/)