Home » GeekSpeak » Set up a Debian Linux repository + package maintenance

Set up a Debian Linux repository + package maintenance

I had a conversation about setting up a Debian Linux repository today – I’m a redhat guy, so I had to look it up .. here it is:

https://wiki.debian.org/SettingUpSignedAptRepositoryWithReprepro

Good stuff!

BONUS:

I use FPM to create RPM packages for RedHat – you can use the same tool for creating deb packages for debian. So – make cross-platform packages easily .. Winning!

https://www.digitalocean.com/community/tutorials/how-to-use-fpm-to-easily-create-packages-in-multiple-formats

Leave a Reply