Comments

This profile is from a federated server and may be incomplete. Browse more on the original instance.

iturnedintoanewt, to linux in How to download ALL dependencies for an external .deb package (rescuezilla)?
@iturnedintoanewt@lemm.ee avatar

That’s…a lot of dependencies to manually get. This wouldn’t have worked. And I need a reproducible method so I can do this fully offline without having to match apt to anything online.

iturnedintoanewt, (edited ) to linux in How to download ALL dependencies for an external .deb package (rescuezilla)?
@iturnedintoanewt@lemm.ee avatar

apt-get download $(dpkg -I rescuezilla_2.4.2-1_all.deb)

Thanks a lot! While it wasn’t as simple as that, it did indeed point me onto the right direction. This command did the trick for me:

apt download $(dpkg -I rescuezilla_2.4.2-1_all.deb | grep -oP ‘(?<=Depends: ).*’ | tr -d ‘,’)

The grep goes there to list only what comes after “Depends:”. The -oP enables the python command to remove the string matching itself, so it leaves the whole list after the match… otherwise it also tries to download a package named “Depends:”. And the tr -d ‘,’ is to remove the commas separating each package, otherwise it fails to find them.

iturnedintoanewt, to asklemmy in Where to get raised relief maps?
@iturnedintoanewt@lemm.ee avatar

Thanks! This seems to fit the bill perfectly! I just wish there were more options for sizes, but otherwise, very likely will order from there. Did you use their site before?

iturnedintoanewt, to asklemmy in What cheap tool/gadget do you use that greatly improves your daily life?
@iturnedintoanewt@lemm.ee avatar

USB cables with LCD displays. Now i can easily understand if a device is properly using QC or PD when charging, or whether there is an issue.

iturnedintoanewt, to mildlyinteresting in An "airport neighbourhood" where people can store their planes in their yard and taxi directly to the runway
@iturnedintoanewt@lemm.ee avatar

Pls link

  • All
  • Subscribed
  • Moderated
  • Favorites
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #