in Fedora 37 uname -i returns aarch64 and in fedora 38 it returns unknown [root@martouf ~]# rpm -q coreutils coreutils-9.1-7.fc37.aarch64 [root@martouf ~]# uname -i aarch64 [root@hathor ~]# rpm -q coreutils coreutils-9.1-11.fc38.aarch64 [root@hathor ~]# uname -i unknown both machines are the same type Nvidia Jetson Nanon Developer Kits, I have seen the same unknown behaviour on other hardware platforms Reproducible: Always
"uname -p" exhibits the same behaviour as "name -i"
The options have been documented as non-portable since 2015: http://git.savannah.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=v8.24-7-g6d67649 Please use `uname -m` to print hardware class. See bug #2121153. *** This bug has been marked as a duplicate of bug 2126206 ***