Damus
franzap · 2w
I'm actually quite shocked with the responses in this thread. No one seems to care much about proper hash verification? People commenting here are not your average Windows normie. They use Linux. Th...
DireMunchkin profile picture
I'm not an expert on this but I know Linux Mint uses APT as the package manager - How APT does things is that each repository has a GPG key that signs each package. The repository itself is imported from a list embedded in the OS. So you really don't need to verify signatures in normal operation. You should mainly do it when downloading the OS itself and making bootable media since this is the start of the trust chain.
1❤️1
DireMunchkin · 2w
FWIW I asked Maple about this and here's what it said: ***** Yes, on all major Linux distributions, package installation is cryptographically signed and verified by default—but the implementation varies by distribution and package format. ## How Major Distros Handle Signing **Debian/Ubuntu (A...