Advertisement

ubuntu20.04 安装 OpenSSL 1.0.2 版本(通过腾讯AI技术实现安装过程顺利完成)

阅读量:

文章结构概述

    • ubuntu20.04安装openssl-1.0.2o
      • 安装完成后无法查看版本信息的应对措施

腾讯云 AI 代码助手: 若需确认 Linux 开发板所搭载的 CPU 架构位数,可采用如下方式:

  1. 启动终端界面。
  2. 在命令行中输入相应指令,并按下回车键执行:
复制代码
    cat /proc/cpuinfo
    
    
      
    

这将展示与 CPU 相关的详细资料。
3. 在所输出的内容中,寻找 flags 这一字段。在该字段内,应可发现一个标识为 lm 的标记,用以表明 CPU 具备支持长模式(即 64 位架构)的能力。例如:

复制代码
    flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology nonstop_tsc cpuid tsc_known_freq pni pclmulqdq ssse3 fma cx16 pcid 

全部评论 (0)

还没有任何评论哟~