Consider a package that is available as a .deb
from the publisher as well as a snap from some other (unverified) publisher. A good example for this would be Zoom. The version of the .deb
package on their website (Version 5.6.7 (22045.0607)) is exactly the same with the snap's version, however the publisher of the snap package is not verified (no green tick mark in the Publisher column).
Since I am primarily concerned about security, which package should I choose?
.deb
is fine. Asnap
has some kind of isolation to your system, while with the deb version, the software can access all your data. – pLumo Jun 18 '21 at 11:03snap
would be "better" in terms of security unless not instrict
mode? I mean what about unverified publishers? They could be arbitrary people of zero trust, correct? – stephanmg Jun 18 '21 at 11:05snap
forward, I'm curious. – stephanmg Jun 18 '21 at 11:17