Skip to content

Instantly share code, notes, and snippets.

@aejh
Created July 12, 2021 09:42
Show Gist options
  • Save aejh/9844903d056c4bce821e615016f2c027 to your computer and use it in GitHub Desktop.
Save aejh/9844903d056c4bce821e615016f2c027 to your computer and use it in GitHub Desktop.
Rebuild manually downloaded debs
# Assuming PKG_VER{.orig.tar.gz,.debian.tar.xz,.dsc} are in pwd
# Extract to ./PKG-VER
dpkg-source -x *.dsc
# build, likely:
cd PKG-VER
debuild -uc -us -b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment