当前位置:网站首页>About the choice of x86, x64, x86_64, ARM 64, ARM 32 when installing software
About the choice of x86, x64, x86_64, ARM 64, ARM 32 when installing software
2022-07-29 20:55:00 【web3people】
Linux installation software FAQ x86 or x64
x64 means that the CPU is a 64-bit version.
x86 means the CPU is a 32-bit version.
If your CPU is 64-bit.You can install 64-bit or 32-bit, and vice versa.
RedHat Linux input at the command line
getconf LONG_BIT
Returning 32 is 32-bit, and returning 64 is 64-bit.
x86 is the standard abbreviation for intel processor-based systems.X has nothing to do with the processor. It is a simple wildcard definition for all *86 systems. It is the number of an Intel general-purpose computer series, and also identifies a set of general-purpose computer instructions. Since the early intel CPU numbers were like8086, 80286 are numbered. Since the entire series of CPUs are instruction compatible, X86 is used to identify the instruction set used. Today's Pentium, P2, P4, and Celeron series all support the X86 instruction system, so allIt belongs to the X86 family.
The CPU chips corresponding to ARM, MIPS, and X86 architectures have been marked in the middle of the download page of the domestic version of the 360 secure browser.Then if you know your CPU, you know the corresponding system architecture.
- ARM: Feiteng, Kunpeng
- MIPS: Godson
- X86: Zhaoxin, Haiguang, Intel, AMD
But when you don't know the CPU and want to quickly know its architecture or system architecture, we can use the Linux command method.
Arch Commands
arch
This is the simplest, direct output schema.aarch64 is the ARM architecture, x86_64 is the X86 architecture; the MIPS architecture does not know what to output, I have never seen it, it is estimated that it also outputs mips directly, we can use the exclusion method, if it is not the first two, it is the MIPS architecture.
uname command judgment
uname -a
The keyword aarch64 in the output is the ARM architecture, the keyword x86_64 is the X86 architecture, and the keyword mips is the MIPS architecture.
File command to determine the structure
file /bin/bash
Similarly, the keyword ARM or aarch64 in the output is the ARM architecture, and the keyword x86_64 is the X86 architecture.
边栏推荐
- [数学基础]高等数学相关概念学习
- GalNAc-siRNA甘露糖/半乳糖修饰脱氧核糖核酸|siRNA-S-S-DSPE(RNA修饰技术介绍)
- 尿素偶联Urea-siRNA Conjugates|Cyclodextrin-siRNA-β-CD环糊精修饰RNA核酸(解析说明)
- HbuilderX打包app,Hbuilder怎么打包app,H5打包成app,H5怎么打包成app「建议收藏」
- Kubernetes:(四)常用命令
- 线程的六种状态
- RNA修饰质谱检测|dextran-siRNA 葡聚糖化学偶联DNA/RNA|siRNA-PLGA聚乳酸-羟基乙酸共聚物修饰核糖核酸
- Is Apifox free?Completely free, unlimited team size, unlimited functions
- Monitoring basic resources through observation cloud monitor, automatic alarm
- PostgreSQL语句大全
猜你喜欢
R语言对airbnb数据nlp文本挖掘、地理、词云可视化、回归GAM模型、交叉验证分析
找工作那些事-和表弟的一次聊天
转行软件测试,你关心的都在这
全渠道电商 | 国内知名的药妆要如何抓住风口实现快速增长?
经验分享|编写简单易用的在线产品手册小妙招
RNA修饰技术介绍|介孔二氧化硅纳米颗粒(MSN)搭载的微小RNA-24(miR-24)纳米载体复合物
Expert advice | How to formulate a growth strategy for survival in an economic downturn
【组成原理 五 系统总线】
[数学基础]高等数学相关概念学习
RNA修饰质谱检测|dextran-siRNA 葡聚糖化学偶联DNA/RNA|siRNA-PLGA聚乳酸-羟基乙酸共聚物修饰核糖核酸
随机推荐
震荡波病毒原代码(勒索病毒源代码)
C语言学习书籍(提高篇)
万字总结:分布式系统的38个知识点
leetcode:952. 按公因数计算最大组件大小【并查集】
[数学基础]高等数学相关概念学习
Private domain growth | Private domain members: 15 case collections from 9 major chain industries
简单说说K均值聚类
程序员如何提升自己写代码的能力?
【Autosar vLinkGen 链接器脚本生成器】
offsetwidth111[通俗易懂]
JMeter使用教程(二)
C language learning books (improvement)
转行软件测试,你关心的都在这
敏捷组织 | 企业克服数字化浪潮冲击的路径
双功能RGD-TAT修饰DNA纳米胶束|聚苯胺纳米线修饰DNA(PAINW/DNA)
关于安装软件时x86 ,x64,x86_64,ARM 64, ARM 32 的选择
【目标检测】Generalized Focal Loss V2
使用MD5加密后的字符串存密码安全吗?你不得不了解的Hash算法
ds1302——斌哥51
mnist有多少张图片(怎么读取图片文字)