Created
October 19, 2018 12:08
-
-
Save mamrehn/29b542d9a75cb7969e2ce053bb6da0b4 to your computer and use it in GitHub Desktop.
Generate .deb pacake yourself and install it
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Source: http://www.pixelbeat.org/fslint/ | |
# https://www.vdr-portal.de/forum/index.php?thread/124755-gel%C3%B6st-dpkg-buildpackage-signiert-das-dsc-file-nicht/ | |
git clone https://github.com/pixelb/fslint.git | |
cd fslint | |
# Note: "-us -uc" skips signing the package and is definitely not recommended (but works for self-built packages) | |
dpkg-buildpackage -I.git -rfakeroot -tc -us -uc | |
sudo dpkg -i ../fslint_2.47-1_all.deb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment