Is there a simple command (like uname -r
to know my kernel version) to know if I need to download a AMD-64.deb package or a x86_64.rpm one ?
For example, for downloading printer drivers, I need to decide which one to take.
Sorry, if this is a dupe, I've seen many questions around this matter, but didn't find how to know what is my processor.
uname -m
returnedx86_64
so I shouldn't consider this and dowload .deb instead... – Bebs May 05 '17 at 08:47