Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get dependencies for local deb file? #107

Open
metal450 opened this issue Apr 30, 2020 · 2 comments
Open

Get dependencies for local deb file? #107

metal450 opened this issue Apr 30, 2020 · 2 comments
Labels

Comments

@metal450
Copy link

Given a local .deb file, is it possible to use apt-offline to generate a bundle of just the dependencies required to install that .deb file?

i.e. rather than

apt-offline set vim.sig --install-packages vim
apt-offline get vim.sig --bundle vim.zip

Something to the effect of

app-offline set x.sig --install-dependencies ./x.deb
app-offline get x.sig --bundle dependanciesForX.zip

?

@rickysarraf
Copy link
Owner

rickysarraf commented Apr 30, 2020 via email

@metal450
Copy link
Author

Cool...thanks for the quick reply, bummer it isn't there yet or on the horizon, but glad it sounds useful & may be someday! :)

I'm afraid I don't have the capability personally either, but in the interim, I suppose I can just manually churn out a long command for the few .debs I have that are distributed outside of apt (i.e. --install-packages dep1 dep2 dep3 dep4, etc).

Fingers crossed that this ends up getting tackled & eases the task of future reformats :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants