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

Be able to download .deb files from an apt repository #24

Open
sjoerdsimons opened this issue Sep 29, 2017 · 1 comment
Open

Be able to download .deb files from an apt repository #24

sjoerdsimons opened this issue Sep 29, 2017 · 1 comment

Comments

@sjoerdsimons
Copy link
Member

#8 adds the ability to unpack .deb files which is quite useful, but to download a .deb on demand you'd have to know the exact filename. In the case wehre you want to get the .deb because you want to raw write the bootloader into an image file this is a bit annoying as the url will change on every package update. If there were an action similar to download but takes an apt repository as parameters that could nicely be avoided

@stappersg
Copy link
Contributor

The

this is a bit annoying as the url will change on every package update

have I solved with HTTP redirects from a database that is daily updated with Packages.gz files.

It was original written to fetch non-free firmware without changing /etc/apt/sources.

On a laptop that needs Intel wireless wifi drivers, you can do
wget http://stappers.it/do303/firmware-iwlwifi.deb

See also http://stappers.it/ra303/

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

No branches or pull requests

2 participants