Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ldd2debs

Find packaging dependencies for binaries

ldd2debs /bin/bash
libc6
libtinfo6

Installation

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/)

About

Dependency finder for binary debian packages

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages